https://bz.apache.org/bugzilla/show_bug.cgi?id=69640
--- Comment #4 from Rich Bowen <[email protected]> --- Fixed in trunk (r1933488) and 2.4 (r1933489). The FallbackResource documentation now explains that it only takes effect when no other handler has been assigned to the request. If SetHandler or AddHandler has already assigned a handler, FallbackResource will not override it. Changes made: mod_dir.xml: Updated FallbackResource description and added a "Note" box explaining the interaction with SetHandler/AddHandler, with a concrete example. Added seealso links to SetHandler, AddHandler, and DirectoryCheckHandler. core.xml: Extended the existing SetHandler note to mention it overrides FallbackResource. Added seealso link to FallbackResource. mod_mime.xml: Added seealso link from AddHandler to FallbackResource. Thanks for the report and the patch — sorry for the delay. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
