You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Thomas Singer (JIRA)" <ji...@apache.org> on 2007/11/11 14:50:50 UTC

[jira] Commented: (WICKET-765) default pagemap name of null is not always properly encoded into the url

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

Thomas Singer commented on WICKET-765:
--------------------------------------

Note: when trying to fake a real file system on the server, e.g., by using URLs like /dir/index.html?query, now also the trailing slash is added (/dir/index.html/?query)  which requires to use an own implementation of the QueryStringUrlCodingStrategy. Maybe you could add an option to the class?

> default pagemap name of null is not always properly encoded into the url
> ------------------------------------------------------------------------
>
>                 Key: WICKET-765
>                 URL: https://issues.apache.org/jira/browse/WICKET-765
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.3.0-beta1, 1.3.0-beta2
>            Reporter: Igor Vaynberg
>            Assignee: Igor Vaynberg
>            Priority: Critical
>             Fix For: 1.3.0-beta3
>
>
> when pagemap name happens to be the last url parameter and coding strategy is /param1/value1/ the url ends up looking like:
> /param1/value1/wicket:pageMapName/
> which when split on "/" produces
> {param1,value1,wicket:pageMapName}
> which causes
> java.lang.IllegalStateException: URL fragment has unmatched key/value

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.