Re: [commons] New commiter Mark R. Diggory

2003-05-28 Thread Juozas Baliuka
Thanx, It seems problems are solved and I will not forget this next time. - Original Message - From: Conor MacNeill [EMAIL PROTECTED] To: Jakarta Project Management Committee List [EMAIL PROTECTED]; Juozas Baliuka [EMAIL PROTECTED]; Jakarta Commons Developers List [EMAIL PROTECTED]; Mark

Re: [math] Priority

2003-05-28 Thread Phil Steitz
Brent Worden wrote: and unit tests. While things like rootfinding for non-differentiable functions may eventually have a place and may benefit from algorithms that someone can claim copyright ownership of, if no one else does it before I get to it, I will translate my simple newton's method

messenger - deploying Messenger examples in Tomcat

2003-05-28 Thread Rood, Simon
Hi, Firstly, just like to say great idea. MDO's will really help me. I am using Tomcat 4.1.24 to deploy the example Messenger webapp. I have downloaded Maven, compiled the Messenger code and copied the jar to a webapps/messenger/WEB-INF/lib directory, along with all the other jar's included in

Re: Redirect Issue

2003-05-28 Thread Adrian Sutton
Use the logging features to see exactly what was sent back (and make sure you're cookies are in compatibility mode). You can find more info on logging at http://jakarta.apache.org/commons/httpclient/logging.html Cookies are generally Oleg's realm but I'd pretty much guarantee he'll need a

Re: Redirect Issue

2003-05-28 Thread Sunil Kumar K
Thanks Adrian... Will do that... - Original Message - From: Adrian Sutton [EMAIL PROTECTED] To: Commons HttpClient Project [EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 11:33 AM Subject: Re: Redirect Issue | Use the logging features to see exactly what was sent back (and make | sure

Re: Redirect Issue

2003-05-28 Thread Sunil Kumar K
Here is the LOG: Test1- start before Came here in RUN 2003/05/28 11:46:21:663 EDT [TRACE] GetMethod - -enter GetMethod(String) 2003/05/28 11:46:21:668 EDT [TRACE] PostMethod - -enter PostMethod.addParameters(NameValuePair[]) 2003/05/28 11:46:21:670 EDT [TRACE] PostMethod - -enter

DO NOT REPLY [Bug 20198] - HttpClient drops connection to the proxy when an invalid 'connection: close' directive is encountered in 'connection established' response

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

Re: Redirect Issue

2003-05-28 Thread Ortwin Glück
Sunil, a wirelog would be a lot more interesting. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Httpclient under weblogic 7.0

2003-05-28 Thread Ortwin Glück
Adrian Sutton wrote: I'd also point you to the HTTPS guide but Oleg hasn't written it yet grin. There still is the (short) one httpclient/docs/USING_HTTPS.txt Browse it online here:

Re: Redirect Issue

2003-05-28 Thread Adrian Sutton
Hi again Sunil, I'm doing too many things at once here so I could be wrong, but would http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20240 be the same problem you're having? If so, you should be able to upgrade to the latest nightly build and the problem would be fixed. I can't be sure if

RE: Redirect Issue

2003-05-28 Thread Kalnichevski, Oleg
Sunil, 'Set-Cookie: DOMS=; PATH=' cookie is rejected as it violates the RFC2109 specification. Here's what you should do to work the problem around: 1) Upgrade to the latest nightly build (commons-httpclient-20030527.tar.gz)

DO NOT REPLY [Bug 20288] New: - httpMethod.releaseConnection does not terminate requests

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

RE: Httpclient under weblogic 7.0

2003-05-28 Thread Kalnichevski, Oleg
Om, I strongly recommend to upgrade to beta-1 release (currently available through CVS only) or the latest nightly build. As far as I can see from the trace log you are still running an old version (most probably 2.0a3) I'll be working on an SSL guide this weekend. So, stay tuned Oleg

DO NOT REPLY [Bug 20288] - httpMethod.abort needed

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

Re: Redirect Issue

2003-05-28 Thread Sunil Kumar K
Hi, I think I should explain you the problem at hand clearly. Users come to our site A and provide some information on page N. Our application should process the information and depending on the user should send POST data to other URLs. Those URLs are supposed to receive dat and display their

Re: Redirect Issue

2003-05-28 Thread Ortwin Glück
Sunil Kumar K wrote: Should I need to get the response back and display it OR sending POST message is enough and browser will get new page from site B. Sunil, The user's browser only gets what you write to the ServletOutputStream of your servlet. This is not an issue with HttpClient. Please

Re: Redirect Issue

2003-05-28 Thread Sunil Kumar K
Ya I relealised that But I also had some HTTPClient issues. Oleg and Adrian helped to solve those issues... Thanks guys... - Original Message - From: Ortwin Glück [EMAIL PROTECTED] To: Commons HttpClient Project [EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 3:07 PM Subject: Re:

DO NOT REPLY [Bug 10809] - Developer documentation

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