[Jelly] [Proposal] Jelly mailing list

2003-01-19 Thread Nicola Ken Barozzi
Isn't it time Jelly got its own mailing list /now/, since traffic is more than high already? -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent - (discussions get forgotten, just code remains)

Re: [Jelly] [Proposal] Jelly mailing list

2003-01-19 Thread Stephen Colebourne
+1 I added filters locally only yesterday for this reason ;-) (And as I've said before, it should be jakarta-jelly, not commons-jelly...) Stephen - Original Message - From: robert burrell donkin [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Sunday, January

Re: LinkedFastHashMap?

2003-01-19 Thread Stephen Colebourne
From: Henri Yandell [EMAIL PROTECTED] I've not looked at the code in question yet, but it feels like the wrong solution. Is it not possible for the existing SequencedHashMap to be able to wrap a FastHashMap? ie) SequencedHashMap.wrap(new FastHashMap()) which would override the map used

Re: Re:Re: [Betwixt] complex recursion

2003-01-19 Thread Martin van den Bemt
Thanx I'll have a look at it.. Mvgr, Martin On Sun, 2003-01-19 at 10:21, Emmanuel Venisse wrote: Hi Martin, I modify the test case, Element class and add Subelement.java and recursion3.xml Index: Element.java === RCS file:

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpConnection.java

2003-01-19 Thread oglueck
oglueck 2003/01/19 07:05:15 Modified:httpclient/src/java/org/apache/commons/httpclient HttpConnection.java Log: disable Nagles Algorithm Requested by: Juergen Pill Patch by: Oleg Kalnichevski bloody Sunday Revision ChangesPath 1.32

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util FileTag.java

2003-01-19 Thread dion
dion2003/01/19 07:14:26 Modified:jelly/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util FileTag.java Log: remove check in file tag for file existence and readability Revision ChangesPath 1.2 +1 -8

cvs commit: jakarta-commons/betwixt/xdocs todo.xml

2003-01-19 Thread rdonkin
rdonkin 2003/01/19 07:31:15 Modified:betwixt/xdocs todo.xml Log: Updated todo list to reflect fact that 1.0-alpha-1 release has been branched. Revision ChangesPath 1.31 +2 -65 jakarta-commons/betwixt/xdocs/todo.xml Index: todo.xml

cvs commit: jakarta-commons/betwixt/xdocs community.xml

2003-01-19 Thread rdonkin
rdonkin 2003/01/19 07:39:52 Modified:betwixt/xdocs community.xml Log: Corrected some small formatting issues. Revision ChangesPath 1.2 +5 -7 jakarta-commons/betwixt/xdocs/community.xml Index: community.xml

cvs commit: jakarta-commons/betwixt/xdocs faq.xml

2003-01-19 Thread rdonkin
rdonkin 2003/01/19 07:40:00 Modified:betwixt/xdocs faq.xml Log: Corrected some small formatting issues. Revision ChangesPath 1.4 +4 -4 jakarta-commons/betwixt/xdocs/faq.xml Index: faq.xml

cvs commit: jakarta-commons/betwixt/xdocs tasks.xml navigation.xml todo.xml

2003-01-19 Thread rdonkin
rdonkin 2003/01/19 07:46:56 Modified:betwixt/xdocs navigation.xml Added: betwixt/xdocs tasks.xml Removed: betwixt/xdocs todo.xml Log: Maven links to a file named tasks.xml for it's task list. i've renamed the todo.xml document to task.xml so that it's linked correctly

Re: [Jelly] [Proposal] Jelly mailing list

2003-01-19 Thread Morgan Delagrange
-1. I don't expect Jelly to generate this much traffic typically. We had a spike while we reorganized the build, but that's coming to a close. - Morgan --- Nicola Ken Barozzi [EMAIL PROTECTED] wrote: Isn't it time Jelly got its own mailing list /now/, since traffic is more than high

DO NOT REPLY [Bug 16227] - Added class hierachy support to CompareToBuilder.reflectionCompare()

2003-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16227. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/builder CompareToBuilder.java

2003-01-19 Thread scolebourne
scolebourne2003/01/19 09:51:42 Modified:lang/src/java/org/apache/commons/lang/builder CompareToBuilder.java Log: Fix javadoc where wrong method name specified from Michael Schulze Revision ChangesPath 1.11 +2 -2

DO NOT REPLY [Bug 16202] - typo in the javadoc example code

2003-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16202. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15438] - ArrayUtils.contains()

2003-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15438. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang StringUtils.java

2003-01-19 Thread scolebourne
scolebourne2003/01/19 10:15:38 Modified:lang/src/test/org/apache/commons/lang StringUtilsTest.java lang/src/java/org/apache/commons/lang StringUtils.java Log: Fix infinite recursion in replace() when blank string used from Holger Krauth Revision Changes

DO NOT REPLY [Bug 16204] - Infinite loop in StringUtils.replace(text, repl, with) + FIX

2003-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16204. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [PATCH] CLI using relection.

2003-01-19 Thread John Keyes
Nick thanks for the submission. I will review it and post my comments back to you as soon as I get a chance. Thanks again, -John K On Saturday, Jan 18, 2003, at 09:40 Europe/Dublin, Nick Chalko wrote: I have been doing CLI using reflection for aobut 2 years. I converted my code from

Re: [jelly] Taglib split out - done?

2003-01-19 Thread Morgan Delagrange
I think my priorities would be: 1) Stabilize GUMP builds for all taglibs. 2) Raise and resolve remaining release issues. 3) Release Jelly 1.0. I think websites and documentation for the taglibs are a nice-to-have until Jelly is released. - Morgan --- [EMAIL PROTECTED] wrote: Things to do

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/builder ToStringBuilderTest.java

2003-01-19 Thread scolebourne
scolebourne2003/01/19 10:49:05 Modified:lang/src/java/org/apache/commons/lang/builder CompareToBuilder.java ToStringBuilder.java HashCodeBuilder.java EqualsBuilder.java lang/src/test/org/apache/commons/lang/builder

DO NOT REPLY [Bug 15986] - Infinite loop in ToStringBuilder.reflectionToString for inner classes

2003-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15986. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [lang] Bug #14357 Stack trace order

2003-01-19 Thread Stephen Colebourne
I would like to treat this as a bug, and just reverse the order to the 'correct' one (compliant with JDK 1.4 and others). Otherwise, I think that a static setStackOrderHighestToLowest(boolean) method is better than a system property. Stephen - Original Message - From: Max Rydahl

DO NOT REPLY [Bug 15986] - Infinite loop in ToStringBuilder.reflectionToString for inner classes

2003-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15986. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [Jelly] [Proposal] Jelly mailing list

2003-01-19 Thread Henri Yandell
Scary. When I got to the bottom of my email list, I was going to suggest the same thing. +1 Also, as Jelly is thinking of leaving Commons [afaik], this would be a good test. Leaving the mailing list is to the developer akin to leaving the community. Hen On Sun, 19 Jan 2003, Nicola Ken Barozzi

Re: [lang] Bug #14357 Stack trace order

2003-01-19 Thread Stephen Colebourne
From: Henri Yandell [EMAIL PROTECTED] On Sun, 19 Jan 2003, Stephen Colebourne wrote: I would like to treat this as a bug, and just reverse the order to the 'correct' one (compliant with JDK 1.4 and others). +1, though I expect the deprecation police to throw a tizzy. We should release as

cvs commit: jakarta-commons-sandbox/email/src/java/org/apache/commons/mail GenerateUniqueID.java HtmlEmail.java

2003-01-19 Thread scolebourne
scolebourne2003/01/19 12:03:11 Modified:emailgump.xml project.xml LICENSE.txt email/src/java/org/apache/commons/mail HtmlEmail.java Added: email/src/java/org/apache/commons/mail GenerateUniqueID.java Log: Remove dependency on [util] and [lang] Fix

cvs commit: jakarta-commons-sandbox/email/src/java/org/apache/commons/mail MailMessage.java MultiPartEmail.java SimpleEmail.java Email.java ByteArrayDataSource.java EmailAttachment.java

2003-01-19 Thread scolebourne
scolebourne2003/01/19 12:06:18 Modified:email/src/java/org/apache/commons/mail MailMessage.java MultiPartEmail.java SimpleEmail.java Email.java ByteArrayDataSource.java EmailAttachment.java Log: Fix licence to be commons version

[email] Removed dependency

2003-01-19 Thread Stephen Colebourne
I'm about to delete [util], so I have updated [email] to remove the dependency. While I was at it, I updated the licence to be the commons licence, not the turbine one. Stephen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/util/src/test/org/apache/commons/util/identifier TestIdentifierUtils.java TestIdentifierFactories.java IdentifierTestSuite.java

2003-01-19 Thread scolebourne
scolebourne2003/01/19 12:14:56 Modified:util STATUS.html Removed: util/src/java/org/apache/commons/util/identifier IdentifierUtils.java LongIncrementingIdentifierFactory.java

cvs commit: jakarta-commons/xdocs/stylesheets project.xml

2003-01-19 Thread bayard
bayard 2003/01/19 12:23:43 Modified:docs beanutils.html charter.html collections.html commons.html components.html contributors.html dbcp.html digester.html directory.html discovery.html index.html lang.html

[util] Project closed

2003-01-19 Thread Stephen Colebourne
I have deleted all the remaining files in [util]. http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg15369.html http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg13612.html They've had deprecation warnings for some time, and nobody has objected. The [email] dependency has

Re: [util] Project closed

2003-01-19 Thread Henri Yandell
[util] project's entry on the Commons website is now removed. Hen On Sun, 19 Jan 2003, Stephen Colebourne wrote: I have deleted all the remaining files in [util]. http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg15369.html

Re: [util] Project closed

2003-01-19 Thread Henri Yandell
One question. Should anything be done about: http://www.ibiblio.org/maven/commons-util/jars/ ie) a request to kill it? as far as I know, there was never any official release candidate of commons-util, but the fact it is there implies someone is using it [possibly only commons-email though].

Re: [Jelly] [Proposal] Jelly mailing list

2003-01-19 Thread dion
FWIW, at this point, there's no proposal for Jelly to move out of Commons. It may happen long term, but currently we're here. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au Henri Yandell [EMAIL PROTECTED] wrote

Re: [jelly] Taglib split out - done?

2003-01-19 Thread dion
Morgan Delagrange [EMAIL PROTECTED] wrote on 20/01/2003 05:45:53 AM: I think my priorities would be: 1) Stabilize GUMP builds for all taglibs. 2) Raise and resolve remaining release issues. 3) Release Jelly 1.0. I think websites and documentation for the taglibs are a nice-to-have until

Re: [util] Project closed

2003-01-19 Thread robert burrell donkin
maven still has commons-util as a dependency for it's bootstrap build. i don't find any references in the maven source (when i grep them) so it's possible that it's no longer used. - robert On Sunday, January 19, 2003, at 08:28 PM, Henri Yandell wrote: One question. Should anything be done

Re: [util] Project closed

2003-01-19 Thread Martin van den Bemt
Leave it on ibiblio, and ask them to add a message that it is no longer maintained so to say. If it is on ibiblio it could be that still some other projects (outside of jakarta) depend on it.. Mvgr, Martin On Sun, 2003-01-19 at 21:28, Henri Yandell wrote: One question. Should anything be done

[Jelly] BCEL Taglibrary Beginnings

2003-01-19 Thread Mark R. Diggory
I started writting the beginnings of a BCEL taglibrary. Although it may be a bit different than others may anticipate. Basically I've built two tags and a supporting BeanExtender class to support them. bcel:extends baseClass=java.lang.Object packageName=org.foo className=Test

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly jelly.properties

2003-01-19 Thread dion
dion2003/01/19 15:13:34 Modified:jelly/src/java/org/apache/commons/jelly jelly.properties Log: Reflect current core and taglibs Revision ChangesPath 1.35 +7 -7 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/jelly.properties Index:

cvs commit: jakarta-commons/betwixt/src/java/org/apache/commons/betwixt XMLUtils.java

2003-01-19 Thread rdonkin
rdonkin 2003/01/19 15:20:44 Added: betwixt/src/java/org/apache/commons/betwixt XMLUtils.java Log: Created new utility class for basic XML operations. Revision ChangesPath 1.1 jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/XMLUtils.java

cvs commit: jakarta-commons/betwixt/src/test/org/apache/commons/betwixt TestXMLUtils.java

2003-01-19 Thread rdonkin
rdonkin 2003/01/19 15:21:31 Added: betwixt/src/test/org/apache/commons/betwixt TestXMLUtils.java Log: Unit tests for XMLUtil utility class. Revision ChangesPath 1.1

cvs commit: jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io BeanWriter.java

2003-01-19 Thread rdonkin
rdonkin 2003/01/19 15:22:48 Modified:betwixt/src/java/org/apache/commons/betwixt/io BeanWriter.java Log: Moved utility methods into XMLUtils. Deprecated methods that were moved. Revision ChangesPath 1.14 +9 -65

cvs commit: jakarta-commons/betwixt/xdocs tasks.xml

2003-01-19 Thread rdonkin
rdonkin 2003/01/19 15:25:53 Modified:betwixt/src/java/org/apache/commons/betwixt/digester AttributeRule.java ElementRule.java betwixt/src/test/org/apache/commons/betwixt/dotbetwixt TestBeanToXml.java

Re: [Jelly] BCEL Taglibrary Beginnings

2003-01-19 Thread dion
Cool. We almost have a CodeDOM :) -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au Mark R. Diggory [EMAIL PROTECTED] wrote on 20/01/2003 10:06:03 AM: I started writting the beginnings of a BCEL taglibrary.

cvs commit: jakarta-commons/jxpath/src/java/org/apache/commons/jxpath/ri/model VariablePointer.java

2003-01-19 Thread dmitri
dmitri 2003/01/19 15:58:27 Modified:jxpath/src/java/org/apache/commons/jxpath/ri/model VariablePointer.java Log: Fixed issues with variables: qualified names and indexing Revision ChangesPath 1.12 +13 -18

cvs commit: jakarta-commons/jxpath/src/java/org/apache/commons/jxpath/ri/model VariablePointer.java

2003-01-19 Thread dmitri
dmitri 2003/01/19 16:07:53 Modified:jxpath/src/java/org/apache/commons/jxpath/ri/model VariablePointer.java Log: Refix: accidentally undid a previous fix Revision ChangesPath 1.13 +16 -6

cvs commit: jakarta-commons-sandbox/resources project.xml

2003-01-19 Thread craigmcc
craigmcc2003/01/19 16:37:07 Modified:resources project.xml Log: Updated the project.xml dependencies so that Maven can build commons-resources again. I also fixed the pattern for the unit test cases, but don't know the magic incantation needed to get Maven to actually run

DO NOT REPLY [Bug 13621] - [resources] fixes to Maven project.xml

2003-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13621. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [jelly] Taglib split out - done?

2003-01-19 Thread Morgan Delagrange
--- [EMAIL PROTECTED] wrote: Morgan Delagrange [EMAIL PROTECTED] wrote on 20/01/2003 05:45:53 AM: I think my priorities would be: 1) Stabilize GUMP builds for all taglibs. 2) Raise and resolve remaining release issues. 3) Release Jelly 1.0. I think websites and documentation

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections CollectionUtils.java

2003-01-19 Thread scolebourne
scolebourne2003/01/19 17:29:30 Modified:collections/src/java/org/apache/commons/collections CollectionUtils.java Log: Improve speed of countMatches() from Peter KoBek Revision ChangesPath 1.26 +14 -5

Re: [collections] performance enhancement for CollectionUtils#countMatches

2003-01-19 Thread Stephen Colebourne
Your proposed change to countMatches makes sense and I have applied it. Your proposed addition of exists is more troublesome. I agree that it will halve the average time to retrieve the result. But it does widen the public API. I think overall it probably is justified. Would you like to create a

[dom4jconfiguration] Improved save()

2003-01-19 Thread Kelvin Tan
Added a little fault-tolerance into save() method, saving to temp file, then renaming if no errors thrown. See attached for patch. Index: DOM4JConfiguration.java === RCS file:

[dom4jconfiguration] Improved save()

2003-01-19 Thread Kelvin Tan
Added a little fault-tolerance into save() method, saving to temp file, then renaming if no errors thrown. See attached for patch. Index: DOM4JConfiguration.java === RCS file:

Re: [Jelly] BCEL Taglibrary Beginnings

2003-01-19 Thread Jason van Zyl
On Sun, 2003-01-19 at 18:06, Mark R. Diggory wrote: I started writting the beginnings of a BCEL taglibrary. Although it may be a bit different than others may anticipate. Basically I've built two tags and a supporting BeanExtender class to support them. bcel:extends

Rep:Re: Re:Re: [Betwixt] complex recursion

2003-01-19 Thread Emmanuel Venisse
Thanks, it seems to work correctly. Emmanuel -Message d'origine- De: Martin van den Bemt [EMAIL PROTECTED] A: Jakarta Commons Developers List [EMAIL PROTECTED] Date: 19/01/03 Objet: Re: Re:Re: [Betwixt] complex recursion Fixed in cvs HEAD and in the alpha release branch. I'll wait for

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator LocaleTest.java validator-locale.xml ValidatorTestSuite.java

2003-01-19 Thread turner
turner 2003/01/19 22:15:06 Modified:validator/src/share/org/apache/commons/validator ValidatorResources.java ValidatorResourcesInitializer.java validator/src/test/org/apache/commons/validator

Re: [PATCH] CLI using relection.

2003-01-19 Thread Nick Chalko
John Keyes wrote: Nick thanks for the submission. I will review it and post my comments back to you as soon as I get a chance. Thanks again, -John K Things I know I need to do: * Use commons beanutils for setting properties. * Use a custom BeanInfo property to set required. *

DO NOT REPLY [Bug 14146] - Support for preconditions

2003-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14146. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator EmailTest.java

2003-01-19 Thread turner
turner 2003/01/19 22:28:37 Modified:validator/src/share/org/apache/commons/validator GenericValidator.java validator/src/test/org/apache/commons/validator EmailTest.java Log: Fixes bug 15898 Dots at the end of

DO NOT REPLY [Bug 15898] - GenericValidaor.isEmail bug

2003-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15898. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15396] - Indexed properties not being set in ValidatorResults

2003-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15396. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 14278] - add link/info for Struts Console to website

2003-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14278. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16045] - null pointer in Validator.java after upgrading to Struts 1.1-b3

2003-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16045. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator EmailTest.java

2003-01-19 Thread turner
turner 2003/01/19 22:50:27 Modified:validator/src/share/org/apache/commons/validator GenericValidator.java validator/src/test/org/apache/commons/validator EmailTest.java Log: Fixes bug 16198 , non-ascii characters are

DO NOT REPLY [Bug 16198] - isEmail accepts Umlauts and other non-ASCII characters

2003-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16198. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.