Feature #6646

Response should send correct content type header if format is rss / atom

Added by Robert Lemke over 5 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2010-03-01
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:MVC
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 8
PHP Version: Complexity:
Has patch:

Description

The Web Request Handler could add a Content-Type header to the response which states the correct mime type according to the request's format:

rss.xml => application/rss+xml
rss =>application/rss+xml
atom.xml => application/atom+xml
atom => application/atom+xml

Associated revisions

Revision fa721c6a
Added by Robert Lemke over 5 years ago

[+FEATURE] FLOW3 (MVC): The Web Request Handler now sends an additional Content-Type header if the format found in the request is RSS or Atom. Resolves #6646

History

#1 Updated by Robert Lemke over 5 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r3889.

Also available in: Atom PDF