Javascript Object prototype has effect to validator
---------------------------------------------------
Key: VALIDATOR-268
URL: https://issues.apache.org/jira/browse/VALIDATOR-268
Project: Commons Validator
Issue Type: Bug
Components: JavaScript
Affects Versions: 1.1.4 Release
Environment: IE7
Reporter: freeeob
If I add some new properties on Javascript Object by prototype mechanism,JS
will throw exeception on executing client validation.
For example:
Object.prototype.myProperty="test";
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.