[jboss-jira] [JBoss JIRA] Created: (JBAOP-505) Parameter Matching Backtrack can break indexes
Flavia Rainone (JIRA)
jira-events at lists.jboss.org
Fri Jan 4 07:23:01 EST 2008
Parameter Matching Backtrack can break indexes
----------------------------------------------
Key: JBAOP-505
URL: http://jira.jboss.com/jira/browse/JBAOP-505
Project: JBoss AOP
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.CR2
Reporter: Flavia Rainone
Assigned To: Flavia Rainone
Fix For: 2.0.0.GA
Parameter matching algorithm in org.jboss.aop.pointcut.Util.ParameterMatcher.wildcard() method does not save the index values before performing backtrackable actions (i.e., calls to matches method).
If matches method calls wildcard method again, it will use the same fields to control the index values. If it returns false to wildcard(), it will continue executing, but this time if the index values altered by the backtracked execution.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list