You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "David Canteros (JIRA)" <ji...@apache.org> on 2012/10/11 16:11:03 UTC

[jira] [Comment Edited] (TAP5-1803) URL encoding in ActivationRequestParameter is very strict

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

David Canteros edited comment on TAP5-1803 at 10/11/12 2:10 PM:
----------------------------------------------------------------

Probably because the framework developer's did not have to deal with this problem, but in recent times the reports has been has increased so I hope we will have a solution soon...
                
      was (Author: dcanteros):
    Probably because the framework developer's did not have to deal with this problem, but in recent times has increased the reports of this problem. 
I hope we will have a solution soon...
                  
> URL encoding in ActivationRequestParameter is very strict
> ---------------------------------------------------------
>
>                 Key: TAP5-1803
>                 URL: https://issues.apache.org/jira/browse/TAP5-1803
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.1
>            Reporter: David Canteros
>              Labels: @ActivationRequestParameter, InvalidaArgumenteException, URLEncoder,
>
> The URLEncoder that perform the URL encoding process does not include the following "unreserved characters" : 	 
>  !  ~  *  ' (  )	 
> (see rfc2396 Uniform Resource Identifiers (URI): Generic Syntax, item 2.3)
> 	 
> Because the fix of TAP5-1768, from v5.3.1 the @ActivationRequestParameter requires this enconding, which becomes incompatible with the standard.
> Thus, any URL which contains those symbols will throw an InvalidaArgumenteException. Tapestry should consider that the ActivationRequestParameter is a standar way of parameter sending, and the parameters sent in this way probably not have the "strict" coding process of the URLEncoder.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira