Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.1
-
Fix Version/s: None
-
Component/s: TagLib
-
Labels:None
Description
Given a tag like the following:
<g:remoteLink action="doIt" params="[param:'This is a test']">Testy</g:remoteLink>
When actioned, in the controller the params.param string looks like this: "This+is+a+test". The '+'s should be translated back into spaces in the controller, as per the behaviour of g.link (which works as expected).
Issue Links
- is related to
-
GRAILS-6623
Parameters/embedded variables aren't correctly decoded when passing through UrlMappings.
-
Works for me in 1.1.1 and trunk.