summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ab4a071)
raw | patch | inline | side by side (parent: ab4a071)
author | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 20 Oct 2009 09:07:46 +0000 (09:07 +0000) | ||
committer | schlatterbeck <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 | patch | blob | history | |
doc/FAQ.txt | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 2ebb1d330b0568845f72df9197765b123e2520e3..4a8dfe4d17180259e3523abbae4b82a91cc90cd6 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
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 08e11903a7d962801037656aa6b31f1dda0e8aec..0bb580ca34dd745134e9826f16370e161439c757 100644 (file)
--- a/doc/FAQ.txt
+++ b/doc/FAQ.txt
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?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~