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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to