Bug #9539

WebRedirect entry point does not work anymore

Added by Robert Lemke almost 5 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2010-08-31
Priority:Must have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:Security
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 12
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

Since the changed behavior of AfterThrowing advices, the RequestDispatchingAspect does not catch AuthenticationRequired exceptions anymore. Therefore the security framework does not forward to the authentication entry point - or more clearly: On hitting http://host/typo3 you'll see an exception instead of the login screen.


Related issues

related to TYPO3.Flow - Bug #9502: After and After Throwing advices intercept exceptions Resolved 2010-08-30

Associated revisions

Revision 3f4f616f
Added by Robert Lemke almost 5 years ago

[~BUGFIX] FLOW3 (Security): Adjusted the RequestDispatchingAspect to new advice behavior

The RequestDispatchingAspect was still relying on the fact that After Throwing
Advices would catch the exception of the advice method. Since that is not
the case anymore, the respective advices needed to be refactored.

Change-Id: Ie18e224a10de227f80e16077b02b76c346dcaa62
Fixes: #9539

History

#1 Updated by Robert Lemke almost 5 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF