RE: URL encoding problem IIS6 / JK1.2.25 / Tomcat 5.5.20

2008-06-25 Thread Jesse Klaasse
André Warnier wrote: >[...] >Now, I should add that using [ and ] in URL's is not really something I would >recommend, if only for legibility reasons. It will always make people wonder >if what they're seeing in the logfile is normal, or if it's some programming >syntax which "escaped" there. >

Re: URL encoding problem IIS6 / JK1.2.25 / Tomcat 5.5.20

2008-06-25 Thread André Warnier
Jesse Klaasse wrote: [...] Good. Now, I should add that using [ and ] in URL's is not really something I would recommend, if only for legibility reasons. It will always make people wonder if what they're seeing in the logfile is normal, or if it's some programming syntax which "escaped" ther

Re: URL encoding problem IIS6 / JK1.2.25 / Tomcat 5.5.20

2008-06-25 Thread André Warnier
Jesse Klaasse wrote: [...] Good. Now, I should add that using [ and ] in URL's is not really something I would recommend, if only for legibility reasons. It will always make people wonder if what they're seeing in the logfile is normal, or if it's some programming syntax which "escaped" ther

RE: URL encoding problem IIS6 / JK1.2.25 / Tomcat 5.5.20

2008-06-24 Thread Jesse Klaasse
André Warnier wrote: >It would appear (from the logs), that there is some double-encoding of the URI >going on. >[snip] >But, if somewhere along the line, a piece of code was receiving the encoded >URI "http://.../test%5Bbrackets%5D.jsp";, and decided to re-encode it again >using the "% hex hex

RE: URL encoding problem IIS6 / JK1.2.25 / Tomcat 5.5.20

2008-06-24 Thread Walter Thompson
aasse [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2008 2:14 AM To: users@tomcat.apache.org Subject: URL encoding problem IIS6 / JK1.2.25 / Tomcat 5.5.20 I have recently migrated a production server from IIS5 / Resin 3.0.14 to IIS6 / JK1.2.25 / Tomcat 5.5.20. Now, there seems to be a problem

Re: URL encoding problem IIS6 / JK1.2.25 / Tomcat 5.5.20

2008-06-24 Thread André Warnier
Jesse Klaasse wrote: [snip] Now, we try the whole link through the JK connector: http://localhost/webapp/test[brackets].jsp This doesn't work, and results in a 404 error (appearing in both IIS and Tomcat's log as test%5Bbrackets%5D.jsp, Tomcat with a 404, IIS with a 200). Thanks for the exc

URL encoding problem IIS6 / JK1.2.25 / Tomcat 5.5.20

2008-06-24 Thread Jesse Klaasse
I have recently migrated a production server from IIS5 / Resin 3.0.14 to IIS6 / JK1.2.25 / Tomcat 5.5.20. Now, there seems to be a problem with the URL translation from IIS to Tomcat. I have this file in a webapp, called test[brackets].jsp. When I try http://localhost:8080/webapp/test[brackets].js