Re: [httpclient] Volunteering to add ...

2002-09-18 Thread Ortwin Glück
I think you are a bit too late. Digest Auth has already been implemented recently. Check out the latest CVS snapshot from http://jakarta.apache.org/commons/httpclient/downloads.html Odi Chin-chung Chow wrote: I have interest on this part Digest Authentication Add support for Digest

Re: [Digester] XML Pull

2002-09-18 Thread Christopher Lenz
The architecture of Digester is very close to the SAX push parse model. SAX events are simply dispatched to matching rules. Using a lower-level API like XMLPULL would just complicate the code, because Digester would have to translate between the pull and the push model. Not to speak about API

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

2002-09-18 Thread jfclere
jfclere 2002/09/18 01:52:33 Modified:daemon/src/native/unix/native location.c Log: Finish arranging the configuration for ReliantUnix and BS2000. Revision ChangesPath 1.4 +6 -2 jakarta-commons-sandbox/daemon/src/native/unix/native/location.c Index:

RE: [Digester] XML Pull

2002-09-18 Thread dion
Doesn't Piccolo come out faster than xpp in most tests? -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers Tal Lev-Ami [EMAIL PROTECTED] wrote on 18/09/2002 05:36:10 PM: Performance. Parsers like XPP are much

RE: [VOTE] James Turner as Committer for Validator

2002-09-18 Thread Martin Cooper
+1 -- Martin Cooper -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 8:49 AM To: [EMAIL PROTECTED] Subject: [VOTE] James Turner as Committer for Validator Commons Folks, I'd like to propose James Turner [EMAIL

Re: [VOTE] James Turner as Committer for Validator

2002-09-18 Thread Henri Yandell
+1. On Wed, 18 Sep 2002, Craig R. McClanahan wrote: Commons Folks, I'd like to propose James Turner [EMAIL PROTECTED] as a committer on the Commons Validator project (and a new committer to Apache). He has taken the time to understand the Validator code base quite well, submitted many

Re: [HttpClient] Preferences Architecture Analysis

2002-09-18 Thread Mark R. Diggory
Ortwin Glück wrote: Proposoal No 1 Store preferences in Properties objects. Do not use System properties. Definitely, this is the major reason I DON'T use the default URL/URLConnection that Sun provides, why would anyone want to have properties such as proxyHost and proxyPort stuck into

Re: [HttpClient] Preferences Architecture Analysis

2002-09-18 Thread Ortwin Glück
Mark R. Diggory wrote: 1.) Would there be a means to assign my own properties object to the HttpClient, HttpConnection and HttpMethod objects? So I could control the settings on a client by client, connection by connection, or method by method basis? Yes I think this makes sense. Do we

Re: [httpclient] Content-Length handling

2002-09-18 Thread Ryan Hoegg
You are right. If we wait, we are basically falling back to waiting for the server to close the connection in every case. I believe that HttpClient behaves correctly. I have already pursued this with the appropriate HTTP servers :) -- Ryan Hoegg ISIS Networks Ortwin Glück wrote: My

RE: [lang] Builders complete?

2002-09-18 Thread scolebourne
Yes, any change would be post-release. But we need to start thinking now. Personally, I am not certain that including [beanutils] is needed for [lang]. Extracting MethodUtils is however A Good Thing. Also up for grabs should really be the type convertor part of [beanutils]. IMHO, type

Re: [HttpClient] Preferences Architecture Analysis

2002-09-18 Thread Mark R. Diggory
Ortwin Glück wrote: Mark R. Diggory wrote: 1.) Would there be a means to assign my own properties object to the HttpClient, HttpConnection and HttpMethod objects? So I could control the settings on a client by client, connection by connection, or method by method basis? Yes I think

Re: [lang] Builders complete?

2002-09-18 Thread Steve Downey
On Wednesday 18 September 2002 08:11 am, [EMAIL PROTECTED] wrote: from:Steve Downey [EMAIL PROTECTED] Post release, there should also be a discussion of introspectionX versions of the reflectionX methods. I know we ruled it out of scope for [lang], since it's more of a bean thing.

Re: commons-dev Digest 18 Sep 2002 15:52:45 -0000 Issue 958

2002-09-18 Thread James Turner
At 11:52 AM 9/18/2002, Craig R. McClanahan wrote: Commons Folks, I'd like to propose James Turner [EMAIL PROTECTED] as a committer on the Commons Validator project (and a new committer to Apache). He has taken the time to understand the Validator code base quite well, submitted many useful bug

Re: discovery error

2002-09-18 Thread Richard Sitze
This does not appear to be a discovery error. That said, there are a few NPE exception in commons-logging 1.0.1. And these were fixed. Please a recent nightly build and see if that corrects this problem. *** Richard A. Sitze IBM WebSphere WebServices

Commons NET and JXPath

2002-09-18 Thread V. Cekvenich
(repost, mail program broken) How can I get my hands on commons net? I can only vie CVS in browser? Is there a link to binnary? If not, how can I suck out CVS source, are there server settings someplace? And JXPath, the tgz will not expand for me. Is there a zip or jar version. (or Dito for

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/jms SubscribeTag.java MessageOperationTag.java ConnectionTag.java DestinationTag.java JMSTagLibrary.java

2002-09-18 Thread jstrachan
jstrachan2002/09/18 11:47:17 Modified:jelly/src/java/org/apache/commons/jelly/tags/jms MessageOperationTag.java ConnectionTag.java DestinationTag.java JMSTagLibrary.java Added: jelly/src/java/org/apache/commons/jelly/tags/jms

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

2002-09-18 Thread jstrachan
jstrachan2002/09/18 11:47:56 Modified:jellyproject.xml Log: incremented the pre-release snapshot build number Revision ChangesPath 1.69 +1 -1 jakarta-commons-sandbox/jelly/project.xml Index: project.xml

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

2002-09-18 Thread scolebourne
scolebourne2002/09/18 12:49:08 Modified:lang/src/java/org/apache/commons/lang ObjectUtils.java Log: Add identityToString Make constructor public in line with NumberUtils and StringUtils Javadoc tidy Revision ChangesPath 1.2 +37 -15

cvs commit: jakarta-commons/lang STATUS.html

2002-09-18 Thread scolebourne
scolebourne2002/09/18 12:50:35 Modified:lang STATUS.html Log: Removed identityToString todo Removed issues Added ArrayUtils todo Revision ChangesPath 1.16 +3 -5 jakarta-commons/lang/STATUS.html Index: STATUS.html

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

2002-09-18 Thread bayard
bayard 2002/09/18 12:52:26 Modified:lang/src/java/org/apache/commons/lang RandomStringUtils.java Log: Been meaning to do this. Made the constructor public in line with StringUtils. scolebourne thankfully reminded me by doing NumberUtils :) Revision ChangesPath 1.3

Commons NET

2002-09-18 Thread V. Cekvenich
Where can I download Commons NET? Link? Is it only in CVS? tia, Vic (Also thanks for help on DB Connections) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Commons NET

2002-09-18 Thread V. Cekvenich
I was looking to download NET but jars or source are no where to be found. (but you van view source code on file by file basis) Can someone send a link? tia (separately thanks for help on DBCP). Vic -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

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

2002-09-18 Thread bayard
bayard 2002/09/18 12:53:52 Modified:lang/src/java/org/apache/commons/lang RandomStringUtils.java Log: And now i'll add a comment about the public constructor. Revision ChangesPath 1.4 +5 -2

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

2002-09-18 Thread scolebourne
scolebourne2002/09/18 12:55:32 Modified:lang/src/java/org/apache/commons/lang CharSetUtils.java Log: Added explicit public constructor Revision ChangesPath 1.4 +10 -1 jakarta-commons/lang/src/java/org/apache/commons/lang/CharSetUtils.java Index:

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

2002-09-18 Thread scolebourne
scolebourne2002/09/18 13:11:53 Modified:lang/src/java/org/apache/commons/lang ObjectUtils.java Log: Add Null placeholder singleton Revision ChangesPath 1.3 +42 -3 jakarta-commons/lang/src/java/org/apache/commons/lang/ObjectUtils.java Index:

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

2002-09-18 Thread scolebourne
scolebourne2002/09/18 13:12:15 Modified:lang/src/test/org/apache/commons/lang ObjectUtilsTest.java Log: Add test for Null placeholder singleton Revision ChangesPath 1.3 +8 -1 jakarta-commons/lang/src/test/org/apache/commons/lang/ObjectUtilsTest.java

cvs commit: jakarta-commons/lang STATUS.html

2002-09-18 Thread scolebourne
scolebourne2002/09/18 13:12:43 Modified:lang STATUS.html Log: Remove Null placeholder singleton todo Revision ChangesPath 1.17 +1 -2 jakarta-commons/lang/STATUS.html Index: STATUS.html

[lang] Added a couple of TODOs

2002-09-18 Thread Stephen Colebourne
I've just added a couple of the small TODOs. Hopefully they should be alright for the release: ObjectUtils.identityToString ObjectUtils.NULL I haven't got anything pressing extra to fit into the release now. Stephen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: Commons NET and JXPath

2002-09-18 Thread V. Cekvenich
(Thanks Dmitri) Anyone know links for Commons NET code or jar or zip? V. Dmitri Plotnikov wrote: Vic, --- V. Cekvenich [EMAIL PROTECTED] wrote: (repost, mail program broken) How can I get my hands on commons net? I can only vie CVS in browser? Is there a link to binnary? Nightly

RE: Commons NET

2002-09-18 Thread Brekke, Jeff
I don't believe there are nightlines being built for net right now. You can check out the sources and build your own jar or get a snapshot from the maven repo on ibiblio: http://www.ibiblio.org/maven/commons-net/jars = Jeffrey D.

RE: Release (1) Re: [lang] Added a couple of TODOs

2002-09-18 Thread Steven Caswell
By everything I assume you mean everything in commons proper and not in the sandbox. I haven't seen anything I object to, though I haven't looked it all over in great detail. The more the merrier. I want to work on CalendarUtils but just haven't have the bandwidth yet, and I don't want to hold

RE: Release (1) Re: [lang] Added a couple of TODOs

2002-09-18 Thread Henri Yandell
Exactly. commons proper [god that needs a better name]. Everything in commons proper should already have gone through the process of being happy that it is in the right package, and not a potential util or beanutil or collection or pattern or whatnot. I've not been focusing on builder/ and

Re: [VOTE] James Turner as Committer for Validator

2002-09-18 Thread Geir Magnusson Jr.
On 9/18/02 11:48 AM, Craig R. McClanahan [EMAIL PROTECTED] wrote: Commons Folks, I'd like to propose James Turner [EMAIL PROTECTED] as a committer on the Commons Validator project (and a new committer to Apache). He has taken the time to understand the Validator code base quite well,

Re: Release Was: [lang] Builders complete?

2002-09-18 Thread Steve Downey
On Wednesday 18 September 2002 08:21 am, Henri Yandell wrote: On Tue, 17 Sep 2002, Steve Downey wrote: No one had volunteered yet. I'm happy to. Had been giving everyone time to play with builders as they weren't something I had a great itch for. There are a lot of things we have on the

Ste[vp]h?en? Was: Release

2002-09-18 Thread Henri Yandell
On Wed, 18 Sep 2002, Steve Downey wrote: It's Steve who's got the introspection itch. Steven will have to scratch his own itches. g As you may have noticed, I'm not using first names starting with S anymore. It hurts my head. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Re: [lang] Builders complete?

2002-09-18 Thread Steve Downey
On Wednesday 18 September 2002 12:09 pm, Craig R. McClanahan wrote: On Wed, 18 Sep 2002, Henri Yandell wrote: Date: Wed, 18 Sep 2002 11:57:52 -0400 (EDT) In earlier discussions on this topic, I thought the conclusion was that [lang] would grab the MethodUtils class out of beanutils, and

Re: Possible Http Client Problem

2002-09-18 Thread Mark R. Diggory
I was just wondering if anyone had an opportunity to look into this issue. Id really like to use the new HttpClient checkout, but ths bug keeps me from using it... -Mark Mark R. Diggory wrote: Thanks I've done what you've asked. I've tried to discern where exactly this error is occuring,

[lang][PATCH] StringUtils

2002-09-18 Thread Fredrik Westermarck
Hi! Here is a patch for the StringUtils class with a containsOnly-method. Well actually it's two patches since I also added testcases. Fredrik Westermarck -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [lang][PATCH] StringUtils

2002-09-18 Thread Fredrik Westermarck
Fredrik Westermarck wrote: Hi! Here is a patch for the StringUtils class with a containsOnly-method. Well actually it's two patches since I also added testcases. Since Mozilla tries to inline attachments they somehow got lost. I packaged them in a zip-file instead. Hopefully that it will

RE: Release (1) Re: [lang] Added a couple of TODOs

2002-09-18 Thread Scott Sanders
[question] Is there anything not in commons proper which people believe is highly important to get in there before a 1.0 release?? The most important thing that is missing for the 1.0 release is the 1.0 release. :) Scott -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: Release (1) Re: [lang] Added a couple of TODOs

2002-09-18 Thread Steven Caswell
-Original Message- From: Scott Sanders [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 6:14 PM To: Jakarta Commons Developers List Subject: RE: Release (1) Re: [lang] Added a couple of TODOs [question] Is there anything not in commons proper which people

Re: [HttpClient] Preferences Architecture Analysis

2002-09-18 Thread Jeff Dever
Ortwin Glück wrote: Mark R. Diggory wrote: 1.) Would there be a means to assign my own properties object to the HttpClient, HttpConnection and HttpMethod objects? So I could control the settings on a client by client, connection by connection, or method by method basis? Yes I think