Project

General

Profile

Actions

Feature #13794

closed

Feature #13680: Refactor external link, do not follow senseless loop, add user agent

Redirects in external links should observer Cookies

Added by Daniel Minder about 13 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Could have
Assignee:
Category:
-
Target version:
-
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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #13800: Add user-agent headerClosedPhilipp Gampe2011-03-12

Actions
Actions #1

Updated by Philipp Gampe about 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.

Actions #2

Updated by Philipp Gampe about 13 years ago

  • Status changed from New to Accepted
Actions #3

Updated by Philipp Gampe about 13 years ago

  • Assignee set to Philipp Gampe
  • % Done changed from 0 to 100

Included in patch #13680

Actions #4

Updated by Philipp Gampe about 13 years ago

  • Parent task set to #13680
Actions #5

Updated by Philipp Gampe about 13 years ago

  • Subject changed from Redirects in tx_linkvalidator_linktype_external should observer Cookies to Redirects in external links should observer Cookies
Actions #6

Updated by Philipp Gampe over 12 years ago

  • Status changed from Accepted to Closed

Will be fixed with refactoring by #28915.

Actions

Also available in: Atom PDF