Details
Description
g:form url-encodes the leading slash to %2f.
Using the acegi-plugin, you won't be able to login any more, because <g:form name="loginForm" url="[action:'j_acegi_security_check', controller:'/']"> will be rendered as <form action="/someapp/%2F/j_acegi_security_check">.
Issue Links
| This issue is duplicated by: | ||||
| GRAILS-2572 | Reverse URL mapping incorrectly URL encodes URL tokens |
|
|
|
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
"/" is not a valid controller name, use
<g:link url="/j_acegi_security_check" />