https://bz.apache.org/bugzilla/show_bug.cgi?id=63800

--- Comment #1 from [email protected] ---
I bet it should have been (line 772):

```c
if (child_result == AUTHZ_DENIED || child_result == AUTHZ_DENIED_NO_USER) {
```

Instead of:

```c
if (child_result == AUTHZ_DENIED) {
```

-- 
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]

Reply via email to