Bug #34407

NotFoundView should "throw" 404

Added by Adrian Föder over 3 years ago. Updated over 3 years ago.

Status:Resolved Start date:2012-02-29
Priority:Should have Due date:
Assigned To:Adrian Föder % Done:

100%

Category:MVC
Target version:TYPO3 Flow Base Distribution - 1.1
PHP Version: Complexity:easy
Has patch:No Affected Flow version:Git master

Description

The NotFoundView currently sends itself out with HTTP status 200, saying it was a 404 error. It should instead say 404 Not Found.

Associated revisions

Revision ca5b3b9a
Added by Adrian Föder over 3 years ago

[BUGFIX] NotFoundView sets 404 status

The default NotFoundView, which renders a 404 template,
sets now also the HTTP status to 404.

Change-Id: I01e77d0b3ba883f11b4ee9af5acb620c49ada41c
Resolves: #34407
Releases: 1.1

History

#1 Updated by Gerrit Code Review over 3 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9296

#2 Updated by Gerrit Code Review over 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9296

#3 Updated by Karsten Dambekalns over 3 years ago

  • Category set to MVC
  • Target version set to 1.1

Under what circumstances is this needed - the NotFoundController sets the status to 404, so out of the box it works as expected…

#4 Updated by Gerrit Code Review over 3 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9296

#5 Updated by Adrian Föder over 3 years ago

Karsten, the NotFoundController way isn't involved in every NotFoundView invokation; the NotFoundView is used every time for example a template file could not be found. In my special case it was a .json (format) request that was not covered by the controller's "allowedFormats" and "formatToViewObjectNameMap" (?). In all three cases the correct controller is used (hence not the NotFoundController), but the NotFoundView comes to action.

#6 Updated by Adrian Föder over 3 years ago

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

Also available in: Atom PDF