[collections] Re: Port commons-collections to jdk1.5

2005-04-13 Thread Chris Lambrou
Ooops, I thought I'd replied to the commons dev list, but Laurent's original e-mail had an explicit reply-to address set, so it went straight back to him instead. I'm posting this back to the commons-dev list for the sake of completeness. Chris Hi Laurent, After an initial flurry of activity

[commons-configuration] IniFile support

2005-04-13 Thread Oliver Siegmar
Hi, does someone work on the IniFile support? If not, I could do... ...just drop me a line. Cheers, Oliver - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [logging] update docs to specify that java 1.1 is supported

2005-04-13 Thread Simon Kitching
Hmm..you're quite right. The problem is not "getContextClassLoader", but there *is* a problem with AccessController. I've checked the svn/cvs history, and the AccessController stuff was added by Richard Sitze in r138923 on 2002-10-18. Presumably that was the date at which JCL no longer worked on j

DO NOT REPLY [Bug 34446] New: - [collection] Map filter with MapUtils.predicatedMap feature request

2005-04-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 20813] - [FileUpload] does not take 'charset' parameter of the 'Content-Type' header into consideration

2005-04-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 34436] - [fileupload] Allow to set headerEncoding to other than platform default encoding for fall-back

2005-04-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: r161244 [2/2] - in jakarta/commons/proper/lang/trunk: ./ src/test/org/apache/commons/lang/ src/test/org/apache/commons/lang/builder/ src/test/org/apache/commons/lang/enum/ src/test/org/apache/commons/lang/enums/ src/test/org/apache/commons/lang/exception/ src/test/org/apache/commons/lang/math/ src/test/org/apache/commons/lang/mutable/ src/test/org/apache/commons/lang/text/ src/test/org/apache/commons/lang/time/ xdocs/ xdocs/style/

2005-04-13 Thread ggregory
Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/enums/ValuedEnumTest.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/enums/ValuedEnumTest.java?view=diff&r1=161243&r2=161244

Re: [logging] update docs to specify that java 1.1 is supported

2005-04-13 Thread Brian Stansberry
No joy. Doesn't run under JDK 1.1. I wrote a simple main method that calls LogFactory.getLog() and then Log.info(). Call to LogFactory.getLog() fails with a NoClassDefFoundError: java/security/PrivilegedAction. java.security.AccessController isn't in 1.1 either. Brian --- Simon Kitching <[EMA

RE: maven question

2005-04-13 Thread Kyle Miller
Thanks Arnaud, That is exactly what I was looking for... :) --- Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Hi Kyle, > > The first time you need to add an environment in > your eclipse settings to define your maven > repository home : > maven > -Dmaven.eclipse.workspace=/your/path/t

svn commit: r161241 - in jakarta/commons/proper/lang/trunk: build.xml default.properties

2005-04-13 Thread ggregory
Author: ggregory Date: Wed Apr 13 19:00:48 2005 New Revision: 161241 URL: http://svn.apache.org/viewcvs?view=rev&rev=161241 Log: Fix Javadoc copyright year. Modified: jakarta/commons/proper/lang/trunk/build.xml jakarta/commons/proper/lang/trunk/default.properties Modified: jakarta/common

RE: [lang] VOTE 2.1 release

2005-04-13 Thread Gary Gregory
We've noted in the .enum package @deprecated that the package will be removed in version 3.0. Should we not do the same for other @deprecated classes and methods? Gary -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED] Sent: Sunday, April 10, 2005 5:54 PM To: Jakarta Comm

commons-pool doesn't compile on java 1.5

2005-04-13 Thread Stuart Guthrie
I've checked recent archive and this compile error doesn't seem to be listed. [javac] Compiling 19 source files to /var/tmp/portage/commons-pool-1.2/work/commons-pool-1.2/build/classes [javac] /var/tmp/portage/commons-pool-1.2/work/commons-pool-1.2/src/java/org/apache/commons/pool/impl/Stac

[configuration] dependencies in 1.1 release

2005-04-13 Thread Brett Porter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, There are a few suspect dependencies in the POM from the 1.1 release: - - resources:resources:1.0 doesn't exist - how does Maven build with this? - - as of commons-logging 1.0.4, I believe you should be dependening on commons-logging-api? - - depe

[all] effect on Commons of Maven2

2005-04-13 Thread Brett Porter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, No, this is not a proposal to convert all of Commons to Maven2 :) (If you'd like to give it a try, you are welcome too - we have dist and ant plugins!) What it is about is POMs. Commons is a highly depended on set of libraries, and anything that

DO NOT REPLY [Bug 34437] - [logging] Log.trace() doesn't use log4j 1.3 trace methods

2005-04-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: r161229 - in jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: ./ enum/ enums/ exception/ math/ mutable/ time/

2005-04-13 Thread ggregory
Author: ggregory Date: Wed Apr 13 15:36:48 2005 New Revision: 161229 URL: http://svn.apache.org/viewcvs?view=rev&rev=161229 Log: Removed extra C style parens in return statements (as discussed on commons-dev). Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/Array

Re: [betwixt] [patch] Support for polymorphic references

2005-04-13 Thread robert burrell donkin
On Wed, 2005-04-13 at 22:54 +0200, Thomas Dudziak wrote: > > sorry for ignoring so many of your posts (been very busy recently) > > who isn't ;-) > > > the mailing list is sometimes too aggressive when stripping attachments. > > could you possibly create a bug report and attach all your patches

DO NOT REPLY [Bug 34444] - [betwixt] Betwixt does not support polymorhpic types in collections

2005-04-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 34444] New: - [betwixt] Betwixt does not support polymorhpic types in collections

2005-04-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 34443] - [betwixt] Betwixt does not support polymorphic references

2005-04-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 34443] - [betwixt] Betwixt does not support polymorphic references

2005-04-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 34443] New: - [betwixt] Betwixt does not support polymorphic references

2005-04-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

Re: [betwixt] [patch] Support for polymorphic references

2005-04-13 Thread Thomas Dudziak
> sorry for ignoring so many of your posts (been very busy recently) who isn't ;-) > the mailing list is sometimes too aggressive when stripping attachments. > could you possibly create a bug report and attach all your patches to > it? I'll try (though I really dislike bugzilla for its user-unf

Re: [betwixt] [patch] Support for polymorphic references

2005-04-13 Thread robert burrell donkin
On Sun, 2005-04-10 at 22:05 +0200, Thomas Dudziak wrote: > Hi, hi Thomas sorry for ignoring so many of your posts (been very busy recently) > The attached TestReferenceMapping provides a unit test for this > scenario. sadly the unit test attachment didn't make it through to me > Also attache

RE: maven question

2005-04-13 Thread Arnaud HERITIER
Hi Kyle, The first time you need to add an environment in your eclipse settings to define your maven repository home : maven -Dmaven.eclipse.workspace=/your/path/to/your/eclipse/workspace eclipse:add-maven-repo Then, in any maven project you generate your eclipse configu

DO NOT REPLY [Bug 34442] - [configuration] XMLConfiguration may lose attributes in its save() method

2005-04-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: r161196 - in jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/XMLConfiguration.java src/test/org/apache/commons/configuration/TestXMLConfiguration.java xdocs/changes.xml

2005-04-13 Thread oheger
Author: oheger Date: Wed Apr 13 11:53:10 2005 New Revision: 161196 URL: http://svn.apache.org/viewcvs?view=rev&rev=161196 Log: Fix for issue 34442: XMLConfiguration.save() won't forget attributes any more. Modified: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/confi

DO NOT REPLY [Bug 34442] New: - [configuration] XMLConfiguration may lose attributes in its save() method

2005-04-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 27414] - [validator] GenericValidator.isDate can fail when strict == true

2005-04-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 34362] - [configuration] AbstractFileConfiguration.save() creates a new file instead of overwritting the existing one

2005-04-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 34436] - [fileupload] Allow to set headerEncoding to other than platform default encoding for fall-back

2005-04-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 34362] - [configuration] AbstractFileConfiguration.save() creates a new file instead of overwritting the existing one

2005-04-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

[PATCH] [commons-configuration] - Added a preload feature to DatabaseConfiguration

2005-04-13 Thread Oliver Siegmar
Hi folks, the attachted (svn-)patch adds a preload feature to the DatabaseConfiguration class. I added (for backwards compatibility) a third constructor with a preloadData boolean variable. If this variable is set to true, all configuration data is read in one step and then cached in a local M

DO NOT REPLY [Bug 34436] - [fileupload] Allow to set headerEncoding to other than platform default encoding for fall-back

2005-04-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

Re: [logging] update docs to specify that java 1.1 is supported

2005-04-13 Thread Simon Kitching
Hi Brian, This code in LogFactory: public static LogFactory getFactory() throwsLogConfigurationException { // Identify the class loader we will be using ClassLoader contextClassLoader = (ClassLoader)AccessController.doPrivileged( new Priv

DO NOT REPLY [Bug 34441] - [configuration] Setting the reloading strategy to FileChangedReloadingStrategy erases entire configuration

2005-04-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 34436] - [fileupload] Allow to set headerEncoding to other than platform default encoding for fall-back

2005-04-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 34437] - [logging] Log.trace() doesn't use log4j 1.3 trace methods

2005-04-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 34441] New: - Setting Configuration Reloading Strategy to FileChangedReloadingStrategy erases entire configuration

2005-04-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

[digester] Proposal for release of version 1.7

2005-04-13 Thread Simon Kitching
Hi All, Digester 1.6 was released on 9-sep-2004 (7 months ago). Since then there have been a handful of small bugfixes or improvements. There's nothing particularly exciting happening here; Digester 1.x appears to have reached an extremely stable form. I've updated the RELEASE-NOTES.txt file w

DO NOT REPLY [Bug 34436] - [fileupload] Allow to set headerEncoding to other than platform default encoding for fall-back

2005-04-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

Re: [logging] update docs to specify that java 1.1 is supported

2005-04-13 Thread Brian Stansberry
LogFactory relies on Thread.getContextClassLoader(), which didn't exist in the 1.1 JVM. So, I wouldn't expect JCL to run. I played around with testing this a while back (downloaded Sun's 1.1 JVM), but hit some minor roadblock and stopped. You're right -- this should be clarified, particularly si

[logging] update docs to specify that java 1.1 is supported

2005-04-13 Thread Simon Kitching
Hi, A user recently asked on the commons-user list whether JCL runs on java 1.1. I'm sure it is meant to, but I can't find anywhere in the docs myself that say what JVMs are supported. So attached is a proposed patch to clarify this in the docs. Is everyone happy with this? Cheers, Simon Index

DO NOT REPLY [Bug 34362] - [configuration] AbstractFileConfiguration.save() creates a new file instead of overwritting the existing one

2005-04-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 34362] - [configuration] AbstractFileConfiguration.save() creates a new file instead of overwritting the existing one

2005-04-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

Re: maven question

2005-04-13 Thread Bob Arnott
Kyle Miller wrote: I have just started using maven on my first project, but I have been playing with it at home. My question for the commons developers is this, every project here uses maven, and I would assume many of you also use eclipse or some other similar IDE. Has anyone found a good way to

maven question

2005-04-13 Thread Kyle Miller
I have just started using maven on my first project, but I have been playing with it at home. My question for the commons developers is this, every project here uses maven, and I would assume many of you also use eclipse or some other similar IDE. Has anyone found a good way to add the jars manag

DO NOT REPLY [Bug 34416] - [validator] Form extends multiple forms

2005-04-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 34437] - [logging] Log.trace() doesn't use log4j 1.3 trace methods

2005-04-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 24765] - [fileupload] The current code assumes the platforms default encoding is iso-8859-1

2005-04-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 34436] - [fileupload] Allow to set headerEncoding to other than platform default encoding for fall-back

2005-04-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 34437] New: - commons logging 1.0.4 does not use log4j 1.3 trace methods

2005-04-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 24765] - The current code assumes the platforms default encoding is iso-8859-1

2005-04-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 34436] - allow to set headerEncoding to other than platform default encoding for fall-back

2005-04-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 34436] New: - allow to set headerEncoding to other than platform default encoding for fall-back

2005-04-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

[GUMP@brutus]: Project commons-jelly-tags-xml (in module commons-jelly) failed

2005-04-13 Thread commons-jelly-tags-xml 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-tags-xml has an issue affecting its community integration. This iss

DO NOT REPLY [Bug 34204] - [configuration] XMLConfiguration ignore a specific encoding in XML declaration

2005-04-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