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=5176>. 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=5176 getPathInfo() return wrong path info Summary: getPathInfo() return wrong path info Product: Tomcat 4 Version: 4.0.1 Final Platform: HP OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: HTTP/1.1 Connector AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have a html page has: <link rel="stylesheet" type="text/css" href="style/pawsstyle.css"> and <form method="POST" action="ProcessRequest/ActionLogin/ViewWelcome"> Where ProcessRequest maps to a servlet. request.getPathInfo() return /ActionLogin/style/pawsstyle.css //wrong request.getContextPath() return /PAWS/ProcessRequest/ActionLogin/ViewWelcome getPathInfo is not working. It worked days ago. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>