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

Igor Vaynberg resolved WICKET-765.
----------------------------------

    Resolution: Fixed

all urls now always properly end with / so instead of /app/param1/value1?query 
it is now /app/param1/value1/?query

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

Reply via email to