Type |
Changes |
By |
 |
CheckStyle and FindBug Issues - inner classes and key sets. Fixes VALIDATOR-301. Thanks to Jacob Zwiers. |
simonetripodi |
 |
Email validation fails with dash or hyphen at end of local address. Fixes VALIDATOR-293. Thanks to Will Glass-Husain. |
nick |
 |
@localhost and @localhost.localdomain email addresses aren't correctly detected as valid. Fixes VALIDATOR-292. |
nick |
 |
UrlValidator.isValid does not properly validate *.travel domains. Fixes VALIDATOR-289. Thanks to GM. |
nick |
 |
UrlValidator does not validate URL with simple domains (eg: http://hostname ). Fixes VALIDATOR-288. Thanks to feroze daud. |
niallp |
 |
isValid method for EmailValidator should return false for domain with special characters only. Fixes VALIDATOR-286. |
nick |
 |
formatDate(String value, Locale locale) in GenericTypeValidator uses DateFormat.SHORT instead of DateFormat.DEFAULT. Fixes VALIDATOR-282. |
nick |
 |
isValidURL call returns false for file scheme/protocol when URL is correct. Fixes VALIDATOR-276. |
nick |
 |
gmail testing addresses do not validate. Fixes VALIDATOR-271. Thanks to Ralf Hauser. |
nick |
 |
EmailValidator.isValid(String) follows RFC822 but violates RFC1034. Fixes VALIDATOR-275. Thanks to Adam Gordon. |
niallp |
 |
Performance improvement of DomainValidator by change the regular expression. Fixes VALIDATOR-252. Thanks to Makoto Uchino. |
bspeakmon |
 |
url with brackets is not validated thru URLvalidator class. Fixes VALIDATOR-251. Thanks to Meenal Gupta. |
niallp |
 |
Banking CheckDigit implementations: ABA, CUSIP, IBAN, ISIN and Sedol. Fixes VALIDATOR-250. |
niallp |
 |
Add Diners card validation to CreditCardValidator. Fixes VALIDATOR-249. |
niallp |
 |
Add an option to allow 'localhost' as a valid hostname part in the URL. Fixes VALIDATOR-248. Thanks to Sergey Nebolsin. |
bspeakmon |
 |
Move CreditCardValidator to routines package and refactor to use new CodeValidator. Fixes VALIDATOR-247. Thanks to bspeakmon. |
niallp |
 |
Move EmailValidator to routines package. Fixes VALIDATOR-242. |
bspeakmon |
 |
New InetAdress Validator implementation. Fixes VALIDATOR-241. Thanks to niallp. |
bspeakmon |
 |
Support the 65 prefix for Discover Card. Fixes VALIDATOR-240. Thanks to Webb Morris. |
niallp |
 |
Create 1.4 DTD. Fixes VALIDATOR-234. Thanks to Paul Benedict. |
niallp |
 |
Switch to using Version 0.4.3 of the Dojo Compressor from the maven repo. Fixes VALIDATOR-233. Thanks to Paul Benedict. |
niallp |
 |
Add script attribute to control script generation. Fixes VALIDATOR-232. Thanks to Paul Benedict. |
bspeakmon |
 |
clirr Report - EmailValidator.isValidIpAddress() argument type change. Fixes VALIDATOR-300. Thanks to Jacob Zwiers. |
nick |
 |
Null-Stream input to ValidatorResources leads to MalformedURLExceptions. Fixes VALIDATOR-226. Thanks to Lian Ort. |
niallp |
 |
validatorUtilities.js - replace colon characters in the function name (JSF/Shale). Fixes VALIDATOR-224. Thanks to Hasan Turksoy. |
niallp |
 |
Move the trim() function from validateRequired.js to validateUtilities.js. Fixes VALIDATOR-223. Thanks to Hasan Turksoy. |
niallp |
 |
EmailValidator fails with ArrayIndexOutOfBoundsException on domain names longer than 10 segments. Fixes VALIDATOR-220. Thanks to Adam Gordon. |
niallp |
 |
UrlValidator fail when path contains "(" / ")". Fixes VALIDATOR-218. Thanks to Stephen Chu. |
bspeakmon |
 |
UrlValidator rejects top-level domains (TLDs) with more than 4 characters. Fixes VALIDATOR-216. Thanks to Kenji Matsuoka. |
bspeakmon |
 |
New generic CodeValidator that validates format, length and Check Digit for a code. Fixes VALIDATOR-215. |
niallp |
 |
New Regular Expression validator using JDK 1.4's Regex. Fixes VALIDATOR-214. |
niallp |
 |
Factor out Check Digit logic into separate implementations. Fixes VALIDATOR-213. |
niallp |
 |
Upgrade to Digester 1.8. Fixes VALIDATOR-211. |
niallp |
 |
Refactor UrlValidator - especially the line 370-ish. Fixes VALIDATOR-203. Thanks to bayard. |
bspeakmon |
 |
Copy remaining Validation Routines to the new routines package. Fixes VALIDATOR-197. |
niallp |
 |
Removing ORO dep. from GenericValidator. Fixes VALIDATOR-193. Thanks to Matthias Wessendorf. |
bspeakmon |
 |
Adding ISBNValidator to GenericValidator. Fixes VALIDATOR-192. Thanks to Matthias Wessendorf. |
niallp |
 |
Remove the dependency on Jakarta ORO (move to JDK 1.4 regular expression support). Fixes VALIDATOR-191. Thanks to Matthias Wessendorf. |
niallp |
 |
Extend ISBN validator to support smooth transition to ISBN-13 / EAN-13 standard. Fixes VALIDATOR-188. Thanks to Gabriel Belingueres. |
niallp |
 |
JDK 1.4 - change minimum dependency for validator to be JDK 1.4 (was 1.3). Primary reason
for this is to use JDK 1.4+ built in regular expression support and remove the dependency
on Jakarta ORO. |
niallp |