From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 6 Nov 2010 11:55:49 +0000 (+0000)
Subject: Note that POST parameters can be logged now.
X-Git-Tag: v_3_0_17~52
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/faq/@default-cgi@/static/coding.html?a=commitdiff_plain;h=b6ac36f312be9610b4a4f4174381c0207efb1e79;p=privoxy.git

Note that POST parameters can be logged now.
---

diff --git a/TODO b/TODO
index 96f66a0c..4c324d73 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.19 2010/04/12 16:43:21 fabiankeil Exp $
+$Id: TODO,v 1.20 2010/09/14 07:12:20 fabiankeil Exp $
 
 Some Privoxy related task, not ordered in any way.
 
@@ -44,7 +44,8 @@ Some Privoxy related task, not ordered in any way.
 13) Use zlib to compress content before sending it to
     the client. Measure if it makes a difference.
 
-14) Log and filter POST parameters.
+14) Log and filter POST parameters. They can now be logged with
+    the noisy debug 32768, but are still not filtered.
 
 15) If trusted CGI pages are requested without trusted referrer,
     set the status code to 403 instead of 200.