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/06/26 17:02:11 UTC

DO NOT REPLY [Bug 10248] New: - URL parameters get truncated

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: tomcat-dev@jakarta.apache.org
        ReportedBy: wiwaniec@canada.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>