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=21897>. 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=21897 Alias behavior depends on order [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2004-03-23 20:25 ------- Given the original scenario: Alias / "/path/to/webapp/directory/for/tomcat" Alias /files "/path/to/files" It seems normal to me that a request such as: http://host.com/files/somefile Should be served from "/path/to/files" I can understand how this becomes a problem when using AliasMatch, but it is not a problem when using Alias. When using Alias the most specific match should be used regardless of order. Right now order matters and there's nothing I've seen (other than the comments in this bug) to indicate that is how it's currently intended to work. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
