Bug #32665

CLI Requests must still work even if firewall rejectAll is set

Added by Sebastian Kurfuerst over 3 years ago. Updated over 3 years ago.

Status:Closed Start date:2011-12-18
Priority:Must have Due date:
Assigned To:Sebastian Kurfuerst % Done:

0%

Category:Security
Target version:TYPO3 Flow Base Distribution - 1.0.4
PHP Version: Complexity:
Has patch:No Affected Flow version:FLOW3 1.0.1

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

#1 Updated by Sebastian Kurfuerst over 3 years ago

  • Status changed from New to Accepted

#2 Updated by Gerrit Code Review over 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/7364

#3 Updated by Karsten Dambekalns over 3 years ago

  • Target version changed from 1.1 to 1.0.2

#4 Updated by Karsten Dambekalns over 3 years ago

  • Target version changed from 1.0.2 to 1.0.3

#5 Updated by Karsten Dambekalns over 3 years ago

  • Target version changed from 1.0.3 to 1.0.4

#6 Updated by Karsten Dambekalns over 3 years ago

  • Status changed from Under Review to Closed

Fixed with the solution for #36030

Also available in: Atom PDF