Escape hashtag in Testing chapter to disable Asciidoc highlighting

This commit is contained in:
Sam Brannen 2017-09-28 16:44:08 +02:00
parent 1440026fb4
commit 2408e2515a
1 changed files with 1 additions and 1 deletions

View File

@ -3062,7 +3062,7 @@ framework.
c:loginAction-ref="loginAction" />
<bean id="loginAction" class="com.example.LoginAction"
c:username="#{request.getParameter('user')}"
c:username="\#{request.getParameter('user')}"
c:password="#{request.getParameter('pswd')}"
scope="request">
<aop:scoped-proxy />