Bug #43320
Be outputs debug answer into ajax responses
Status: | New | Start date: | 2012-11-27 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | 7.4 (Backend) | |||
TYPO3 Version: | 6.0 | Is Regression: | No | |
PHP Version: | 5.4 | Sprint Focus: | ||
Complexity: |
Description
Related to #40216
Prerequisites: Turn on BE debug and SQL error display
Create a debug call that triggers an SQL error.
E.g. Install ext:flux and move a page in pagetree
Result:
The ajax response contains some
<script></script>tags which contain the JS code to show the error in the debug toolbar.
The actual ajax response is shown as an exception in the debug toolbar.
Expected result:
No debug output at the ajax response, but a log entry. Or a warning that the answer contains a hidden message.
Related issues
History
#1 Updated by Mathias Schreiber 7 months ago
- Target version set to 7.4 (Backend)
- Is Regression set to No