You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/01/11 18:33:10 UTC

DO NOT REPLY [Bug 15993] - HSE_REQ_MAP_URL_TO_PATH work incorretly with aliased directories

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

HSE_REQ_MAP_URL_TO_PATH work incorretly with aliased directories





------- Additional Comments From wrowe@apache.org  2003-01-11 17:33 -------

  This may be trivial.  If you  Alias /foo c:/somepath/foo  the request /foo
  will map to c:/somepath/foo, but if you  Alias /foo/ c:/somepath/foo/  
  (or you have unbalanced trailing slashes - that is, if the virtual path has
  a trailing slash the target path must have one as well...) then the request
  /foo  (or a request to map the url to that path) will fail because that
  alias '/foo/' can't evaluate the shorter path '/foo'.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org