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 ------- Additional Comments From [EMAIL PROTECTED] 2005-08-22 17:55 ------- FYI - although it's noted that this is 'fixed in trunk' - that patch was backed out. Here's the problem; httpd/unix-directory (DIR_MAGIC_TYPE) is the handler name for mod_dir/mod_autoindex. When you told the server to substitute using SetHandler - you told it the whole shot, dir files and all. You mentioned mod_perl however; if you are not allowed to override the handler, you can't replace the mod_dir/mod_autoindex handling with a module of your own design. The proposed 'fix' would have ignored the handler name for directory uri's, and that's an inappropriate fix. For 2.2, especially, what about a SetFileHandler directive to apply on to any 'file' type, and a SetDirHandler directive to apply only to any 'directory' type? There may also be some issues where we are toggling r->handler, that aren't in an appropriate location. I'd guess we should be setting up the r->handler in the MapToStorage hook, right after the TranslateName hook is done. Anyways, allowing SetHandler to change the handler for directory resources is absolutely by design; otherwise mod_jk, mod_aspdotnet and other back end engines would not be allowed to perform their own directory resource handling. -- 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]
