Invalid redirection when Login URL is not empty
Bug #913486 reported by
François Morris
on 2012-01-08
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| webtrees |
Fix Released
|
Low
|
fisharebest |
Bug Description
Line 93 of library/
header('Location: '.WT_SERVER_
when LOGIN_URL contains a full URL, it must not be prefixed with WT_SERVER_
I have written a quick fix.
François Morris (fm31416) wrote : | #1 |
fisharebest (fisharebest) wrote : | #2 |
Changed in webtrees: | |
assignee: | nobody → fisharebest (fisharebest) |
importance: | Undecided → Low |
status: | New → In Progress |
fisharebest (fisharebest) wrote : | #3 |
....and the code has many hard-coded references to login.php
These must also be corrected....
fisharebest (fisharebest)
on 2012-02-01
Changed in webtrees: | |
status: | In Progress → Fix Committed |
fisharebest (fisharebest) wrote : | #4 |
Fix released in webtrees 1.2.7
Changed in webtrees: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This value needs to be an absolute URL.
Yet the default value of "login.php" is created during setup.php
This needs to be corrected.