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

Martin Grigorov resolved WICKET-4789.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.9
                   6.2.0
         Assignee: Sven Meier

Christoph confirmed the fix in the mail discussion so I merged it to branch 
wicket-1.5.x too.
Thank you, Sven! 
                
> URL rendering regression
> ------------------------
>
>                 Key: WICKET-4789
>                 URL: https://issues.apache.org/jira/browse/WICKET-4789
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.1.0
>            Reporter: Christoph Leiter
>            Assignee: Sven Meier
>            Priority: Critical
>             Fix For: 6.2.0, 1.5.9
>
>         Attachments: quickstart-4789.zip
>
>
> The way URLs are encoded was changed (WICKET-4645) and now the first request 
> (with ;jsessionid in path) generates invalid internal links:
> My page is mounted to "/Home/" and I get redirected to 
> "/Home/;jsessionid=1234?0" (fine). There's a Link  on the page and the 
> generated URL for it is "../Home;jsessionid=1234?0-1.ILinkListener-link". 
> Note the missing "/". This results in a 404 and breaks basically all of my 
> system tests.
> I'll attach a simple quickstart which demonstrates the problem. It's 
> important to delete the jsessionid cookie before accessing the page.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to