Project

General

Profile

Actions

Bug #71749

closed

Correct invalid last-modified header in HTTP response

Added by Michael Schams over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-11-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

System extension EXT:form sends an invalid date/time value in HTTP header line "Last-Modified:" when responding to AJAX calls with JSON data (saveAction and loadAction).
A space is missing between time and "GMT":

Last-Modified: Sat, 21 Nov 2015 01:14:42GMT

It should be:

Last-Modified: Sat, 21 Nov 2015 01:14:42 GMT

According to RFC 2616, Section 14.29 the correct syntax is: "Last-Modified" ":" HTTP-date
where timestamp and timezone abbreviation are separated by a space :-)

Actions #1

Updated by Gerrit Code Review over 8 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44852

Actions #2

Updated by Michael Schams over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF