Feature #30
Add feature to detect circular pointcut references
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assigned To: | Robert Lemke | % Done: | 0% |
|
| Category: | AOP | |||
| Target version: | TYPO3 Flow Base Distribution - 0.1 | |||
| PHP Version: | Complexity: | |||
| Has patch: |
Description
Theoretically a pointcut can refer to itself in a poincut declaration or circular reference might appear on a deeper level. On a matches() call this would lead to an infinite loop and therefore must be detected.
History
#1 Updated by Robert Lemke over 8 years ago
- Status changed from New to Closed
- Sprint set to fixed
(In r147) * Core: Added support (and test) for detecting circular pointcut references. Fixes #30