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=26780>. 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=26780 getServletContext().getResource(requestURI) does not return complete resource URL when requesting a welcome-file [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-02-09 08:53 ------- For getting information, tips, etc, there's tomcat-user. Facts: - getServletContext().getResource(requestURI) does not do mapping. It merely provides a mean to check if the specified static resource exists, and access to the features of a URL if it does (getting the last modification date, size, etc) - since this is not mapping, welcome files are not used - what you're getting back is a URL to the folder - 4.1.x has exactly the same code as 5.0.x for this, so please don't pretend there is a regression Please do not reopen this report. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]