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

Reply via email to