DO NOT REPLY [Bug 26493] New: - MbeansSource don't use args at mbeans and operations

2004-01-28 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=26493. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [docs] mavenization of documentation [WAS Re: [beanutils] website moved to maven]

2004-01-28 Thread dion
Just give me some specifics based on the existing site, and I'll have a go. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ robert burrell donkin [EMAIL PROTECTED] wrote on 28/01/2004 09:54:00 AM: On 27 Jan 2004, at 05:10, Henri Yandell wrote:

RE: [configuration] unescaping properties

2004-01-28 Thread Eric Pugh
[configuration] unescaping propertiesWell, it seems like if it is good enough for Propertiesconfiguration, then it is good enough for all of them, right? Unless this should be decorator? Would you always want to escape these characters? What happens if you don't escape them? Eric

Re: [lang] version 2.1?

2004-01-28 Thread Maarten Coene
Hi, I would also like to see enhancement http://issues.apache.org/bugzilla/show_bug.cgi?id=26056 added to lang v2.1 Can someone please add it to the code base? thanks, Maarten [lang] has seemed kind of dead lately. I don't know if I'd consider the additions you mentioned as enough for a 2.1

[collections] Testing of lists

2004-01-28 Thread Joerg Schmuecker
Hi, I just tried to use the AbstractTestList and found that testListAddByIndex adds one more element than getFullElements().length. Is this behaviour intended? It could be a problem for fixed sized lists. Another problem I saw is that the documentation of List in the JDK 1.4.2 states that a

Re: [Validator] Bailing out on first error

2004-01-28 Thread Martin Cooper
On Wed, 28 Jan 2004, David Graham wrote: What about setting a property in a Validator instance similar to the returnAllErrors handling instead of creating a new version of the method? I assume you're referring to 'onlyReturnErrors'? Yes, that's a fine idea. I'll do that instead. Do you have a

RE: [math] Re: - Multiple Linear Regression

2004-01-28 Thread Inger, Matthew
by model are you referring to the LinearRegressionResults class I had mentioned? I'm also no statistical guru. I can get around where i need to, but i'm not sure what the score method and residuals method is. I'm guessing you might be referring to some of the linear regression statistics. A

ArrayUtils new methods (WAS: [lang] version 2.1?)

2004-01-28 Thread Gary Gregory
Hello, I've commented in the ticket WRT to method names. All comments welcomed! Gary -Original Message- From: Maarten Coene [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 08:16 To: [EMAIL PROTECTED] Subject: Re: [lang] version 2.1? Hi, I would also like to see

[collections] new feature request: org.apache.commons.collections.map.ReferenceMap (WeakIdentityHashMap)

2004-01-28 Thread Andy Malakov
Hello All, I would like to ask your opinion on providing WeakIdentityHashMap features to ReferenceMap. Object cache is often implemented using ReferenceMap (WeakHashMap). This class delegates decision on when to de-cache an objects on Java GC. In many systems Java objects that represent

DO NOT REPLY [Bug 26056] - extra methods to ArrayUtils

2004-01-28 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=26056. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [math] - Multiple Linear Regression

2004-01-28 Thread J.Pietschmann
Inger, Matthew wrote: Has there been any though to resource bundle usage in commons/math? No. Contributions are welcome, we've got other messages in need of i18n as well. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED]

[Betwixt] Write static attributes to XML

2004-01-28 Thread Samuel Cheung
Hi, Does Betwixt support writing static attributes of a class to XML? I try that based on the example given below, it does not work. http://jakarta.apache.org/commons/betwixt/guide/examples.html Any help/advice is appreciated. Thank you.

[logging] printing to stderr

2004-01-28 Thread D Alvarado
What property do I set so that logging messages will get sent to STDERR. I read in the documentation that they (e.g. SimpleLog) gets printed to STDOUT. Thanks - Dave Care2 make the world greener! Think twice before eating farmed salmon. Find out why: http://www.care2.com/go/z/11051/1067

RE: [math] - Multiple Linear Regression

2004-01-28 Thread Inger, Matthew
I was thinking something in the way of something like this. I'm not sure what pattern it fits into. It's sort of a combination of a factory and a singleton: package org.apache.commons.math.util; public class Resources { private Resources() { ... } private Resources(Locale locale) { ...

cvs commit: jakarta-commons/math .cvsignore

2004-01-28 Thread tobrien
tobrien 2004/01/28 12:14:19 Modified:math .cvsignore Log: Added .clover and junit temp output to the cvsignore Revision ChangesPath 1.8 +2 -0 jakarta-commons/math/.cvsignore Index: .cvsignore

Re: [collections] Testing of lists

2004-01-28 Thread Stephen Colebourne
We use AbstractTestList to test our own FixedSizeList. Simply override isAddSupported() to return false in order to block the test. Stephen - Original Message - From: Joerg Schmuecker [EMAIL PROTECTED] I just tried to use the AbstractTestList and found that testListAddByIndex adds one

RE: [math] Re: - Multiple Linear Regression

2004-01-28 Thread brent
Here's a little snippet on linear regression: http://www.mathworks.com/access/helpdesk/help/toolbox/stats/linear20.shtml#49537 The first equation is the common form (in matrix terms) of a linear model. It also defines residuals and other important points regarding multiple regression. The nice

Re: [lang] version 2.1?

2004-01-28 Thread Stephen Colebourne
I believe that a 2.1 is needed soon. We could do with drawing up a list of tasks though. I want better string to number conversions for example. Do you want to take the lead on this Gary? Stephen - Original Message - From: Gary Gregory [EMAIL PROTECTED] Any feelings + or - on releasing

cvs commit: jakarta-commons/discovery/xdocs/images - New directory

2004-01-28 Thread tobrien
tobrien 2004/01/28 12:58:33 jakarta-commons/discovery/xdocs/images - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/discovery/xdocs/style - New directory

2004-01-28 Thread tobrien
tobrien 2004/01/28 12:58:33 jakarta-commons/discovery/xdocs/style - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/discovery/src/media - New directory

2004-01-28 Thread tobrien
tobrien 2004/01/28 12:58:33 jakarta-commons/discovery/src/media - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/discovery/xdocs/style project.css

2004-01-28 Thread tobrien
tobrien 2004/01/28 12:59:50 Modified:discovery project.xml discovery/xdocs navigation.xml Added: discovery project.properties discovery/src/media logo.xcf discovery/xdocs/images logo.png discovery/xdocs/style

cvs commit: jakarta-commons/math project.xml

2004-01-28 Thread tobrien
tobrien 2004/01/28 13:05:55 Modified:math project.xml Log: Project dependencies for commons-collctions and commons-lang were pointing to the SNAPSHOT of both. When this was iriginally done, it was agreed that pointing to a SNAPSHOT was not an option for a release. Now that

RE: [math] Re: - Multiple Linear Regression

2004-01-28 Thread Inger, Matthew
See, now you're heading in a direction i've long since forgotten (now i feel old beeing that far removed from college). If you'd like me to send the coefficient matrix, YEst and the Residuals back in matrix form, i can do that. Is that what you mean by a pure matrix based implementation? I'm

[math] project dependencies Re: cvs commit: jakarta-commons/math project.xml

2004-01-28 Thread Tim O'Brien
Could I have made more spelling mistakes in that email message. When we had initially started to depend on other projects in the commons, it was early on - lang and collection were not yet release. These have been released in the meantime. There is one hitch, we depend on a SNAPSHOT of

Re: [docs] mavenization of documentation [WAS Re: [beanutils] website moved to maven]

2004-01-28 Thread robert burrell donkin
On 28 Jan 2004, at 14:09, [EMAIL PROTECTED] wrote: Just give me some specifics based on the existing site, and I'll have a go. great :) the commons is now using common elements in the navigation bar. these are typically absolute urls pointing to useful ASF, jakarta and jakarta-commons

Re: [discovery] site update

2004-01-28 Thread robert burrell donkin
hi tim all i did was remove the xml file from xdocs and handcraft a html document in docs. this is really intended to help folks who link to the old url and i hope to commit and regenerate (at least some of) the mavenized sites with the new beanutils url soon. - robert On 28 Jan 2004, at

Re: cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/linear RealMatrixImplTest.java

2004-01-28 Thread Phil Steitz
+1 to replacing the IllegalArgumentExceptions with something more meaningful. Are we sure we want these to be RuntimeExceptions? Maybe MathExceptions? Regarding the @todo's: Attempting LUDecomp to test singularity is actually fairly fast and it has the side effect of computing the decomp for

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

2004-01-28 Thread olegk
olegk 2004/01/28 13:39:16 Modified:httpclient/src/java/org/apache/commons/httpclient HttpMethodDirector.java httpclient/src/java/org/apache/commons/httpclient/auth AuthPolicy.java Added: httpclient/src/examples

Re: [math] project dependencies Re: cvs commit: jakarta-commons/math project.xml

2004-01-28 Thread Phil Steitz
--- Tim O'Brien [EMAIL PROTECTED] wrote: Could I have made more spelling mistakes in that email message. When we had initially started to depend on other projects in the commons, it was early on - lang and collection were not yet release. These have been released in the meantime.

RE: [lang] version 2.1?

2004-01-28 Thread Gary Gregory
Sure, I'd be happy to. I guess I should call a [vote] to be a release manager for 2.1? Gary -Original Message- From: Stephen Colebourne [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 12:34 To: Jakarta Commons Developers List Subject: Re: [lang] version 2.1? I believe

[lang] Array concat?

2004-01-28 Thread Gary Gregory
Hello, I've just come across the need to concatenate 2 arrays and there is no such thing in ArrayUtils. Any opposition to adding concat/append(type, type) methods? Is there a better method name? append, concat, ? Gary

DO NOT REPLY [Bug 26493] - MbeansSource don't use args at mbeans and operations

2004-01-28 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=26493. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-commons/math project.xml

2004-01-28 Thread Mark R. Diggory
Tim, Dependencies resolve in Maven when cutting a release. You don't need to set them in the poject.xml just use SNAPSHOT: http://maven.apache.org/reference/user-guide.html#Resolving%20SNAPSHOT%20Dependencies When you use this goal before cutting a release, it will adjust the dependencies in

DO NOT REPLY [Bug 26056] - [lang] Add methods to ArrayUtils: add at end and insert-like ops

2004-01-28 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=26056. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [logging] printing to stderr

2004-01-28 Thread robert burrell donkin
hi (from looking at the code) i suspect that this is a typo in the documentation. is SimpleLog logging to stdout for you? - robert On 28 Jan 2004, at 19:38, D Alvarado wrote: What property do I set so that logging messages will get sent to STDERR. I read in the documentation that they (e.g.

RE: [math] Re: - Multiple Linear Regression

2004-01-28 Thread Phil Steitz
--- [EMAIL PROTECTED] wrote: Here's a little snippet on linear regression: http://www.mathworks.com/access/helpdesk/help/toolbox/stats/linear20.shtml#49537 Nice reference. Unfortunately, it points out the fact that I think either you, J or Al mentioned some time ago that solving the normal

DO NOT REPLY [Bug 26503] New: - New feature: Extend ReferenceMap with IdentityMap functionality (WeakIdentityHashMap)

2004-01-28 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=26503. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons incl_nav.xml

2004-01-28 Thread rdonkin
rdonkin 2004/01/28 14:23:41 Modified:.incl_nav.xml Log: Changed beanutils url. Revision ChangesPath 1.14 +1 -1 jakarta-commons/incl_nav.xml Index: incl_nav.xml === RCS file:

RE: [math] Re: - Multiple Linear Regression

2004-01-28 Thread Inger, Matthew
Solving in another way is beyond my knowledge at this point. As i've stated, i'm no stats guru. I can however come up with an interface or something to perform the regression, and then provide a RealMatrix based implementation. Beyond that, i'm afraid i'm not going to be able to do more than i

Re: [Betwixt] Write static attributes to XML

2004-01-28 Thread robert burrell donkin
On 28 Jan 2004, at 19:16, Samuel Cheung wrote: Hi, Does Betwixt support writing static attributes of a class to XML? probably not at the moment. this is probably a very easy feature to add, though. - robert - To unsubscribe,

DO NOT REPLY [Bug 26056] - extra methods to ArrayUtils

2004-01-28 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=26056. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [Betwixt] Write static attributes to XML

2004-01-28 Thread Samuel Cheung
Thanks. Do you mind where is the best place to add that? Thank you. -Original Message- From: robert burrell donkin [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 4:29 PM To: Jakarta Commons Developers List Subject: Re: [Betwixt] Write static attributes to XML On 28 Jan

RE: [lang] i18n package proposal

2004-01-28 Thread Inger, Matthew
aha. sandbox. didn't look there. i'll see what they have. That being said though, I can't base a commons proper component on something in the sandbox. -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 5:45 PM To: Jakarta Commons

DO NOT REPLY [Bug 26056] - extra methods to ArrayUtils

2004-01-28 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=26056. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [Betwixt] Write static attributes to XML

2004-01-28 Thread robert burrell donkin
am i correct in thinking that you want to read and write static fields? betwixt current lacks the ability to read and write fields. since betwixt uses reflection, i think that adding support for reading and writing field to betwixt should solve your problem. if you want to tackle this, the

Re: [lang] i18n package proposal

2004-01-28 Thread robert burrell donkin
but all proper commons components begin their life in the sandbox :) - robert On 28 Jan 2004, at 22:58, Inger, Matthew wrote: aha. sandbox. didn't look there. i'll see what they have. That being said though, I can't base a commons proper component on something in the sandbox.

setCredentials Fails in Applet

2004-01-28 Thread Blaine
Howdy, I have the example MultipartFileUploadApp working as an application. When I try and do the same thing with an applet I can get everything to work except setCredentials. (For testing I have allowed all in the java.policy file) If I put my user:pw in the url it works. That is

DO NOT REPLY [Bug 26056] - [lang] Add methods to ArrayUtils: add at end and insert-like ops

2004-01-28 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=26056. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/math maven.xml

2004-01-28 Thread mdiggory
mdiggory2004/01/28 16:14:09 Added: math maven.xml Log: A maven.xml file with a custom goal for cutting math releases. Does snapshot resolution prior to cutting release. Revision ChangesPath 1.1 jakarta-commons/math/maven.xml Index: maven.xml

Using Maven

2004-01-28 Thread Mark R. Diggory
If your using Maven, I highly recommend you upgrade your ant-plugin before trying out the cut-math-release goal/maven.xml I just added. Otherwise, all the paths in the generated build.xml will be absolute to your file system and the build of the source distribution will not work anywhere else.

Re: Using Maven

2004-01-28 Thread Mark R. Diggory
Sorry, I prematurely sent this out with out [math] in the subject line. Mark R. Diggory wrote: If your using Maven, I highly recommend you upgrade your ant-plugin before trying out the cut-math-release goal/maven.xml I just added. Otherwise, all the paths in the generated build.xml will be

[math] Using Maven

2004-01-28 Thread Mark R. Diggory
If your using Maven, I highly recommend you upgrade your ant-plugin before trying out the cut-math-release goal/maven.xml I just added. Otherwise, all the paths in the generated build.xml will be absolute to your file system and the build of the source distribution will not work anywhere else. All

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/linear RealMatrix.java RealMatrixImpl.java

2004-01-28 Thread psteitz
psteitz 2004/01/28 20:58:36 Modified:math/src/java/org/apache/commons/math/linear RealMatrix.java RealMatrixImpl.java Log: Javadoc. Revision ChangesPath 1.10 +3 -3

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/random EmpiricalDistributionTest.java

2004-01-28 Thread psteitz
psteitz 2004/01/28 21:27:55 Modified:math/src/test/org/apache/commons/math/random EmpiricalDistributionTest.java Log: Speed up, clean up. Revision ChangesPath 1.12 +3 -6

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/random EmpiricalDistributionImpl.java

2004-01-28 Thread psteitz
psteitz 2004/01/28 22:26:14 Modified:math/src/java/org/apache/commons/math/random EmpiricalDistributionImpl.java Log: Replaced unnecessary bin search with direct computation. Revision ChangesPath 1.15 +6 -17

Re: Connection Reset Error

2004-01-28 Thread Ortwin Glück
Maybe you can even alter the overall behaviour. The servlet can fork the actual work to a new thread and immediately return. Then provide another servlet that you can poll about the progress of your process. - To unsubscribe,

Re: Connection Reset Error

2004-01-28 Thread Roland Weber
Hi Eric, from RFC 2616 (HTTP 1.1), section 10.1: A client MUST be prepared to accept one or more 1xx status responses prior to a regular response, even if the client does not expect a 100 (Continue) status message. Our HTTP Client handles this correctly. cheers, Roland Eric Johnson

RE: Motivation behind RecoverableHttpExecption ?

2004-01-28 Thread Kalnichevski, Oleg
Teemu, We are aware that exception handling in the current stable version of HttpClient leaves much more to be desired, but for API compatibility reasons, we can't change it. Next major release of HttpClient will feature new exception handling framework. The exception handling in HttpClient has

RE: DO NOT REPLY [Bug 15297] - [HttpClient] Authenticator() - ability to perform alternate authentication

2004-01-28 Thread Kalnichevski, Oleg
Folks, Any objections to committing this one? Oleg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 15:38 To: [EMAIL PROTECTED] Subject: DO NOT REPLY [Bug 15297] - [HttpClient] Authenticator() - ability to perform alternate

RE: Bug in read timout in subsequnt method execution after Connection: keep-alive [ 2.0_RC3]

2004-01-28 Thread Kalnichevski, Oleg
Teemu, This is the right place, no worries. It appears both 2.0 and HEAD exhibit the reported problem. Do you want me to file a bug report on your behalf? Usually we prefer to have a bugzilla ticket for all known bugs/feature requests, so the bug resolution audit trail can be retained. Oleg

RE: Bug in read timout in subsequnt method execution after Connec tion: keep-alive [ 2.0_RC3]

2004-01-28 Thread Teemu Tingander
Yep, if You can do it by my behalf it would be great :) Otherwise I´ll have to try to familiarize myself with bugzilla.. - Teemu -Original Message- From: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Sent: 28. tammikuuta 2004 11:35 To: Commons HttpClient Project Subject: RE: Bug in read

DO NOT REPLY [Bug 26328] - getScheme() and getPort() return wrong defaults for HttpsURL

2004-01-28 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=26328. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26139] - Memory leak in MultiThreadedHttpClient caused by bad .equals()

2004-01-28 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=26139. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15297] - [HttpClient] Authenticator() - ability to perform alternate authentication

2004-01-28 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=15297. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26328] - getScheme() and getPort() return wrong defaults for HttpsURL

2004-01-28 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=26328. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26328] - getScheme() and getPort() return wrong defaults for HttpsURL

2004-01-28 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=26328. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: DO NOT REPLY [Bug 15297] - [HttpClient] Authenticator() - ability to perform alternate authentication

2004-01-28 Thread Kalnichevski, Oleg
Odi, Fair enough. As to the documentation update, I believe we should wait until 3.0 API freeze (beta 1). It's kind of pointless to start documenting stuff that has not gone through alpha testing (read, I am too lazy to update documentation twice ;-)). Oleg -Original Message- From:

HttpClient, SSL, and keystores

2004-01-28 Thread Brad O'Hearne
Hey all, I am experiencing very strange behavior using HttpClient over SSL, and I wondered if someone could enlighten me as to how it works. Basically, I have a small app that uses HttpClient to contact a web server over https. What the app does is unimportant, but I have been playing around

Re: HttpClient, SSL, and keystores

2004-01-28 Thread Ortwin Glück
Brad O'Hearne wrote: The results of this testing has put me into a state of confusion regarding what httpclient's relationship is to the Java keystore. I short: There is *no* relationship between HttpClient and the Java keystore. HttpClient is completely unaware of the underlying SSL

RE: HttpClient, SSL, and keystores

2004-01-28 Thread Kalnichevski, Oleg
The results of this testing has put me into a state of confusion regarding what httpclient's relationship is to the Java keystore. snip Can someone clarify how HttpClient works with respect to SSL, CA certs, server certs, and keystores? Brad, There's no _direct_ relationship between

DO NOT REPLY [Bug 26499] New: - Improper EOL for text files on Windows

2004-01-28 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=26499. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26328] - getScheme() and getPort() return wrong defaults for HttpsURL

2004-01-28 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=26328. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15297] - [HttpClient] Authenticator() - ability to perform alternate authentication

2004-01-28 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=15297. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26499] - Improper EOL for text files on Windows

2004-01-28 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=26499. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26500] - New socket timeout value wont have effect if connection is reused

2004-01-28 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=26500. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26499] - Improper EOL for text files on Windows

2004-01-28 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=26499. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 26499] - Improper EOL for text files on Windows

2004-01-28 Thread Michael Becke
Eric, Yes, we're using Maven, but it does not appear to handle this sort of thing automatically. Any Maven experts out there know of a solution to this one? I assume it can be done, but researching this one is pretty low on my priority list :) Mike Eric Johnson wrote: Mike, The Ant task

DO NOT REPLY [Bug 15297] - [HttpClient] Authenticator() - ability to perform alternate authentication

2004-01-28 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=15297. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 10794] - User interaction for authentication

2004-01-28 Thread Oleg Kalnichevski
We seem to be having quite a variety of opinions here, but things do not look any clearer to me. Mike, Odi, please help. What do you see as a better place for credentials callbacks: HttpState, HttpClientParams or something else? Oleg On Tue, 2004-01-27 at 07:13, [EMAIL PROTECTED] wrote: DO

DO NOT REPLY [Bug 26500] New: - New socket timeout value wont have effect if connection is reused

2004-01-28 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=26500. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 26499] - Improper EOL for text files on Windows

2004-01-28 Thread dion
What do you need to do? i.e. which goal produces your text files etc -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Michael Becke [EMAIL PROTECTED] wrote on 29/01/2004 08:37:34 AM: Eric, Yes, we're using Maven, but it does not appear to handle

Re: DO NOT REPLY [Bug 26499] - Improper EOL for text files on Windows

2004-01-28 Thread Michael Becke
Hi dIon, If possible we'd like to make README, LICENSE, etc. have Windows EOLs in the generated .zip distributions. Currently we use site:generate and dist to build the HttpClient release. Any thoughts? Thanks, Mike On Jan 28, 2004, at 9:40 PM, [EMAIL PROTECTED] wrote: What do you need to

setCredentials Fails in Applet

2004-01-28 Thread Blaine
Howdy, I have the example MultipartFileUploadApp working as an application. When I try and do the same thing with an applet I can get everything to work except setCredentials. (For testing I have allowed all in the java.policy file) If I put my user:pw in the url it works. That is