From: schlatterbeck Date: Tue, 20 Oct 2009 09:07:46 +0000 (+0000) Subject: - Fix issue2537286 (documentation added to FAQ) X-Git-Url: https://git.tokkee.org/?p=roundup.git;a=commitdiff_plain;h=730f243da291040d4ae40edfd3eb8c6c732b6eea - Fix issue2537286 (documentation added to FAQ) git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4382 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index 2ebb1d3..4a8dfe4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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) diff --git a/doc/FAQ.txt b/doc/FAQ.txt index 08e1190..0bb580c 100644 --- a/doc/FAQ.txt +++ b/doc/FAQ.txt @@ -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? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~