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-beta2, 1.3.0-beta1
            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