Re: [users@httpd] mod_auth_form and original POST body

2013-05-02 Thread David Mansfield
Yes. You can see that below. I tried KeptBodySize 65536. I think my troubles are related to an open bug actually: https://issues.apache.org/bugzilla/show_bug.cgi?id=53692 So it seems I'm on the right track but that bug is stopping things from working. Looking in the debugging it seems the

Re: [users@httpd] mod_auth_form and original POST body

2013-05-02 Thread Paul Norton
Hello David Have you tried mod_request->keptbodysize http://httpd.apache.org/docs/2.4/mod/mod_request.html#keptbodysize All the best Paul On 1 May 2013 19:13, David Mansfield wrote: > Hi All: > > I'm using apache 2.4.4 compiled on Centos 6.3 and attempting to use > mod_auth_form for "inline l

[users@httpd] mod_auth_form and original POST body

2013-05-01 Thread David Mansfield
Hi All: I'm using apache 2.4.4 compiled on Centos 6.3 and attempting to use mod_auth_form for "inline login with body preservation". The problem is that the POSTed body (from the original/unauthenticated page) is lost forever when the login page is rendered, so it seems impossible to know wh