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

[jira] [Updated] (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 ]

Thijs Vonk updated WICKET-4645:
-------------------------------

    Attachment: test.zip

This is with wicket 1.4.20 as we are still using that version
install this on tomcat 7.0.28
hit it with http://localhost:8080/test-1, click the link and everything works
do the same with http://localhost:8080/test-1/testpage/param1/value1, then click the link and check you're tomcat log...
                
> 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
>         Attachments: test.zip
>
>
> 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