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=38543>. 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=38543 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2006-02-07 11:10 ------- It's not how it loads. It means the authz hook that's registered using that aszPre *must* run after the one from mod_authz_owner, if both modules are present. If you remove it, mod_authz_groupfile won't have the filesystem information it needs when it encounters a "Require file-group". You'll see the same in mod_authz_dbm. There is a bug, but this isn't it. It won't bite unless you try to combine more than one group file authentication module (eg mod_authz_groupfile and mod_authz_dbm), and then what happens is that *their* order of execution is undefined/random. Since that too is no longer applicable in Trunk (due to other changes), I'm closing 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
