Bug #13547
closedFeature #13849: Add more status codes for external link errors
Special handling for HTTP 400 Bad request
100%
Description
Currently those are reported as 404 which confuses the user.
Those 400 happen because getUrl (TYPO3 API) does not auto-prepend the path (HTTP GET) with a "/" if it is missing.
Browsers will fix this, so you do not know why TYPO3 returns a 404. This is really misleading.
http://bugs.typo3.org/view.php?id=16925
Solution: Add handling for 400.
Updated by Philipp Gampe over 13 years ago
- Subject changed from Special handling for HTTP 402 Bad request to Special handling for HTTP 400 Bad request
Updated by Philipp Gampe over 13 years ago
- Parent task set to #13849
Do we really need this after fix for getUrl? This should not happen under normal conditions.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change Ib5d70f4c18fce2617dd9b4d0c675468c5c9558ed has been pushed to the review server.
It is available at http://review.typo3.org/4261
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change Ib5d70f4c18fce2617dd9b4d0c675468c5c9558ed has been pushed to the review server.
It is available at http://review.typo3.org/4261
Updated by Philipp Gampe over 13 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:5096f769049686c74e5c22a42a8a303cbbdc2ff2.
Updated by Chris topher over 12 years ago
- Status changed from Resolved to Closed