DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31825>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31825 getRequestURL() does not return complete URL on home page Summary: getRequestURL() does not return complete URL on home page Product: Tomcat 5 Version: 5.0.29 Platform: All OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When trying to access a home page of an application (ie the page defined in <welcome-file>somepath/homePage.jsp<welcome-file> ), if i type http://server/ContextName then method request.getRequestURL() of homePage.jsp returns the URL typed (http://server/ContextName/)instead of the actual URL (http://server/ContextName/somePath/homePage.jsp). This is true on Tomcat 5.0.xx and 5.5 versions, but works fine on 4.1 version. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]