[ 
https://issues.apache.org/jira/browse/WICKET-4492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sander Plas updated WICKET-4492:
--------------------------------

    Attachment: parameterencodingbug.zip

Quickstart that shows that some characters never "reach the receiving page" 
when used in page parameters. 
                
> some characters are not properly url encoded when used in page parameters
> -------------------------------------------------------------------------
>
>                 Key: WICKET-4492
>                 URL: https://issues.apache.org/jira/browse/WICKET-4492
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.5
>         Environment: GlassFish Server 3.1.1 (netbeans)
> Linux
>            Reporter: Sander Plas
>            Priority: Minor
>         Attachments: parameterencodingbug.zip
>
>
> Wicket does not seem to correctly url-encode/decode some characters when used 
> in PageParameters with BookmarkablePageLink's: 
> The following (non-printable) values seem to be problematic in named 
> parameters (but work fine in indexed params):
> 0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 
> 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32
> These (printable) values are problematic in indexed parameters (but work fine 
> in named params):
> 46 (.), 59 (;)
> I am not entirely sure whether this is a problem with wicket or glassfish; i 
> do know that at least the semicolon (;) problem is also occurring on tomcat. 
> Please see the attached quickstart. 

--
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