Bug #40658

InternalRequestEngine discards exception status codes

Added by Karsten Dambekalns almost 3 years ago. Updated almost 3 years ago.

Status:Resolved Start date:2012-09-05
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:- Testing -
Target version:TYPO3 Flow Base Distribution - 1.1.1
PHP Version: Complexity:
Has patch:No Affected Flow version:FLOW3 1.1.0

Description

The InternalRequestEngine set the status code in case of an exception to 500 in any case. With this change it will instead use the code defined in an exception, if available.

Associated revisions

Revision 4b479b2e
Added by Karsten Dambekalns almost 3 years ago

[BUGFIX] InternalRequestEngine observes exception status code

The InternalRequestEngine set the status code in case of an exception
to 500 in any case. With this change it will instead use the code
defined in an exception, if available.

Change-Id: If257734a7f71fa50a76fabe9e5f0e22373cbcced
Fixes: #40658
Releases: 1.1, 1.2

Revision 46fd4229
Added by Karsten Dambekalns almost 3 years ago

[BUGFIX] InternalRequestEngine observes exception status code

The InternalRequestEngine set the status code in case of an exception
to 500 in any case. With this change it will instead use the code
defined in an exception, if available.

Change-Id: If257734a7f71fa50a76fabe9e5f0e22373cbcced
Fixes: #40658
Releases: 1.1, 1.2

History

#1 Updated by Gerrit Code Review almost 3 years ago

  • Status changed from Accepted to Under Review

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

#2 Updated by Gerrit Code Review almost 3 years ago

Patch set 1 for branch FLOW3-1.1 has been pushed to the review server.
It is available at http://review.typo3.org/14403

#3 Updated by Karsten Dambekalns almost 3 years ago

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

Also available in: Atom PDF