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

2012-08-28 Thread Martin Grigorov (JIRA)

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

Martin Grigorov resolved WICKET-4645.
-

Resolution: Fixed

 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
Assignee: Martin Grigorov
 Fix For: 6.0.1, 1.5.9

 Attachments: test.zip, wicket-4645.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
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2012-08-27 Thread Martin Grigorov (JIRA)

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

Martin Grigorov resolved WICKET-4645.
-

   Resolution: Fixed
Fix Version/s: 1.5.9
   6.0.1

Fixed by making the url absolute before passing it to the web container.

 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
Assignee: Martin Grigorov
 Fix For: 6.0.1, 1.5.9

 Attachments: test.zip, wicket-4645.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
For more information on JIRA, see: http://www.atlassian.com/software/jira


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

2012-07-09 Thread Martin Grigorov (JIRA)

 [ 
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