You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (Commented) (JIRA)" <ji...@apache.org> on 2012/03/08 00:30:58 UTC

[jira] [Commented] (WICKET-4442) UrlEncoder does not encode colons in path segments

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

Sven Meier commented on WICKET-4442:
------------------------------------

On "	abc:def" Wicket redirects to "abc:def?0" to add the page id, but the request doesn't even seem to arrive at my Jetty server?
                
> UrlEncoder does not encode colons in path segments
> --------------------------------------------------
>
>                 Key: WICKET-4442
>                 URL: https://issues.apache.org/jira/browse/WICKET-4442
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.4
>            Reporter: Dan Retzlaff
>            Priority: Minor
>         Attachments: encoding-quickstart.zip
>
>
> UrlEncoder adds the colon (":") to its "dontNeedEncoding" set. This breaks redirect for stateful mounts with colons in path segments, and appears to contradict the rules in the preceding comment. Moving the exception to only apply to query parameters may be more appropriate.

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