You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2012/07/09 14:54:34 UTC

[jira] [Resolved] (WICKET-4645) encodeURL broken on Tomcat 7.0.28

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

Martin Grigorov resolved WICKET-4645.
-------------------------------------

    Resolution: Invalid

As Mark Thomas described in Tomcat's Bugzilla he added unit tests for this and they pass.
Please create a demo app that demonstrates the problem and attach it to their Bugzilla.

Additionally: the URLs you pasted in this ticket are generated by Wicket 1.4, not by Wicket 6.
                
> encodeURL broken on Tomcat 7.0.28
> ---------------------------------
>
>                 Key: WICKET-4645
>                 URL: https://issues.apache.org/jira/browse/WICKET-4645
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 6.0.0-beta2
>            Reporter: Jens Zastrow
>
> During page transition wicket used to encode an '../../tisch' which results in an exception:
> Caused by: java.lang.IllegalArgumentException
> 	at org.apache.catalina.connector.Response.normalize(Response.java:1799)
> The transition (within an ajax call) :
> http://localhost:8080/wicket/bookmarkable/de.test.pool.manage.ManagePool?11
> http://localhost:8080/tisch
> IMHO the double parent ".." is correct
> There exists already an bugzilla issue created but rejected as invalid https://issues.apache.org/bugzilla/show_bug.cgi?id=53469.
> If the wicket code works as expected there must be an error in the tomcat. 
> Maybe the wicket development team has closer access to the tomcat developers :-)

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