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 12:23:01 UTC

DO NOT REPLY [Bug 15993] New: - 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

           Summary: HSE_REQ_MAP_URL_TO_PATH work incorretly with aliased
                    directories
           Product: Apache httpd-2.0
           Version: HEAD
          Platform: All
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: mod_isapi
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: detlev.vendt@brillit.de


Using ISAPI ServerSupportFunction with the above constant works incorrectly
if used in a virtual directory that is not located in the Apache document root 
directory.

Example: Assume to have a virtual directory mapped to d:\westwind\wconnect.

If I have a script that references /wconnect ServerSupportFunction returns:

d:/program files/apache group/apache/htdocs/wconnect\

It should return:

d:/westwind/wconnect

The reason for that behavior seems to be, that the core handler resolves the 
directory as a part of the document root. All other handlers (in fact mod_alias 
should do this) will not have a chance to do a correct mapping.

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