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=10248>. 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=10248 URL parameters get truncated Summary: URL parameters get truncated Product: Tomcat 4 Version: 4.0.4 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hello I have noticed that Tomcat incorrectly passes URL parameters when it redirects to default page. For example if I type the address without page like: http://myhost:8080/Tests?QueryZoom=Yes&Query=FEAT_ID='12345' and the default page to be opened is index.html it will be converted to: http://myhost:8080/Tests/index.html?QueryZoom=Yes&FEAT_ID='12345' It seems that only one "=" sign is allowed in a parameter when it is redirected. If I type the address with the page: http://myhost:8080/Tests/index.html?QueryZoom=Yes&Query=FEAT_ID='12345' the page index.html gets the parameters properly. It may happen on other platforms too; I just happened to notice it on Windows 2000. Regards Witold -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>