On 15 Jan 2003 [EMAIL PROTECTED] wrote:
> + /* needs mod_authz_owner to be present */
> + if (!strcmp(w, "file-group")) {
> + filegroup = apr_table_get(r->notes, AUTHZ_GROUP_NOTE);
> +
> + if (!filegroup) {
> + /* mod_authz_owner is not present or not
> + * authoritative. We are just a helper module for testing
> + * group membership, so we don't care and decline.
> + */
> + continue;
Are we sure that mod_authz_owner has had a change to fill out this value
under all (internal redirect) circumstances ? It may be that we need to
mark a total absense of AUTHZ_GROUP_NOTE differently.
Dw