You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/03/08 10:23:13 UTC

DO NOT REPLY [Bug 6978] New: - Querystring missing using IIS

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6978>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6978

Querystring missing using IIS

           Summary: Querystring missing using IIS
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: All
        OS/Version: Windows NT/2K
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: karl.eklof@siteshaper.net


Webserver: Microsoft IIS 5 using the AJP13 connector.
Tomcat 4.0.3 Final

If you access SnoopServlet with a URL containing escaped characters (%e6 etc.) 
the querystring disapears.

This fails:
http://<server>/servlet/SnoopServlet/abc%e4de?test=true
pathinfo is "/abc�de" and querystring is null.

This works:
http://<server>/servlet/SnoopServlet/abcde?test=true
pathinfo is "/abcde" querystring is "test=true"

If you're using Apache as webserver both url's works as expected (even when 
using the AJP13 connector).

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>