Bug #36637
AdviceChain works with the wrong proxy instance in some cases
Status:
Resolved
Priority:
Should have
Assignee:
Category:
AOP
Target version:
Start date:
2012-04-26
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
No
Complexity:
easy
Description
As the AdviceChain gets its proxy by a constructor argument, it might work on the wrong instance if the advice is used in different instances of the same object type. To solve this, the advice chain should always fetch the proxy instance from the current joinpoint.
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10803
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10803
Updated by Andreas Förthner almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7a79ea2c1b186d8d96278691a82c3f5ff913ed44.