Actions
Feature #13794
closedFeature #13680: Refactor external link, do not follow senseless loop, add user agent
Redirects in external links should observer Cookies
Start date:
2011-03-11
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Some websites set cookies and redirect to other pages. These pages check the cookies, and will redirect again if they are not present, resulting in infinite loops.
Examples are:
http://dx.doi.org/10.1109/RTCSA.2005.47 (at the second redirect, at least from my University)
http://moodle.uni-duisburg-essen.de/course/view.php?id=2100 (also at the second redirect)
Updated by Philipp Gampe over 13 years ago
- Tracker changed from Bug to Feature
- Priority changed from Must have to Could have
This is really bad design.
This will need some extra code as we need to save the cookies and make sure the path matches. Maybe we should forget about the path thing... I will add a patch soon.
Updated by Philipp Gampe over 13 years ago
- Assignee set to Philipp Gampe
- % Done changed from 0 to 100
Included in patch #13680
Updated by Philipp Gampe over 13 years ago
- Subject changed from Redirects in tx_linkvalidator_linktype_external should observer Cookies to Redirects in external links should observer Cookies
Updated by Philipp Gampe over 13 years ago
- Status changed from Accepted to Closed
Will be fixed with refactoring by #28915.
Actions