Re: $r->requires and register_auth_provider
Sergei Gerasenko <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
It didn’t happen that way unfortunately. The handler was called once for each require. Maybe I was doing something wrong. > On Dec 22, 2015, at 5:19 PM, André Warnier (tomcat) <[email protected]> wrote: > > The way in which I understand the pod and the code, is that you don't have to do anything to get the requires as a list/array : they just come that way. > The first element of the array seems to be the "keyword" (like "user" in "Require user xxx yyy" etc.), and the following list elements are then "xxx", "yyy", etc).