[PATCH] Re: help with fixing a mod_auth_form bug regarding kept_body

2013-05-21 Thread David Mansfield
On 05/16/2013 09:32 AM, Graham Leggett wrote: On 16 May 2013, at 3:26 PM, Eric Covener cove...@gmail.com wrote: Wow for a dev list there is nobody who can even comment in any way whatsoever. Where do the devs for httpd live for real? IRC? Anyone? Bueller? This is the right place, despite

Re: help with fixing a mod_auth_form bug regarding kept_body

2013-05-16 Thread David Mansfield
On 05/08/2013 10:34 AM, David Mansfield wrote: On 05/03/2013 05:28 PM, David Mansfield wrote: I'm hitting this bug (I think): https://issues.apache.org/bugzilla/show_bug.cgi?id=53692 This bug makes the mode described in the docs. for mod_auth_form called Inline with Body Preservation

Re: help with fixing a mod_auth_form bug regarding kept_body

2013-05-16 Thread Eric Covener
Wow for a dev list there is nobody who can even comment in any way whatsoever. Where do the devs for httpd live for real? IRC? Anyone? Bueller? This is the right place, despite the fact that nobody has shown interest in your issue in this thread.

Re: help with fixing a mod_auth_form bug regarding kept_body

2013-05-16 Thread Graham Leggett
On 16 May 2013, at 3:26 PM, Eric Covener cove...@gmail.com wrote: Wow for a dev list there is nobody who can even comment in any way whatsoever. Where do the devs for httpd live for real? IRC? Anyone? Bueller? This is the right place, despite the fact that nobody has shown interest in

Re: help with fixing a mod_auth_form bug regarding kept_body

2013-05-16 Thread David Mansfield
On 05/16/2013 09:32 AM, Graham Leggett wrote: On 16 May 2013, at 3:26 PM, Eric Covener cove...@gmail.com wrote: Wow for a dev list there is nobody who can even comment in any way whatsoever. Where do the devs for httpd live for real? IRC? Anyone? Bueller? This is the right place, despite

Re: help with fixing a mod_auth_form bug regarding kept_body

2013-05-08 Thread David Mansfield
On 05/03/2013 05:28 PM, David Mansfield wrote: I'm hitting this bug (I think): https://issues.apache.org/bugzilla/show_bug.cgi?id=53692 This bug makes the mode described in the docs. for mod_auth_form called Inline with Body Preservation impossible, because it's impossible to access the

help with fixing a mod_auth_form bug regarding kept_body

2013-05-03 Thread David Mansfield
I'm hitting this bug (I think): https://issues.apache.org/bugzilla/show_bug.cgi?id=53692 This bug makes the mode described in the docs. for mod_auth_form called Inline with Body Preservation impossible, because it's impossible to access the POSTed data from inside the login handler. (I've