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

2003-08-08 Thread olegk
olegk 2003/08/07 23:47:43 Modified:httpclient/src/java/org/apache/commons/httpclient/auth HttpAuthenticator.java httpclient/src/test/org/apache/commons/httpclient TestAuthenticator.java Log: The patch addresses the

[VALIDATOR] XML/SGML catalog for validator

2003-08-08 Thread Arnaud Vandyck
Hi all, I'd like to register the validator dtd's in Debian. Thus, I need a catalog! Does anyone already done it? If yes, shouldn't it be in the package? ;) I have something that looks like a catalog (sgml?), maybe someone with experience can review, I'll be glad to patch it. And

RE: [codec] Update dependencies.html with Java req, and more.

2003-08-08 Thread Adrian Sutton
But, who is allowed to use this binary? We expect contributors to submit patches with good JUnit tests, why not expect people to submit code with a good amount of coverage? This has happened before, a valuable contributor wants to make a somewhat large change, and they want to use to see how

cvs commit: jakarta-commons-sandbox/daemon/src/native/nt/procrun procrun.c

2003-08-08 Thread jfclere
jfclere 2003/08/08 03:34:31 Modified:daemon/src/native/nt/procrun procrun.c Log: Arrange tracing when debug. Revision ChangesPath 1.25 +32 -22jakarta-commons-sandbox/daemon/src/native/nt/procrun/procrun.c Index: procrun.c

RE: [codec] Update dependencies.html with Java req, and more.

2003-08-08 Thread Henri Yandell
On Wed, 6 Aug 2003, Tim O'Brien wrote: Codec is integrated with the build. Just uncomment the report in project.xml. (But, at least from what I can tell from my own experience and from Maven's JIRA issues - the Clover plugin is somewhat unstable) You mean Clover? :) But, I had removed

RE: [lang] FastStringBuffer?

2003-08-08 Thread Adrian Sutton
Chris, The overhead of uncontested synchronization is very small and in some cases is completely eliminated by the JITc. Before you worry about switching to an unsynchronized StringBuffer you should profile your code to make sure that doing so will actually help - when the StringBuffer is a local

RE: [lang] 2.0 left to do

2003-08-08 Thread Henri Yandell
On Thu, 7 Aug 2003, Phil Steitz wrote: --- Henri Yandell [EMAIL PROTECTED] wrote: Looking at the CharSet.java,v, it looks like Stephen reworked the CharRange on 2003/07/31. Phil then rewrote the parsing on 2003/08/02. While I would love to take credit for the wonderful parsing

cvs commit: jakarta-commons-sandbox/hivemind/src/java/org/apache/commons/hivemind/impl ErrorHandler.java RegistryBuilder.java

2003-08-08 Thread hlship
hlship 2003/08/05 08:41:44 Modified:hivemind/src/test/hivemind/test/config TestExtensionPoint.java hivemind/src/java/org/apache/commons/hivemind HiveMindMessages.properties hivemind/xdocs descriptor.xml

RE: [lang] 2.0 left to do

2003-08-08 Thread Henri Yandell
Looking at the CharSet.java,v, it looks like Stephen reworked the CharRange on 2003/07/31. Phil then rewrote the parsing on 2003/08/02. It seems that Stephen put them in when he reworked and that Phil removed them when he reworked, but he missed the private vars. So they can be removed. Hen

DO NOT REPLY [Bug 14409] - Add support for stuff like [target [target2 [target3] ...]]

2003-08-08 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=14409. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [lang] 2.0 left to do

2003-08-08 Thread Steven Caswell
Quoting Steven Caswell [EMAIL PROTECTED]: Quoting Henri Yandell [EMAIL PROTECTED]: Back from conference :) Reviewing emails, I think this is the list of things left to handle? 1) Gary's query on private CharSet.DASH/NEGATE. 2) #22172 needs resolving. Timezone bug. 3) Pete

RE: NTLM Cipher Error

2003-08-08 Thread Rowe, David (CAG-CC MIS)
I get 'ok' for it...That's what I'm not sure about...I'm not getting the error when I run the: Class.forName(javax.crypto.CipherSpi); code, I have it un-commented and the error pops up when the package is used by HttpClient, I assume. As in, in my code, I have that line as the first line,

Re: [PATCH] Proxy authentication realm problem

2003-08-08 Thread Ortwin Glück
I assume the patch is going into branch and head. Okay with me. Odi Oleg Kalnichevski wrote: The patch addresses the problem with the proxy authentication realm reported by David Rowe. HttpAuthenticator should now be picking up the correct credentials when authenticating with an NTLM proxy (NTLM