Re: Resolved (sort of): Struggling with AuthMerging

2013-08-01 Thread Mikhail T.
01.08.2013 22:47, Ben Reser ???(??): >> > >> > Require all granted >> > DirectoryIndex index.php >> > > I'm guessing you're using AP_AUTH_INTERNAL_PER_CONF which should avoid > the 3rd call with the above configuration. Even without my

Re: Resolved (sort of): Struggling with AuthMerging

2013-08-01 Thread Ben Reser
On Thu, Aug 1, 2013 at 6:55 PM, Mikhail T. wrote: > The problem -- and I do think, it is a bug -- is that the entire > authorization is invoked not just for the request, but for the "internal > subrequests" too. So, in my scenario, when I asked for /tiv/, the authz core > made the following checks

Resolved (sort of): Struggling with AuthMerging

2013-08-01 Thread Mikhail T.
30.07.2013 19:18, I wrote: > > authorization result of Require all granted: granted > authorization result of : granted > authorization result of AuthMerging Any: granted > authorization result of Require all granted: granted > authorization result of : granted > authorizati

Re: Struggling with AuthMerging

2013-08-01 Thread Ben Reser
On Wed, Jul 31, 2013 at 8:02 AM, Mikhail T. wrote: > As a minimum, testing the subsequent children of RequireAll after one of > them already responded with "denied" seems like a bug... I'm not sure about the AuthMerging but I can say that trying the "tiv expiration" is not a bug. First of all yo