Skip to content

Commit d5dae5d

Browse files
author
Ralf Schlatterbeck
committed
- Fix issue2537286 (documentation added to FAQ)
1 parent 9d6d3e6 commit d5dae5d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Fixes:
1111
the bytes already read are dropped (seems the WantReadError is really
1212
an error, not just an indication to retry).
1313
- Correct initial- and end-handshakes for SSL
14+
- Update FAQ to mention infinite redirects with pathological settings of
15+
the tracker->web variable. Closes issue2537286, thanks to "stuidge"
16+
for reporting.
1417

1518
2009-10-09 1.4.10 (r4374)
1619

doc/FAQ.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,12 @@ I keep getting logged out
190190
Make sure that the ``tracker`` -> ``web`` setting in your tracker's
191191
config.ini is set to the URL of the tracker.
192192

193+
I'm getting infinite redirects in the browser
194+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
195+
196+
A wrong value for the ``tracker`` -> ``web`` setting may also result in
197+
infinite redirects, see http://issues.roundup-tracker.org/issue2537286
198+
193199

194200
How is sorting performed, and why does it seem to fail sometimes?
195201
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)