Code

- Fix issue2537286 (documentation added to FAQ)
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 20 Oct 2009 09:07:46 +0000 (09:07 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 20 Oct 2009 09:07:46 +0000 (09:07 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4382 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
doc/FAQ.txt

index 2ebb1d330b0568845f72df9197765b123e2520e3..4a8dfe4d17180259e3523abbae4b82a91cc90cd6 100644 (file)
@@ -11,6 +11,9 @@ Fixes:
   the bytes already read are dropped (seems the WantReadError is really
   an error, not just an indication to retry).
 - Correct initial- and end-handshakes for SSL
+- Update FAQ to mention infinite redirects with pathological settings of
+  the tracker->web variable. Closes issue2537286, thanks to "stuidge"
+  for reporting.
 
 2009-10-09 1.4.10 (r4374)
 
index 08e11903a7d962801037656aa6b31f1dda0e8aec..0bb580ca34dd745134e9826f16370e161439c757 100644 (file)
@@ -190,6 +190,12 @@ I keep getting logged out
 Make sure that the ``tracker`` -> ``web`` setting in your tracker's
 config.ini is set to the URL of the tracker.
 
+I'm getting infinite redirects in the browser
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+A wrong value for the ``tracker`` -> ``web`` setting may also result in
+infinite redirects, see http://issues.roundup-tracker.org/issue2537286
+
 
 How is sorting performed, and why does it seem to fail sometimes?
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~