Github user LukaszRacon commented on the pull request:
https://github.com/apache/struts/pull/56#issuecomment-156139393
I updated PR with a shorter literal regexp notation.
`"/regexString/i"` will not work since it would be converted by str.match
function to Reg
GitHub user LukaszRacon opened a pull request:
https://github.com/apache/struts/pull/57
Form.getValidators does not respect validateAnnotatedMethodOnly flag
WW-4139 removed method name from getValidators call. While this works
fine for a case mentioned in that ticket it fails
GitHub user LukaszRacon opened a pull request:
https://github.com/apache/struts/pull/56
Email validation blocks upper case letters
Fix makes email validation regex case insensitive.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com