Bug #37995
Exceptions in CommandController environment are not logged
| Status: | Resolved | Start date: | 2012-06-13 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Adrian Föder | % Done: | 100% |
|
| Category: | Cli | |||
| Target version: | TYPO3 Flow Base Distribution - 1.1 beta 3 | |||
| PHP Version: | Complexity: | |||
| Has patch: | Yes | FLOW3 version affected: | Git 1.2 (master) | |
| Votes: | 0 |
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
[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
[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
Updated by Gerrit Code Review 11 months 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
Updated by Gerrit Code Review 11 months ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12019
Updated by Gerrit Code Review 11 months ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12019
Updated by Gerrit Code Review 11 months ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12019
Updated by Gerrit Code Review 11 months ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12019
Updated by Gerrit Code Review 11 months ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12019
Updated by Gerrit Code Review 11 months 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
Updated by Adrian Föder 11 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f0eaa57a8de45a941fefaadfc2cd9a44a9d4cbd5.
Updated by Karsten Dambekalns 11 months ago
- Target version changed from 1.1 RC1 to 1.1 beta 3