cvs commit: jakarta-commons-sandbox/jelly .cvsignore

2002-09-25 Thread jstrachan
jstrachan2002/09/24 23:41:12 Modified:jelly.cvsignore Log: tidied up the cvsignore file... Revision ChangesPath 1.8 +4 -4 jakarta-commons-sandbox/jelly/.cvsignore Index: .cvsignore ===

[HttpClient] Method to determine required credential type

2002-09-25 Thread Adrian Sutton
HttpClient has the ability to use different Credential classes for different authentication schemes (and is required for NTLM), however there is currently no way to find out which class is required when authenticating without pulling out the WWW-Authenticate header and parsing it. Would people

RE: [HttpClient] Method to determine required credential type

2002-09-25 Thread Adrian Sutton
Would people agree to adding a method that returns the Class required for authentication? I'd suggest it should go into HttpState since that's where the credentials are set. It would have the following cases: snip Just to clarify, it would obviously take the name of the realm as an argument as

[Digester] Re: DO NOT REPLY [Bug 12756] - [Patch] CallMethodRule/CallParamRule

2002-09-25 Thread John Yu
I haven't got any response/comment on this patch I submitted a week ago. Some feedback please. :-) At 09:56 am 25-09-2002, you wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/xml/schematron - New directory

2002-09-25 Thread jstrachan
jstrachan2002/09/25 01:37:39 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/xml/schematron - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

2002-09-25 Thread jstrachan
jstrachan2002/09/25 01:37:51 Modified:jelly/src/java/org/apache/commons/jelly/tags/xml XMLTagLibrary.java ParseTag.java jelly/src/test/org/apache/commons/jelly/xml TestXMLTags.java jelly/src/java/org/apache/commons/jelly

Re: [Digester] Re: DO NOT REPLY [Bug 12756] - [Patch] CallMethodRule/CallParamRule

2002-09-25 Thread Christopher Lenz
Hi John, I'd also like to see the functionality you describe in Digester. I needed to do equivalent changes in my local workspace to meet the requirements of my use cases, but my personal patch queue against Digester is still not cleared so ... :-P Just to add a bit of pressure behind this

DO NOT REPLY [Bug 6624] - double encoding of URLs

2002-09-25 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=6624. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6624] - double encoding of URLs

2002-09-25 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=6624. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [lang] Enum query

2002-09-25 Thread Stephen Colebourne
- Original Message - From: Henri Yandell [EMAIL PROTECTED] Any reason why the Enum class doesn't overload its methods with versions that don't take the Class object? So getEnumList() in the Enum class would call getEnumMap(this.getClass()) Because its static. There is no thisClass

Re: [VOTE] Commons Lang release 1.0

2002-09-25 Thread Stephen Colebourne
+1 - Original Message - From: Henri Yandell [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Monday, September 23, 2002 4:08 AM Subject: [VOTE] Commons Lang release 1.0 I'm proposing a vote for a 1.0 release of Commons Lang to be made. The difference

Re: [HttpClient][PATCH] Basic Authentication does not use default credentials

2002-09-25 Thread Jeff Dever
There is a test case in TestAuthenticator.java: public void testBasicAuthenticationWithDefaultCreds() throws Exception { HttpState state = new HttpState(); state.setCredentials(null,new UsernamePasswordCredentials(username,password)); HttpMethod method = new

DO NOT REPLY [Bug 12331] - PropertyUtils.getProperty() not working

2002-09-25 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=12331. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12756] - [Patch] CallMethodRule/CallParamRule

2002-09-25 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=12756. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12997] - Call the method as soon as the last parameter is encountered

2002-09-25 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=12997. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/swing SwingTagLibrary.java

2002-09-25 Thread jstrachan
jstrachan2002/09/25 10:54:57 Modified:jelly/src/test/org/apache/commons/jelly/swing example.jelly jelly/src/java/org/apache/commons/jelly/tags/swing SwingTagLibrary.java Added: jelly/src/test/org/apache/commons/jelly/swing run.jelly

Re: StringUtils.containsOnly

2002-09-25 Thread Steve Downey
On Wednesday 25 September 2002 01:32 am, Daniel Rall wrote: Henri Yandell [EMAIL PROTECTED] writes: I've submitted Frederik's patch with the new method. Only odd boundary case I can see is that: containsOnly(, anything but null) returns true. This seems okay to me. A string object

RE: Design question on BeanUtils.populate()

2002-09-25 Thread Steve Wilkinson
Please don't take my question the wrong way, I'm not trying to start a flame war here. I'm just saying the specification says that it's not to set the attribute on the bean if there is an empty string retrieved from the request. RE: How would you set something to an empty string, then? Why

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/swing/impl - New directory

2002-09-25 Thread jstrachan
jstrachan2002/09/25 09:26:03 jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/swing/impl - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/daemon/src/native/unix/native java.c

2002-09-25 Thread jfclere
jfclere 2002/09/25 08:36:39 Modified:daemon/src/native/unix/native java.c Log: The strange things is that it seems it breaks only on BS2000. Thanks to my colleage Moebius Robin for helping to fix it. Revision ChangesPath 1.9 +2 -2

RE: Design question on BeanUtils.populate()

2002-09-25 Thread Joe Germuska
At 11:59 AM -0600 2002/09/25, Steve Wilkinson wrote: Please don't take my question the wrong way, I'm not trying to start a flame war here. I'm just saying the specification says that it's not to set the attribute on the bean if there is an empty string retrieved from the request. RE: How

RE: Design question on BeanUtils.populate()

2002-09-25 Thread Tim Moore
-Original Message- From: Steve Wilkinson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 2:00 PM To: 'Jakarta Commons Developers List' Subject: RE: Design question on BeanUtils.populate() Please don't take my question the wrong way, I'm not trying to start a

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/demos - New directory

2002-09-25 Thread jstrachan
jstrachan2002/09/25 11:36:52 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/demos - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/jelly maven.xml project.xml

2002-09-25 Thread jstrachan
jstrachan2002/09/25 11:36:59 Modified:jellymaven.xml project.xml Added: jelly/src/test/org/apache/commons/jelly/demos HomepageBuilder.java template2.jelly template1.jelly Log: Added Otto's groovy demo that shows how Jelly

Re: [jelly] xml and xsl fun

2002-09-25 Thread James Strachan
Hi Warner This took longer than I expected but thanks to the sterling work of Robert Leftwich we've now got native XSLT support in Jelly. I've rambled on about it in more detail on the Jelly blog... http://blogs.werken.com/projects/jelly/archives/92.html James ---

RE: [VOTE] Commons Lang release 1.0

2002-09-25 Thread Scott Sanders
The only problem with that is that if the ant build does it, and the build is run on Windows, the tar files are not correct from a permissions viewpoint. Just my experience with tar files of late. Scott -Original Message- From: Daniel Rall [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: [logging] VOTE for cutting release 1.0.2

2002-09-25 Thread Scott Sanders
+1. I can double team on the RM stuff when you need help with daedalus. Scott -Original Message- From: Richard Sitze [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 8:43 AM To: [EMAIL PROTECTED] Subject: [logging] VOTE for cutting release 1.0.2 There were some

RE: [VOTE] Commons Lang release 1.0

2002-09-25 Thread Steven Caswell
Sorry, I've been away from my e-mail for a while. Definite +1. Steven Caswell [EMAIL PROTECTED] a.k.a Mungo Knotwise of Michel Delving One ring to rule them all, one ring to find them... -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 22,

RE: [lang] ready for a release

2002-09-25 Thread Scott Sanders
+1 -Original Message- From: Daniel Rall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 10:40 PM To: Jakarta Commons Developers List Subject: Re: [lang] ready for a release Stephen Colebourne [EMAIL PROTECTED] writes: - Should we add JDK1.2 to the dependencies

RE: cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/exception ExceptionUtilsTestCase.java

2002-09-25 Thread Steven Caswell
I probably should have deferred to letting you fix it initially anyway. Thanks for restoring the original intent. Steven Caswell [EMAIL PROTECTED] a.k.a Mungo Knotwise of Michel Delving One ring to rule them all, one ring to find them... -Original Message- From: [EMAIL PROTECTED]

RE: [lang] Builders complete?

2002-09-25 Thread Scott Sanders
In earlier discussions on this topic, I thought the conclusion was that [lang] would grab the MethodUtils class out of beanutils, and create a corresponding ConstructorUtils class for dynamically invoking constructors. At some appropriate time, [beanutils] could deprecate its

RE: [logging] VOTE for cutting release 1.0.2

2002-09-25 Thread Steven Caswell
I'm voting -1 because the issue I raised with the initialization of log4j added in 1.0.1 has not been resolved. http://marc.theaimsgroup.com/?l=jakarta-commons-devm=103057245722889w= 2 I assume this is a valid reason for a -1 vote. If not, someone please correct me (like I really need to say

[PROPOSAL - POOL API] add invalidateObject(Object obj) to ObjectPool

2002-09-25 Thread Hajratwala, Nayan (N.)
Within commons-pool, I'd like to propose adding the following method to the ObjectPool interface: public void invalidateObject(Object obj); This would be used to address the situation in which you borrow an object from the pool, and then upon use, discover that it is invalid, at which

Re: StringUtils.containsOnly

2002-09-25 Thread Henri Yandell
On Wed, 25 Sep 2002, Steve Downey wrote: containsOnly(null, anything) returns false. I could follow this on the grounds that a null string couldn't possibly contain any characters, so should fail. Still, I find the semantics confusing, since the same argument could be applied to

Re: cvs commit: jakarta-commons/lang RELEASE-NOTES.txt

2002-09-25 Thread Henri Yandell
Just what I was thinking. Well, amongst the embaressing sinking feeling that was :) On 25 Sep 2002, Daniel Rall wrote: Nice catch, that's what RC's are for. :) -- Daniel Rall [EMAIL PROTECTED] [EMAIL PROTECTED] writes: scolebourne2002/09/25 03:29:56 Modified:lang

Re: [logging] VOTE for cutting release 1.0.2

2002-09-25 Thread Steve Downey
It seems like a reasonable reason for a -1 vote, particularly as vote for release is majority not consensus. Did you put the problem into bugzilla? One good rule for releases is 'no open issues'. WONTFIX may be unpleasant, but at least it means someone has to think about the issue. On

Re: StringUtils.containsOnly

2002-09-25 Thread Steve Downey
On Wednesday 25 September 2002 04:48 pm, Henri Yandell wrote: On Wed, 25 Sep 2002, Steve Downey wrote: containsOnly(null, anything) returns false. I could follow this on the grounds that a null string couldn't possibly contain any characters, so should fail. Still, I find the

RE: [VOTE] Commons Lang release 1.0

2002-09-25 Thread Scott Sanders
The only problem with that is that if the ant build does it, and the build is run on Windows, the tar files are not correct from a permissions viewpoint. Just my experience with tar files of late. I build software on Windows only under the most dire of circumstances. ;) Point

RE: [logging] VOTE for cutting release 1.0.2

2002-09-25 Thread Scott Sanders
Or, since no one has disagreed with you, you could consider that lazy consensus and commit a patch for it :) Scott -Original Message- From: Steve Downey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 2:15 PM To: Jakarta Commons Developers List Subject: Re:

Re: [VOTE] Commons Lang release 1.0

2002-09-25 Thread Daniel Rall
Scott Sanders [EMAIL PROTECTED] writes: The only problem with that is that if the ant build does it, and the build is run on Windows, the tar files are not correct from a permissions viewpoint. Just my experience with tar files of late. I build software on Windows only under the most dire

Re: cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/exception ExceptionUtilsTestCase.java

2002-09-25 Thread Daniel Rall
Steven Caswell [EMAIL PROTECTED] writes: I probably should have deferred to letting you fix it initially anyway. Thanks for restoring the original intent. Sure, naw worries Steven. I don't have a plethora of time available ATM, so I appreciated you taking a stab at it. -- Daniel Rall

Re: cvs commit: jakarta-commons/lang RELEASE-NOTES.txt

2002-09-25 Thread Daniel Rall
Nice catch, that's what RC's are for. :) -- Daniel Rall [EMAIL PROTECTED] [EMAIL PROTECTED] writes: scolebourne2002/09/25 03:29:56 Modified:lang RELEASE-NOTES.txt Log: Correct the enum release notes Revision ChangesPath 1.4 +2 -2

cvs commit: jakarta-commons/logging STATUS.html

2002-09-25 Thread rsitze
rsitze 2002/09/25 15:06:19 Modified:logging STATUS.html Log: Adding self as contributor.. only thing new here is updating the doc. Revision ChangesPath 1.8 +2 -1 jakarta-commons/logging/STATUS.html Index: STATUS.html

RE: [logging] VOTE for cutting release 1.0.2

2002-09-25 Thread Richard Sitze
We need a quick release to enable us to pull this into another Jakarta Project that has a dependency on this change (AXIS), that is expected to be released VERY soon. This is one reason I'm asking for a 1.0.2 release, instead of a more significant 1.1 release... for whatever THAT's worth.

DO NOT REPLY [Bug 13010] New: - [PATCH] java.net.SocketException when validating

2002-09-25 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=13010. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [HttpClient][PATCH] Basic Authentication does not use default credentials

2002-09-25 Thread Adrian Sutton
This test shows that basic authenticaiton uses the default creds (the creds with the null realm in the httpstate). I'm not sure what your patch is trying to fix ... can you supply a test case that fails with the current code, but passes after your patch is applied? I could have sworn that exact

RE: [HttpClient] Method to determine required credential type

2002-09-25 Thread Adrian Sutton
Is there a case for returning a class object, as opposed to just returning Basic, Digest or NTLM (or null). Not a particularly good one. It would be useful to know the actual class required for when pluggable authentication modules come in, but there isn't much chance of being able to provide

DO NOT REPLY [Bug 13010] - [PATCH] java.net.SocketException when validating

2002-09-25 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=13010. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13010] - [PATCH] java.net.SocketException when validating

2002-09-25 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=13010. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/latka project.xml

2002-09-25 Thread dion
dion2002/09/25 16:40:19 Modified:latkaproject.xml Log: Fixed so test cases work under latest maven Revision ChangesPath 1.32 +2 -4 jakarta-commons/latka/project.xml Index: project.xml

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/http RequestImpl.java

2002-09-25 Thread dion
dion2002/09/25 16:49:55 Modified:latka/src/java/org/apache/commons/latka/http RequestImpl.java Log: Fix for Bug 13010 from [EMAIL PROTECTED] Revision ChangesPath 1.32 +10 -6

DO NOT REPLY [Bug 13010] - [PATCH] java.net.SocketException when validating

2002-09-25 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=13010. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/latka/src/xdocs .cvsignore

2002-09-25 Thread dion
dion2002/09/25 16:55:02 Modified:latka.cvsignore Added: latka/src/xdocs .cvsignore Log: cvsignore files for maven build process Revision ChangesPath 1.5 +1 -0 jakarta-commons/latka/.cvsignore Index: .cvsignore

Re: [latka] [PATCH] RequestImpl.setVersion () throws NPE

2002-09-25 Thread dion
Patch has been applied and tests have passed except test status codes which fails on the GoodURL test. I'm behind a firewall, so that may be the problem. Am investigating -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers:

Re: [HttpClient] URI request fix and multiple method fix

2002-09-25 Thread Sung-Gu
I expect that most of encoding issue could be fixed by URI and recent URIUtil. I'll fix it probably about 1 week later Sung-Gu - Original Message - From: Jeff Dever [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Cc: Andrew Hyatt [EMAIL PROTECTED] Sent:

DO NOT REPLY [Bug 12756] - [Patch] CallMethodRule/CallParamRule

2002-09-25 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=12756. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[latka] UTF-16 - ISO-8859-1

2002-09-25 Thread Janek Bogucki
Hey dIon, Could you commit this patch? http://issues.apache.org/bugzilla/show_bug.cgi?id=12846 Cheers, Janek -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Design question on BeanUtils.populate()

2002-09-25 Thread Craig R. McClanahan
On Wed, 25 Sep 2002, Steve Wilkinson wrote: Date: Wed, 25 Sep 2002 10:36:28 -0600 From: Steve Wilkinson [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Design question on BeanUtils.populate() All, In the

RE: Design question on BeanUtils.populate()

2002-09-25 Thread Scott Sanders
Although jsp:setProperty was one of the inspirations that led to the creation of BeanUtils.populate(), I chose not to slavishly copy the JSP semantics -- in particular the very very wierd handling of zero-length Strings. I found it much more useful in typical form fill-in scenarios to

RE: Design question on BeanUtils.populate()

2002-09-25 Thread Craig R. McClanahan
On Wed, 25 Sep 2002, Scott Sanders wrote: Date: Wed, 25 Sep 2002 19:41:53 -0700 From: Scott Sanders [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Subject: RE: Design question on BeanUtils.populate()

Re: cvs commit: jakarta-commons/lang RELEASE-NOTES.txt

2002-09-25 Thread Daniel Rall
Henri Yandell [EMAIL PROTECTED] writes: Just what I was thinking. Well, amongst the embaressing sinking feeling that was :) Programmers who actually take the time to write release notes need never be embarrassed in my book. -- Daniel Rall [EMAIL PROTECTED] -- To unsubscribe, e-mail: