[jira] Updated: (VALIDATOR-202) URL Validator isValid method fails with java.lang.ArrayIndexOutOfBoundsException at org.apache.commons.validator.UrlValidator.isValidAuthority(UrlValidator.java:367)
[ http://issues.apache.org/jira/browse/VALIDATOR-202?page=all ] Henri Yandell updated VALIDATOR-202: Attachment: 202-fix.patch Problem is that in that method an array of fixed size 10 is created. The patch resolves this by making the size of the arr
[jira] Updated: (VALIDATOR-202) URL Validator isValid method fails with java.lang.ArrayIndexOutOfBoundsException at org.apache.commons.validator.UrlValidator.isValidAuthority(UrlValidator.java:367)
[ http://issues.apache.org/jira/browse/VALIDATOR-202?page=all ] Henri Yandell updated VALIDATOR-202: Attachment: 202-test.patch Unit test. > URL Validator isValid method fails with > java.lang.ArrayIndexOutOfBoundsException at > org.apache.commons