On Fri, Oct 9, 2009 at 12:04 PM, Barry Scott <barry.sc...@onelan.co.uk> wrote: > This has been filed as issue > https://issues.apache.org/bugzilla/show_bug.cgi?id=47973 > > Further testing of our application has shown up a problem using > mod_fcgid 2.3.4. > > With the following configuration we are seeing the request body > of POST messages get stripped out if FcgidAuthorizer is used for > Location /player. If we comment out the "Require onelan magic" the > POSTs work. > > Looking at bridge_request we see the code is reading the input buckets > and feeding then to the Authorizer. > > It seems to us that: > > Either this must not happen if the fcgid is an authorizer
right > or the buckets must be put back for whatever handles > the POST to process. > > Barry See patch attached to the PR. Thanks!