https://issues.apache.org/bugzilla/show_bug.cgi?id=45749


Milamber <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




--- Comment #2 from Milamber <[EMAIL PROTECTED]>  2008-09-05 05:16:36 PST ---
This error because in ResponseAssertion.java (components) in method
evaluateResponse(), this instruction :

Pattern pattern = JMeterUtils.getPatternCache().getPattern(stringPattern,
Perl5Compiler.READ_ONLY_MASK);

is always execute even in a substring rule.
1/ thus if the stringPattern contains a false regexp expression, the error are
detected
2/ and it's not necessary to execute this instruction for a substring rule

solve : only execute this instruction for the rules : "contains" and "matches"


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to