Bug #37995

Exceptions in CommandController environment are not logged

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

Status:Resolved Start date:2012-06-13
Priority:Must have Due date:
Assigned To:Adrian Föder % Done:

100%

Category:Cli
Target version:TYPO3 Flow Base Distribution - 1.1 beta 3
PHP Version: Complexity:
Has patch:Yes Affected Flow version:Git 1.2 (master)

Description

If an exception occurs during a CommandController invokation, the exception isn't logged like users are used to (in Logs/Exeptions/{referencecode}.txt).
That's because the CommandRequestHandler trys/catches/handles any occuring exception on its own and not via the exception handler framework.

Associated revisions

Revision f0eaa57a
Added by Adrian Föder about 3 years ago

[BUGFIX] Use exception handling framework for CommandController

The CommandRequestHandler brought its own tiny exception handling
with the main drawback exceptions not being logged anymore, unlike
the Error\AbstractExceptionHandler features.

When handling a CommandRequest, a dedicated CommandExceptionHandler
is involved, taking care of occuring exceptions.

Change-Id: Ibc05c3e88f5f915f4b96a8886d92b8042fc34a58
Fixes: #37995
Releases: 1.1, 1.2

Revision a54ebdb9
Added by Adrian Föder about 3 years ago

[BUGFIX] Use exception handling framework for CommandController

The CommandRequestHandler brought its own tiny exception handling
with the main drawback exceptions not being logged anymore, unlike
the Error\AbstractExceptionHandler features.

When handling a CommandRequest, a dedicated CommandExceptionHandler
is involved, taking care of occuring exceptions.

Change-Id: Ibc05c3e88f5f915f4b96a8886d92b8042fc34a58
Fixes: #37995
Releases: 1.1, 1.2

History

#1 Updated by Gerrit Code Review about 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/12019

#2 Updated by Gerrit Code Review about 3 years ago

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

#3 Updated by Gerrit Code Review about 3 years ago

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

#4 Updated by Gerrit Code Review about 3 years ago

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

#5 Updated by Gerrit Code Review about 3 years ago

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

#6 Updated by Gerrit Code Review about 3 years ago

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

#7 Updated by Gerrit Code Review about 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/12161

#8 Updated by Adrian Föder about 3 years ago

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

#9 Updated by Karsten Dambekalns about 3 years ago

  • Target version changed from 1.1 RC1 to 1.1 beta 3

Also available in: Atom PDF