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=25435>. 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=25435 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |enhancement Priority|P5 |P3 ------- Additional Comments From [EMAIL PROTECTED] 2005-08-22 18:49 ------- The workaround is <Files "*"> SetHandler my-handler </Files> (Files won't be applied to a directory), so the bug is non-critical. The reason nd's suggestion doesn't quite work, is that SetHandler will always work, it's a Location handler that doesn't depend on any file system underneath it. The SetFileHandler/SetDirHandler would be handled by the apache filesystem core, and not the apache core uri handler, so an overloaded directive doesn't work in this case. The theory-to-be is that we should someday be able to unplug the filesystem core, and still have a useful apache which can serve other forms of non-filesystem based content, such as a pure jk, pure proxy, or pure php server. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
