[GitHub] struts pull request: Email validation blocks upper case letters

2015-11-12 Thread LukaszRacon
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] struts pull request: Form.getValidators does not respect validateA...

2015-11-09 Thread LukaszRacon
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] struts pull request: Email validation blocks upper case letters

2015-11-09 Thread LukaszRacon
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