Bug #32665
CLI Requests must still work even if firewall rejectAll is set
| Status: | Closed | Start date: | 2011-12-18 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Sebastian Kurfuerst | % Done: | 0% |
|
| Category: | Security | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0.4 | |||
| PHP Version: | Complexity: | |||
| Has patch: | No | FLOW3 version affected: | FLOW3 1.0.1 | |
| Votes: | 0 |
Description
How to reproduce¶
just set:
TYPO3:
FLOW3:
security:
firewall:
rejectAll: true
and then run "./flow3 help" or any other command. You get:
Uncaught Exception The requst was blocked, because no request filter explicitly allowed it. More Information Exception code #1216923741 File /Volumes/data/htdocs/FLOW3Base/Data/Temporary/Development/Cache/Code/FLOW3_Object_Classes/TYPO3_FLOW3_Security_Authorization_FilterFirewall_Original.php line 90 Exception reference #20111218144757968c54
This obviously needs to be fixed.
Related issues
| related to TYPO3.Flow - Bug #36030: Forwarding of CLI requests throws an exception | Resolved | 2012-04-14 |
History
Updated by Sebastian Kurfuerst over 1 year ago
- Status changed from New to Accepted
Updated by Gerrit Code Review over 1 year 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/7364
Updated by Karsten Dambekalns over 1 year ago
- Target version changed from 1.1 to 1.0.2
Updated by Karsten Dambekalns over 1 year ago
- Target version changed from 1.0.2 to 1.0.3
Updated by Karsten Dambekalns about 1 year ago
- Target version changed from 1.0.3 to 1.0.4
Updated by Karsten Dambekalns about 1 year ago
- Status changed from Under Review to Closed
Fixed with the solution for #36030…