Loading CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] *) mod_usertrack: Run the fixups hook before other modules. PR 29755. [Paul Querna] *) mod_authnz_ldap: Added the directive "Requires ldap-attribute" that allows the module to only authorize a user if the attribute value specified matches the value of the user object. PR 31913 Loading modules/metadata/mod_usertrack.c +1 −1 Original line number Diff line number Diff line Loading @@ -438,7 +438,7 @@ static const command_rec cookie_log_cmds[] = { static void register_hooks(apr_pool_t *p) { ap_hook_fixups(spot_cookie,NULL,NULL,APR_HOOK_MIDDLE); ap_hook_fixups(spot_cookie,NULL,NULL,APR_HOOK_FIRST); } module AP_MODULE_DECLARE_DATA usertrack_module = { Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] *) mod_usertrack: Run the fixups hook before other modules. PR 29755. [Paul Querna] *) mod_authnz_ldap: Added the directive "Requires ldap-attribute" that allows the module to only authorize a user if the attribute value specified matches the value of the user object. PR 31913 Loading
modules/metadata/mod_usertrack.c +1 −1 Original line number Diff line number Diff line Loading @@ -438,7 +438,7 @@ static const command_rec cookie_log_cmds[] = { static void register_hooks(apr_pool_t *p) { ap_hook_fixups(spot_cookie,NULL,NULL,APR_HOOK_MIDDLE); ap_hook_fixups(spot_cookie,NULL,NULL,APR_HOOK_FIRST); } module AP_MODULE_DECLARE_DATA usertrack_module = { Loading