dev  

Re: svn commit: r654958 - in /httpd/httpd/trunk: CHANGES modules/aaa/mod_auth_form.c

Graham Leggett
Sat, 10 May 2008 04:52:17 -0700

Ruediger Pluem wrote:

+        if (sent_body && sent_mimetype) {
+            apr_table_set(r->headers_in, "Content-Type", sent_mimetype);
+            r->kept_body = sent_body;

Any reason why we do not need to adjust the Content-Length header any longer?

That's done inside the init function for kept_body filter now. Ideally, mod_auth_form shouldn't care how kept_body works, the older code "spilled over" into auth_form, which wasn't ideal.

Regards,
Graham
--

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature