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 2003/05/13 22:07:43 UTC

DO NOT REPLY [Bug 19904] New: - Embedded URL request parameters don't seem to work

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=19904>.
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=19904

Embedded URL request parameters don't seem to work

           Summary: Embedded URL request parameters don't seem to work
           Product: Tomcat 4
           Version: 4.1.24
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Connector:Coyote HTTP/1.1
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: mpouttuclarke@yahoo.com


I get this exception when I try to embed a URL as a request parameter:

The '&' and '=' characters have been encoded properly yet the URL still fails.

java.lang.IllegalArgumentException: seclogin.jsp?
url_back=http://localhost/cycle/servlets/SystemRouterServlet%
3FJSP_SERVLET_ACTION%3D0&app_id=45&org_id=WM&app_name=Cycle
	at org.apache.coyote.tomcat4.CoyoteResponse.toAbsolute
(CoyoteResponse.java:1327)
	at org.apache.coyote.tomcat4.CoyoteResponse.encodeRedirectURL
(CoyoteResponse.java:954)
	at org.apache.coyote.tomcat4.CoyoteResponseFacade.encodeRedirectURL
(CoyoteResponseFacade.java:294)

This works fine in Tomcat 3.3 and WebSphere 3.5.5.  Changing the app is out of 
the question so my company cannot use Tomcat 4.1 until this issue is resolved.

Thanks,
Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org