Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.0 Release
-
None
-
None
Description
I am using org.apache.commons.validator.routines.UrlValidator class to validate URLs. The problem is that when the URL is all uppercase, the isValid(...) method returns false.
For example:
https://sample.ondemand.com is valid
HTTPS://SAMPLE.ONDEMAND.COM is not valid
RFC 1738 states that both URLs are valid.