Author: sebb Date: Thu Feb 16 13:46:14 2017 New Revision: 1783207 URL: http://svn.apache.org/viewvc?rev=1783207&view=rev Log: Latest change
Modified: commons/proper/validator/trunk/RELEASE-NOTES.txt Modified: commons/proper/validator/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/RELEASE-NOTES.txt?rev=1783207&r1=1783206&r2=1783207&view=diff ============================================================================== --- commons/proper/validator/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/validator/trunk/RELEASE-NOTES.txt Thu Feb 16 13:46:14 2017 @@ -34,6 +34,7 @@ o VALIDATOR-413: Generic CreditCard val o VALIDATOR-394: General Modulus Ten Check Digit Implementation Thanks to Niall Pemberton. Fixed Bugs: +o VALIDATOR-420: Query params validator shouldn't accept whitespaces Thanks to Marcin Gasior. o VALIDATOR-419: Invalid IPv6 addresses that are IPv4-mapped pass InetAddressValidator validation Thanks to Denis Iskhakov. o VALIDATOR-418: UrlValidatorTest: testIsValid() does not run all tests Thanks to Robert McGuigan. o VALIDATOR-379: CodeValidator unconditionally trim()s the input string - document the behaviour