Index of /dist/commons
Apache Commons Project Distributions
The most recent source and binary releases for the Apache Commons project are available from this directory listing. For older releases, please use the archives.
Important Notices
Name Last modified Size
Parent Directory 15-Jul-2008 09:21 -
binaries/ 26-Feb-2008 13:38 -
source/ 26-Feb-2008 13:38 -
commons-validator-current-src.tar.gz 28-Nov-2006 15:01 167k
commons-validator-current-src.tar.gz.asc 28-Nov-2006 15:01 1k
commons-validator-current-src.zip 28-Nov-2006 15:02 352k
commons-validator-current-src.zip.asc 28-Nov-2006 15:02 1k
commons-validator-current.tar.gz 28-Nov-2006 14:50 803k
commons-validator-current.tar.gz.asc 28-Nov-2006 14:50 1k
commons-validator-current.zip 28-Nov-2006 14:51 1.2M
commons-validator-current.zip.asc 28-Nov-2006 14:56 1k
README.html 02-Aug-2007 06:19 2k
RELEASE-NOTES-1.0.2.txt 16-Apr-2003 21:17 1k
Commons Validator 1.3.1
This is the current release version of Commons Validator, version 1.3.1. This release is available in both binary and source distributions.
Note: The tar files in this distribution use GNU tar extensions and must be untarred with a GNU compatible version of tar. The version of tar on Solaris and Mac OS X will not work with these files.
Changes
The changes in this release are detailed in the changes report.
Thank you for using Commons Validator, brought to you by the Apache Commons Project.
Signatures
The files in this distribution have been digitally signed using PGP. Each signed file has a corresponding filename.asc signature file in the same directory. The signing keys can be found in the distribution directory at < http://www.apache.org/dist/commons/KEYS>.
Always download the KEYS file directly from the Apache site, never from a mirror site.
Always test available signatures, to ensure that what you download has not been tampered with. How you do this depends on the tools that you use. Here are a few examples:
-
PGP for Windows:
Use the Decrypt/Verify option in the PGPmail tool. -
PGP command line (some versions):
$ pgpk -a KEYS
$ pgpv commons-validator-1.3.0.tar.gz.asc -
PGP command line (some versions):
$ pgp -ka KEYS
$ pgp commons-validator-1.3.0.tar.gz.asc -
GnuPG:
$ gpg --import KEYS
$ gpg --verify commons-validator-1.3.0.tar.gz.asc