You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2007/02/16 13:42:12 UTC

DO NOT REPLY [Bug 41640] New: - Improve APR handling of case-insensitive file systems

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

           Summary: Improve APR handling of case-insensitive file systems
           Product: APR
           Version: 1.2.7
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: APR
        AssignedTo: bugs@apr.apache.org
        ReportedBy: albegley@apple.com


Apache config directives within a <Directory> container normally apply with a case-sensitive match on 
the physical directory name, but if the directory is actually on a case-insensitive volume such as Win32 or 
Apple's HFS+, the filesystem will match any case variant.  Hence if the browser asks for a case variant of 
the actual name, the Require directives withn the <Directory> block will be bypassed. This known 
exposure is typically addressed with an Apache module such as Apple's mod_hfs_apple, but it seems that 
an appropriate abstraction with APR is the correct way to address this.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 41640] - Improve APR handling of case-insensitive file systems

Posted by bu...@apache.org.
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=41640>.
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=41640


wrowe@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
           Priority|P2                          |P5




------- Additional Comments From wrowe@apache.org  2007-04-17 14:27 -------
Enhancements welcome.  POSIX provides no context to solve these issues,
platform-by-platform solutions are the only viable means to improve this.

Demoted to P5 as this is already handled in all non-POSIX ports such
as Win32/Netware/OS2.  POSIX filesystems are all case sensitive, where
a POSIX filesystem such as apple hfs or cygwin introduces case insensitivity,
the basic assumptions of POSIX are violated.  The real solution here seems
to be to extend POSIX to account for this variance in a manner than APR
could accommodate it.

But per-platform patches are welcome.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 41640] - Improve APR handling of case-insensitive file systems

Posted by bu...@apache.org.
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=41640>.
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=41640


jorton@redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From jorton@redhat.com  2007-04-26 09:28 -------
This should go in STATUS unless there is some specific APR RFE which can be
tracker here.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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