https://issues.apache.org/bugzilla/show_bug.cgi?id=54667
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |INVALID --- Comment #7 from Sebb <[email protected]> --- The problem is with the condition. Javascript is interpreting 011 as an octal number, so it matches 009 as well. If you want to match strings, ensure you quote *both* sides of the comparison. -- You are receiving this mail because: You are the assignee for the bug.
