[ 
https://issues.apache.org/jira/browse/TAP5-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13178443#comment-13178443
 ] 

Ulrich Stärk commented on TAP5-1768:
------------------------------------

The culprit here is URLEncoder. Instead of the standard URL encoding rules 
Tapestry uses it's own encoding scheme in order to also be able to encode null 
values. We'll need to discuss this on the dev list.

Uli
                
> @ActivationRequestParameter does not encode to be URL friendly
> --------------------------------------------------------------
>
>                 Key: TAP5-1768
>                 URL: https://issues.apache.org/jira/browse/TAP5-1768
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.3, 5.2
>            Reporter: Ryan How
>            Assignee: Ulrich Stärk
>             Fix For: 5.3.1, 5.4
>
>
> The @ActivationRequestParameter can contain symbols that interfere with the 
> URL (eg. &) and these are passed straight to the browser and are not encoded. 
> Therefore the query string in any links that are generated are all messed up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to