svn commit: r280767 - in /jakarta/commons/proper/validator/trunk: conf/share/validator_1_1_3.dtd src/share/org/apache/commons/validator/ValidatorResources.java

2005-09-13 Thread niallp
Author: niallp Date: Tue Sep 13 22:28:25 2005 New Revision: 280767 URL: http://svn.apache.org/viewcvs?rev=280767&view=rev Log: Merge version 1.1.3 of the validator DTD from VALIDATOR_1_1_2_BRANCH and register a local copy Added: jakarta/commons/proper/validator/trunk/conf/share/validator_1_1

svn commit: r280766 - /jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/GenericTypeValidator.java

2005-09-13 Thread niallp
Author: niallp Date: Tue Sep 13 21:56:10 2005 New Revision: 280766 URL: http://svn.apache.org/viewcvs?rev=280766&view=rev Log: correct logging to use isDebugEnabled() Modified: jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/GenericTypeValidator.java Modified:

DO NOT REPLY [Bug 17682] - [cli] HelpFormatter does not wrap lines correctly after the second line

2005-09-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36212] - [net] commons-net-1.4.0 cannot compile with my code

2005-09-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r280699 - in /jakarta/commons/proper/cli/trunk/src: java/org/apache/commons/cli2/builder/ java/org/apache/commons/cli2/option/ java/org/apache/commons/cli2/resource/ test/org/apache/common

2005-09-13 Thread jkeyes
Author: jkeyes Date: Tue Sep 13 15:42:46 2005 New Revision: 280699 URL: http://svn.apache.org/viewcvs?rev=280699&view=rev Log: - added ArgumentBuilder test Added: jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/builder/ArgumentBuilderTest.java Modified: jakarta/common

EmailValidator string pattern

2005-09-13 Thread Tan Quach
Hi all, The EmailValidator declares a constant called String EMAIL_PATTERN = "/^(.+)@(.+)$/"; However, this pattern accepts the following email address as valid: [EMAIL PROTECTED]'night.com <[EMAIL PROTECTED]> As far as I know, the apostrophe is an invalid character for a domain name, and t

Re: [fileupload] Remove commons-io dependency

2005-09-13 Thread robert burrell donkin
On Tue, 2005-09-13 at 00:15 +0100, Stephen Colebourne wrote: > Stephen Colebourne wrote: > > I am not a [fileupload] maintainer, so cannot -1 or force this issue. > > All I can do is try to persuade the actual maintainers that this > > dependency is not in your users best interests. > > BTW, her

svn commit: r280651 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-09-13 Thread olegk
Author: olegk Date: Tue Sep 13 13:42:38 2005 New Revision: 280651 URL: http://svn.apache.org/viewcvs?rev=280651&view=rev Log: PR #36369 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http://svn.apa

svn commit: r280648 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/HttpMethodBase.java test/org/apache/commons/httpclient/TestConnectionPersistence.java

2005-09-13 Thread olegk
Author: olegk Date: Tue Sep 13 13:34:16 2005 New Revision: 280648 URL: http://svn.apache.org/viewcvs?rev=280648&view=rev Log: PR #36369 (Can not set the "Proxy-connection" header) Contributed by Oleg Kalnichevski Reviewed by Ortwin Glück Modified: jakarta/commons/proper/httpclient/trunk/src

RE: [digester][patch] Make NodeCreateRule available through xmlru les

2005-09-13 Thread robert burrell donkin
i've upload a version On Tue, 2005-09-06 at 09:15 -0500, Kevin Ross wrote: > Thank you. > > How would we get a new SNAPSHOT up to the ibiblio repository? How can I > help? > > http://www.ibiblio.org/maven/commons-digester/jars/ > > > > -Original Message- > From: robert burrell donk

svn commit: r280622 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-09-13 Thread olegk
Author: olegk Date: Tue Sep 13 11:43:23 2005 New Revision: 280622 URL: http://svn.apache.org/viewcvs?rev=280622&view=rev Log: PR #36595 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http://svn.apa

svn commit: r280621 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/DefaultHttpMethodRetryHandler.java

2005-09-13 Thread olegk
Author: olegk Date: Tue Sep 13 11:41:21 2005 New Revision: 280621 URL: http://svn.apache.org/viewcvs?rev=280621&view=rev Log: PR #36595 (DefaultHttpMethodRetryHandler does not check whether the failed method has been aborted) Contributed by Oleg Kalnichevski Reviewed by Michael Becke and Ortwin

[Jakarta-commons Wiki] Update of "CLI" by JohnKeyes

2005-09-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by JohnKeyes: http://wiki.apache.org/jakarta-commons/CLI The comment on the change is: News Summary of 2.0 Release

svn commit: r280580 - in /jakarta/commons/proper/cli/trunk/src: java/org/apache/commons/cli2/option/Switch.java test/org/apache/commons/cli2/option/SwitchTest.java

2005-09-13 Thread jkeyes
Author: jkeyes Date: Tue Sep 13 08:57:07 2005 New Revision: 280580 URL: http://svn.apache.org/viewcvs?rev=280580&view=rev Log: - improved code coverage Modified: jakarta/commons/proper/cli/trunk/src/java/org/apache/commons/cli2/option/Switch.java jakarta/commons/proper/cli/trunk/src/tes

DO NOT REPLY [Bug 36212] - [net] commons-net-1.4.0 cannot compile with my code

2005-09-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36212] - [net] commons-net-1.4.0 cannot compile with my code

2005-09-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r280577 [2/2] - in /jakarta/commons/proper/cli/trunk/src: java/org/apache/commons/cli2/option/ java/org/apache/commons/cli2/validation/ test/org/apache/commons/cli2/commandline/ test/org/a

2005-09-13 Thread jkeyes
Modified: jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/option/ParentTest.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/option/ParentTest.java?rev=280577&r1=280576&r2=280577&view=diff =

Re: [VOTE][restarted] Release Commons Email 1.0

2005-09-13 Thread Dion Gillard
+1. Release it already :-) On 9/13/05, Eric Pugh <[EMAIL PROTECTED]> wrote: > I would like to restart the vote for Commons Email 1.0 based on RC8. > The various packaging/dependency issues have been resolved, and > Commons Email is working great on WebLogic. While this voting > process has dragg

[EMAIL PROTECTED]: Project commons-jelly (in module commons-jelly) failed

2005-09-13 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly has an issue affecting its community integration. This issue affect

[EMAIL PROTECTED]: Project commons-jelly (in module commons-jelly) failed

2005-09-13 Thread commons-jelly development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly has an issue affecting its community integration. This issue affect

[EMAIL PROTECTED]: Project commons-javaflow (in module jakarta-commons-sandbox) failed

2005-09-13 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-javaflow has an issue affecting its community integration. This issue aff

[EMAIL PROTECTED]: Project commons-javaflow (in module jakarta-commons-sandbox) failed

2005-09-13 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-javaflow has an issue affecting its community integration. This issue aff