Revision aa95e6e5
ID | aa95e6e513fd34dd0dae8624293ac03b83b1edd4 |
- FLOW3: (Security) Renamed the aspect InterceptorInvocation to PolicyEnforcementAspect
- FLOW3: (Security) Completely removed the security code from the MVC dispatcher. Instead it is now woven in by advices in the new RequestDispatchingAspect. Resolves #2118
- FLOW3: (Security) The old and the new aspect are now only active if security is enabled. That means: No security related proxies are generated if security is turned off. Addresses #2118
- FLOW3: (Security) Security is now (again) enabled by default. But that doesn't mean that everything is secure yet ...
- FLOW3: (AOP) Fixed the "Setting" poinctut designator by adding the class to the Objects configuration.
- added
- modified
- copied
- renamed
- deleted
- Classes
- F3_FLOW3.php (diff)
- MVC
- Security
- Aspect
- F3_FLOW3_Security_Aspect_InterceptorInvocation.php
- F3_FLOW3_Security_Aspect_PolicyEnforcementAspect.php
- F3_FLOW3_Security_Aspect_RequestDispatchingAspect.php
- Authentication
- Authorization
- Aspect
- Configuration
- Tests
- MVC
- Security
- Aspect
- F3_FLOW3_Security_Aspect_InterceptorInvocationTest.php
- F3_FLOW3_Security_Aspect_PolicyEnforcementAspectTest.php
- Aspect