Directory Classes/Security/Exception/

Directory Created:
2008-06-17 16:34
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
57
Lines of Code:
0

[root]/Classes/Security/Exception

Lines of Code

Classes/Security/Exception/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 255 (100.0%) 2018 (100.0%) 7.9
robert 37 (14.5%) 835 (41.4%) 22.5
andi 21 (8.2%) 765 (37.9%) 36.4
k-fish 194 (76.1%) 316 (15.7%) 1.6
sebastian 3 (1.2%) 102 (5.1%) 34.0

Most Recent Commits

k-fish 2010-08-24 10:42 Rev.: 5057

Removed everything in trunk after move to git.

0 lines of code changed in 57 files:

  • Classes/Security/Exception: AccessDenied.php (del), AccessDeniedException.php (del), AuthenticationRequired.php (del), AuthenticationRequiredException.php (del), CircularResourceDefinitionDetected.php (del), CircularResourceDefinitionDetectedException.php (del), DecryptionNotAllowed.php (del), DecryptionNotAllowedException.php (del), F3_FLOW3_Security_Exception_AccessDenied.php (del), F3_FLOW3_Security_Exception_AuthenticationRequired.php (del), F3_FLOW3_Security_Exception_CircularResourceDefinitionDetected.php (del), F3_FLOW3_Security_Exception_Handler.php (del), F3_FLOW3_Security_Exception_NoAuthenticationProviderFound.php (del), F3_FLOW3_Security_Exception_NoContextAvailable.php (del), F3_FLOW3_Security_Exception_NoEntryInPolicy.php (del), F3_FLOW3_Security_Exception_NoInterceptorFound.php (del), F3_FLOW3_Security_Exception_NoRequestPatternFound.php (del), F3_FLOW3_Security_Exception_RequestTypeNotSupported.php (del), F3_FLOW3_Security_Exception_UnsupportedAuthenticationToken.php (del), F3_FLOW3_Security_Exception_VoterNotFound.php (del), Handler.php (del), InvalidArgumentForHashGeneration.php (del), InvalidArgumentForHashGenerationException.php (del), InvalidArgumentForRequestHashGeneration.php (del), InvalidArgumentForRequestHashGenerationException.php (del), InvalidAuthenticationProvider.php (del), InvalidAuthenticationProviderException.php (del), InvalidAuthenticationStatus.php (del), InvalidAuthenticationStatusException.php (del), InvalidKeyPairID.php (del), InvalidKeyPairIdException.php (del), InvalidPrivilegeException.php (del), InvalidQueryRewritingConstraintException.php (del), MissingConfiguration.php (del), MissingConfigurationException.php (del), NoAuthenticationProviderFound.php (del), NoAuthenticationProviderFoundException.php (del), NoContextAvailable.php (del), NoContextAvailableException.php (del), NoEntryInPolicy.php (del), NoEntryInPolicyException.php (del), NoEntryPointFound.php (del), NoEntryPointFoundException.php (del), NoInterceptorFound.php (del), NoInterceptorFoundException.php (del), NoRequestPatternFound.php (del), NoRequestPatternFoundException.php (del), OperationNotPermitted.php (del), OperationNotPermittedException.php (del), RequestTypeNotSupported.php (del), RequestTypeNotSupportedException.php (del), SyntacticallyWrongRequestHash.php (del), SyntacticallyWrongRequestHashException.php (del), UnsupportedAuthenticationToken.php (del), UnsupportedAuthenticationTokenException.php (del), VoterNotFound.php (del), VoterNotFoundException.php (del)
k-fish 2010-08-13 16:21 Rev.: 4969

[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.

0 lines of code changed in 23 files:

  • Classes/Security/Exception: AccessDeniedException.php (-1), AuthenticationRequiredException.php (-1), CircularResourceDefinitionDetectedException.php (-1), DecryptionNotAllowedException.php (-1), InvalidArgumentForHashGenerationException.php (-1), InvalidArgumentForRequestHashGenerationException.php (-1), InvalidAuthenticationProviderException.php (-1), InvalidAuthenticationStatusException.php (-1), InvalidKeyPairIdException.php (-1), InvalidPrivilegeException.php (-1), InvalidQueryRewritingConstraintException.php (-1), MissingConfigurationException.php (-1), NoAuthenticationProviderFoundException.php (-1), NoContextAvailableException.php (-1), NoEntryInPolicyException.php (-1), NoEntryPointFoundException.php (-1), NoInterceptorFoundException.php (-1), NoRequestPatternFoundException.php (-1), OperationNotPermittedException.php (-1), RequestTypeNotSupportedException.php (-1), SyntacticallyWrongRequestHashException.php (-1), UnsupportedAuthenticationTokenException.php (-1), VoterNotFoundException.php (-1)
andi 2010-06-23 13:31 Rev.: 4613

* [+TASK] FLOW3 (Object): Added session scope related methods to the object manager and interface.
* [+FEATURE] FLOW3 (AOP): Added a matches operator as a new possibility for runtime evaluations.
* [+FEATURE] FLOW3 (AOP): Global objects available in runtime evaluations can now be configured in the settings. Resolves #6598.
* [+FEATURE] FLOW3 (Security): Implemented query rewriting according to the security policy. Relates to #5659, Resolves #6604.

35 lines of code changed in 1 file:

  • Classes/Security/Exception: InvalidQueryRewritingConstraintException.php (new 35)
k-fish 2010-03-04 11:06 Rev.: 3903

[+FEATURE] FLOW3 (Core): The flow3 hell script now uses the PHP binary specified in the PHP environment variable, resolves #6681.
[~TASK] FLOW3: Some SVN property maintenance.

4 lines of code changed in 4 files:

  • Classes/Security/Exception: InvalidArgumentForHashGenerationException.php (+1 -1), InvalidArgumentForRequestHashGenerationException.php (+1 -1), InvalidPrivilegeException.php (+1 -1), SyntacticallyWrongRequestHashException.php (+1 -1)
andi 2010-02-28 00:21 Rev.: 3881

[+FEATURE] FLOW3 (Security): Implemented runtime evaluations support for policy resources. Resolves #6599, relates to #5659
[~TASK] FLOW3 (Security): Removed the old privileges concept. Now there is only one (implicit) access privilege. Resolves #6600, relates to #5659

36 lines of code changed in 1 file:

  • Classes/Security/Exception: InvalidPrivilegeException.php (new 36)
robert 2010-01-15 15:38 Rev.: 3643

[~TASK] FLOW3 (Documentation): Updated the Coding Guidelines: removed inconsistent exceptions from the general class naming rules. Also added the rule that names of aspect classes must end with "Aspect". Relates to #5658
[~TASK] Global: Renamed many classes and interfaces in order to be consistent with FLOW3's naming rules. A migration script to update third-party applications will follow soon. Resolves #5658

739 lines of code changed in 21 files:

  • Classes/Security/Exception: AccessDeniedException.php (new 36), AuthenticationRequiredException.php (new 35), CircularResourceDefinitionDetectedException.php (new 35), DecryptionNotAllowedException.php (new 35), InvalidArgumentForHashGenerationException.php (new 35), InvalidArgumentForRequestHashGenerationException.php (new 35), InvalidAuthenticationProviderException.php (new 36), InvalidAuthenticationStatusException.php (new 35), InvalidKeyPairIdException.php (new 35), MissingConfigurationException.php (new 35), NoAuthenticationProviderFoundException.php (new 35), NoContextAvailableException.php (new 35), NoEntryInPolicyException.php (new 35), NoEntryPointFoundException.php (new 35), NoInterceptorFoundException.php (new 35), NoRequestPatternFoundException.php (new 35), OperationNotPermittedException.php (new 35), RequestTypeNotSupportedException.php (new 35), SyntacticallyWrongRequestHashException.php (new 35), UnsupportedAuthenticationTokenException.php (new 36), VoterNotFoundException.php (new 36)
k-fish 2009-10-30 10:26 Rev.: 3380

[~TASK] FLOW3: Made all exceptions part of the public API, so they get documented properly.

21 lines of code changed in 21 files:

  • Classes/Security/Exception: AccessDenied.php (+1), AuthenticationRequired.php (+1), CircularResourceDefinitionDetected.php (+1), DecryptionNotAllowed.php (+1), InvalidArgumentForHashGeneration.php (+1), InvalidArgumentForRequestHashGeneration.php (+1), InvalidAuthenticationProvider.php (+1), InvalidAuthenticationStatus.php (+1), InvalidKeyPairID.php (+1), MissingConfiguration.php (+1), NoAuthenticationProviderFound.php (+1), NoContextAvailable.php (+1), NoEntryInPolicy.php (+1), NoEntryPointFound.php (+1), NoInterceptorFound.php (+1), NoRequestPatternFound.php (+1), OperationNotPermitted.php (+1), RequestTypeNotSupported.php (+1), SyntacticallyWrongRequestHash.php (+1), UnsupportedAuthenticationToken.php (+1), VoterNotFound.php (+1)
sebastian 2009-10-09 13:59 Rev.: 3309

[!!!][+FEATURE] FLOW3 (Security): Added a HMAC generator and checker to prevent unauthorized access on objects where no edit fields were generated for. It is mandatory in case objects are modified on the server side. See the issue for a more in-depth explanation. This feature does NOT break backwards-compatibility as long as you use only Fluid for form-generation. In case of custom fields, it WILL break backwards compatibility, and you might need the @dontverifyrequesthash annotation. Resolves #4960.
[+FEATURE] Fluid (ViewHelpers): Added a request hash to all form fields. It is mandatory in case objects are modified on the server side. Relates to #4960.

102 lines of code changed in 3 files:

  • Classes/Security/Exception: InvalidArgumentForHashGeneration.php (new 34), InvalidArgumentForRequestHashGeneration.php (new 34), SyntacticallyWrongRequestHash.php (new 34)
k-fish 2009-07-16 15:02 Rev.: 2813

[+TASK] FLOW3: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Fluid: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Kickstart: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHP6: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHPUnit: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Testing: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Welcome: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] YAML: Removed file level docblocks and @package/@subpackage annotations.

0 lines of code changed in 18 files:

  • Classes/Security/Exception: AccessDenied.php (-8), AuthenticationRequired.php (-8), CircularResourceDefinitionDetected.php (-8), DecryptionNotAllowed.php (-8), InvalidAuthenticationProvider.php (-8), InvalidAuthenticationStatus.php (-8), InvalidKeyPairID.php (-8), MissingConfiguration.php (-8), NoAuthenticationProviderFound.php (-8), NoContextAvailable.php (-8), NoEntryInPolicy.php (-8), NoEntryPointFound.php (-8), NoInterceptorFound.php (-8), NoRequestPatternFound.php (-8), OperationNotPermitted.php (-8), RequestTypeNotSupported.php (-8), UnsupportedAuthenticationToken.php (-8), VoterNotFound.php (-8)
robert 2009-07-15 15:32 Rev.: 2800

[!!!][~TASK] FLOW3: Renamed the directory "Public" to "Web" and the constant FLOW3_PATH_PUBLIC to FLOW3_PATH_WEB accordingly.
[!!!][~TASK] FLOW3: Renamed the folder for packages which are included in the FLOW3 distribution from "Distribution" to "Framework".
[~TASK] FLOW3: Improved and refactored the bootstrap script (index.php)

8 lines of code changed in 4 files:

  • Classes/Security/Exception: CircularResourceDefinitionDetected.php (+2 -2), DecryptionNotAllowed.php (+2 -2), InvalidKeyPairID.php (+2 -2), NoEntryInPolicy.php (+2 -2)
k-fish 2009-06-02 11:35 Rev.: 2523

Added svn:keywords where missing...

12 lines of code changed in 10 files:

  • Classes/Security/Exception: CircularResourceDefinitionDetected.php (changed), DecryptionNotAllowed.php (changed), InvalidAuthenticationProvider.php (+2 -2), InvalidAuthenticationStatus.php (+2 -2), InvalidKeyPairID.php (changed), MissingConfiguration.php (+2 -2), NoEntryInPolicy.php (changed), NoEntryPointFound.php (+2 -2), OperationNotPermitted.php (+2 -2), VoterNotFound.php (+2 -2)
andi 2009-03-17 23:09 Rev.: 2007

FLOW3(Security):
* The ProviderManager now throws exceptions if the configuration is incorrect.

43 lines of code changed in 1 file:

  • Classes/Security/Exception: InvalidAuthenticationProvider.php (new 43)
andi 2009-03-17 16:25 Rev.: 2004

FLOW3 (Security):
* made parallel authentication mechanisms possible. Now you can login to typo3 with a different mechanism than to flow3
* credentials are no longer stored in the session.
* the RSA keys are now stored in a cache with a TTL of 30.
* reinjectDependencies is now used when authentication tokens are retrieved from the session.
* Exception/Handler is not needed.
* the authentication tokens hold an authentication status now. Look at the TokenInterface for possible values.
* added a getTokensOfType() method to the security context.
* authentication entry points work now.
* Adjusted the security configuration in FLOW3.yaml (you have to enable security to test the new features)
* Access is now denied if no policy entry is found.
TYPO3 (Backend):
* renamed the property $viewObjectName to $defaultViewObjectName, according to latest changes.

126 lines of code changed in 3 files:

  • Classes/Security/Exception: InvalidAuthenticationStatus.php (new 42), MissingConfiguration.php (new 42), NoEntryPointFound.php (new 42)
andi 2009-02-08 21:03 Rev.: 1882

FLOW3 (Security): Implemented the RSA based Login-Controller. You can call it under: http://yourhost/flow3/login

126 lines of code changed in 3 files:

  • Classes/Security/Exception: DecryptionNotAllowed.php (new 42), InvalidKeyPairID.php (new 42), OperationNotPermitted.php (new 42)
robert 2009-01-28 13:04 Rev.: 1811

!!! Globally renamed all class files to the new shorter version. Resolves #2524
FLOW3: (Resource) Adapted the class loader and other related parts of FLOW3 to the new class filename convention
FLOW3: Moved the FLOW3 bootstrap into the F3\FLOW3 namepace

88 lines of code changed in 12 files:

  • Classes/Security/Exception: AccessDenied.php (new 8), AuthenticationRequired.php (new 8), CircularResourceDefinitionDetected.php (new 8), Handler.php (new), NoAuthenticationProviderFound.php (new 8), NoContextAvailable.php (new 8), NoEntryInPolicy.php (new 8), NoInterceptorFound.php (new 8), NoRequestPatternFound.php (new 8), RequestTypeNotSupported.php (new 8), UnsupportedAuthenticationToken.php (new 8), VoterNotFound.php (new 8)
k-fish 2009-01-15 16:06 Rev.: 1749

FLOW3:
* fixed license name in @license annotation, fixes #2454

12 lines of code changed in 12 files:

  • Classes/Security/Exception: F3_FLOW3_Security_Exception_AccessDenied.php (+1 -1), F3_FLOW3_Security_Exception_AuthenticationRequired.php (+1 -1), F3_FLOW3_Security_Exception_CircularResourceDefinitionDetected.php (+1 -1), F3_FLOW3_Security_Exception_Handler.php (+1 -1), F3_FLOW3_Security_Exception_NoAuthenticationProviderFound.php (+1 -1), F3_FLOW3_Security_Exception_NoContextAvailable.php (+1 -1), F3_FLOW3_Security_Exception_NoEntryInPolicy.php (+1 -1), F3_FLOW3_Security_Exception_NoInterceptorFound.php (+1 -1), F3_FLOW3_Security_Exception_NoRequestPatternFound.php (+1 -1), F3_FLOW3_Security_Exception_RequestTypeNotSupported.php (+1 -1), F3_FLOW3_Security_Exception_UnsupportedAuthenticationToken.php (+1 -1), F3_FLOW3_Security_Exception_VoterNotFound.php (+1 -1)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

168 lines of code changed in 12 files:

  • Classes/Security/Exception: F3_FLOW3_Security_Exception_AccessDenied.php (+14 -7), F3_FLOW3_Security_Exception_AuthenticationRequired.php (+14 -7), F3_FLOW3_Security_Exception_CircularResourceDefinitionDetected.php (+14 -7), F3_FLOW3_Security_Exception_Handler.php (+14 -7), F3_FLOW3_Security_Exception_NoAuthenticationProviderFound.php (+14 -7), F3_FLOW3_Security_Exception_NoContextAvailable.php (+14 -7), F3_FLOW3_Security_Exception_NoEntryInPolicy.php (+14 -7), F3_FLOW3_Security_Exception_NoInterceptorFound.php (+14 -7), F3_FLOW3_Security_Exception_NoRequestPatternFound.php (+14 -7), F3_FLOW3_Security_Exception_RequestTypeNotSupported.php (+14 -7), F3_FLOW3_Security_Exception_UnsupportedAuthenticationToken.php (+14 -7), F3_FLOW3_Security_Exception_VoterNotFound.php (+14 -7)
k-fish 2008-12-10 15:39 Rev.: 1599

!!! 5.3.0alpha3 namespaces refactoring:
* changed namespace delimiter from :: to \
* all class references in namespaced code prepended by \

PHPUnit:
* adapted mock object handling to the new namespaces syntax

FLOW3:
* PropertyReflection now uses setAccessible() instead of array cast to access protected properties

PHPCR:
* added a missing interface already used for type hints

43 lines of code changed in 12 files:

  • Classes/Security/Exception: F3_FLOW3_Security_Exception_AccessDenied.php (+4 -4), F3_FLOW3_Security_Exception_AuthenticationRequired.php (+4 -4), F3_FLOW3_Security_Exception_CircularResourceDefinitionDetected.php (+2 -2), F3_FLOW3_Security_Exception_Handler.php (+5 -5), F3_FLOW3_Security_Exception_NoAuthenticationProviderFound.php (+4 -4), F3_FLOW3_Security_Exception_NoContextAvailable.php (+4 -4), F3_FLOW3_Security_Exception_NoEntryInPolicy.php (+2 -2), F3_FLOW3_Security_Exception_NoInterceptorFound.php (+4 -4), F3_FLOW3_Security_Exception_NoRequestPatternFound.php (+4 -4), F3_FLOW3_Security_Exception_RequestTypeNotSupported.php (+4 -4), F3_FLOW3_Security_Exception_UnsupportedAuthenticationToken.php (+4 -4), F3_FLOW3_Security_Exception_VoterNotFound.php (+2 -2)
k-fish 2008-11-04 13:40 Rev.: 1423

FLOW3:
* getContext() in ContextHolder no longer creates a context if none is found but throws an exception instead

35 lines of code changed in 1 file:

  • Classes/Security/Exception: F3_FLOW3_Security_Exception_NoContextAvailable.php (new 35)
andi 2008-09-24 18:43 Rev.: 1282

The biggest part of the security framework ist finished now:

FLOW3 (Security):
* Implemented the central security aspect
* Refactored the authentication manager
* Implemented the policy enforcement interceptor
* Implemented the access decision voter manager

36 lines of code changed in 1 file:

  • Classes/Security/Exception: F3_FLOW3_Security_Exception_VoterNotFound.php (new 36)
andi 2008-09-23 15:21 Rev.: 1277

* FLOW3 (AOP): removed the cunstructor from the joinpoint interface, to be able to mock it.
* FLOW3 (Security): Implemented the policy expression parser and policy service
* FLOW3 (Security): Some pending changes in the authorization subpackage, more to follow soon

70 lines of code changed in 2 files:

  • Classes/Security/Exception: F3_FLOW3_Security_Exception_CircularResourceDefinitionDetected.php (new 35), F3_FLOW3_Security_Exception_NoEntryInPolicy.php (new 35)
k-fish 2008-09-19 19:27 Rev.: 1264

Set svn:keywords property to Id on all PHP files.

0 lines of code changed in 8 files:

  • Classes/Security/Exception: F3_FLOW3_Security_Exception_AccessDenied.php (changed), F3_FLOW3_Security_Exception_AuthenticationRequired.php (changed), F3_FLOW3_Security_Exception_Handler.php (changed), F3_FLOW3_Security_Exception_NoAuthenticationProviderFound.php (changed), F3_FLOW3_Security_Exception_NoInterceptorFound.php (changed), F3_FLOW3_Security_Exception_NoRequestPatternFound.php (changed), F3_FLOW3_Security_Exception_RequestTypeNotSupported.php (changed), F3_FLOW3_Security_Exception_UnsupportedAuthenticationToken.php (changed)
k-fish 2008-09-12 16:07 Rev.: 1210

!!! Major change, will break existing code.

Part 3 - Packages

FLOW3, most other packages:
* added namespaces to the code of FLOW3 and all packages in the current TYPO3v5 distribution.

PHPUnit:
* some changes to make PHPUnit (more) namespace-compatible.

Some notes:
* Documentation updates will follow
* you might need to change your class names when adapting namespaces to avoid using "Class", "Empty", "Default", ...
* expect FLOW3CGL and/or PHPCodeSniffer to be broken (I'll have a look)
* some parts might still be broken, especially in edge-cases where the global namespace needs to explicitly used

18 lines of code changed in 8 files:

  • Classes/Security/Exception: F3_FLOW3_Security_Exception_AccessDenied.php (+2 -1), F3_FLOW3_Security_Exception_AuthenticationRequired.php (+2 -1), F3_FLOW3_Security_Exception_Handler.php (+4 -3), F3_FLOW3_Security_Exception_NoAuthenticationProviderFound.php (+2 -1), F3_FLOW3_Security_Exception_NoInterceptorFound.php (+2 -1), F3_FLOW3_Security_Exception_NoRequestPatternFound.php (+2 -1), F3_FLOW3_Security_Exception_RequestTypeNotSupported.php (+2 -1), F3_FLOW3_Security_Exception_UnsupportedAuthenticationToken.php (+2 -1)
k-fish 2008-08-27 16:05 Rev.: 1159

FLOW3:
* fixed a bunch of CGL violations
* some TODO comments converted into @todo annotations

3 lines of code changed in 8 files:

  • Classes/Security/Exception: F3_FLOW3_Security_Exception_AccessDenied.php (+1 -2), F3_FLOW3_Security_Exception_AuthenticationRequired.php (+1 -2), F3_FLOW3_Security_Exception_Handler.php (-1), F3_FLOW3_Security_Exception_NoAuthenticationProviderFound.php (-1), F3_FLOW3_Security_Exception_NoInterceptorFound.php (-1), F3_FLOW3_Security_Exception_NoRequestPatternFound.php (-1), F3_FLOW3_Security_Exception_RequestTypeNotSupported.php (-1), F3_FLOW3_Security_Exception_UnsupportedAuthenticationToken.php (+1 -2)
andi 2008-07-29 16:25 Rev.: 1061

Implemented the first part of the security framework.

* FLOW3 (Security): Implemented the session security context holder
* FLOW3 (Security): Implemented the security context that provides the current context based on request patterns and the configured authentication strategy
* FLOW3 (Security): Implemented a basic filter firewall that can be configured in the FLOW3 configuration file
* FLOW3 (Security): Implemented a basic security interceptor, that triggers the authentication process and can be placed in the firewall
* FLOW3 (Security): Implemented the authentication (provider) manager and a very basic username/password provider with its token
* FLOW3 (MVC): Changed some tests to use mock objects (firewall and security context holder)
* FLOW3 (Validation): Fixed a bug in the alphanumeric validator

176 lines of code changed in 5 files:

  • Classes/Security/Exception: F3_FLOW3_Security_Exception_NoAuthenticationProviderFound.php (new 35), F3_FLOW3_Security_Exception_NoInterceptorFound.php (new 35), F3_FLOW3_Security_Exception_NoRequestPatternFound.php (new 35), F3_FLOW3_Security_Exception_RequestTypeNotSupported.php (new 35), F3_FLOW3_Security_Exception_UnsupportedAuthenticationToken.php (new 36)
andi 2008-06-28 21:37 Rev.: 990

* FLOW3 (Security): Added the classes and method stubs for the rest of the ACL subpackage
* FLOW3 (Security): Some smaller changes in the rest of the security subpackage

82 lines of code changed in 3 files:

  • Classes/Security/Exception: F3_FLOW3_Security_Exception_AccessDenied.php (+1), F3_FLOW3_Security_Exception_AuthenticationRequired.php (new 35), F3_FLOW3_Security_Exception_Handler.php (new 46)
andi 2008-06-17 16:34 Rev.: 944

This is the first commit of the new security framework. BEWARE: This is all work in progress, the classes only reflect the structure and have at most empty method stubs with some documentation! More to follow up soon.

35 lines of code changed in 1 file:

  • Classes/Security/Exception: F3_FLOW3_Security_Exception_AccessDenied.php (new 35)
Generated by StatSVN 0.5.0