From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 16 Apr 2011 17:28:58 +0000 (+0000)
Subject: Add #91: Add an optional limit for internal redirects.
X-Git-Tag: v_3_0_18~269
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/coding.html?a=commitdiff_plain;h=1529257d08935687cb11e9e65bdb5ba70445e4e3;p=privoxy.git

Add #91: Add an optional limit for internal redirects.
---

diff --git a/TODO b/TODO
index 0ef965d2..2a974727 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.34 2011/02/10 22:18:30 fabiankeil Exp $
+$Id: TODO,v 1.35 2011/03/27 13:49:16 fabiankeil Exp $
 
 Some Privoxy related tasks, sorted by the time they
 have been added, not by priority.
@@ -256,3 +256,8 @@ have been added, not by priority.
 90) Implement NO-TAG: patterns that enable a section if the
     provided pattern doesn't match any TAG. This would make
     some things cleaner.
+
+91) Add an optional limit for internal redirects. It would probably
+    be reasonable to default to a limit of one and showing an error
+    message if the request for the redirect URL would be redirected
+    again.