Re: Re: RE: I'm a big loser

2004-01-26 Thread D Alvarado
To: Commons HttpClient Project [EMAIL PROTECTED] Subject: Re: RE: I'm a big loser Dave, Realm is a set of documents/URLs protected by the same authentication scheme and backed by the same user registry. You may leave the realm parameter null if you do not know what your authentication realm name

Re: I'm a big loser

2004-01-26 Thread Eric Johnson
Server 1.27 with WebLogic 5.1, sp 12, if that's useful. Begin Original Message From: Oleg Kalnichevski [EMAIL PROTECTED] Sent: Sat, 24 Jan 2004 11:42:12 +0100 To: Commons HttpClient Project [EMAIL PROTECTED] Subject: Re: RE: I'm a big loser Dave, Realm is a set of documents/URLs protected

Re: Re: I'm a big loser

2004-01-26 Thread D Alvarado
[EMAIL PROTECTED] Sent: Mon, 26 Jan 2004 09:57:59 -0500 To: Commons HttpClient Project [EMAIL PROTECTED] Subject: Re: I'm a big loser Dave, *You* have to generate the wire log. See this link http://jakarta.apache.org/commons/httpclient/logging.html that Oleg pointed you to. -Eric. D

RE: Re: I'm a big loser

2004-01-26 Thread Kalnichevski, Oleg
-Original Message- From: D Alvarado [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 17:17 To: [EMAIL PROTECTED] Subject: Re: Re: I'm a big loser Ok, looked at the web page about turning on wire logs and it asked me to add these lines to my java program: System.setProperty

Re: RE: I'm a big loser

2004-01-24 Thread Oleg Kalnichevski
[EMAIL PROTECTED] Sent: Fri, 23 Jan 2004 09:01:16 - To: Commons HttpClient Project [EMAIL PROTECTED] Subject: RE: I'm a big loser Dave, What kind of authentication does the target server expect: basic|digest|NTLM or form-based? At the moment it is not quite clear what is going

RE: I'm a big loser

2004-01-23 Thread Kalnichevski, Oleg
HttpClient logging guide for details http://jakarta.apache.org/commons/httpclient/logging.html Oleg -Original Message- From: D Alvarado [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 23:26 To: [EMAIL PROTECTED] Subject: I'm a big loser I can't seem to figure out how to POST data

Re: RE: I'm a big loser

2004-01-23 Thread D Alvarado
Original Message From: Kalnichevski, Oleg [EMAIL PROTECTED] Sent: Fri, 23 Jan 2004 09:01:16 - To: Commons HttpClient Project [EMAIL PROTECTED] Subject: RE: I'm a big loser Dave, What kind of authentication does the target server expect: basic|digest|NTLM or form-based? At the moment

I'm a big loser

2004-01-22 Thread D Alvarado
I can't seem to figure out how to POST data to a page that is protected (puts up a gray box where you enter the username/password). The code below is in a servlet running on www.mydomain.com and submitting to another page also on www.mydomain.com. // Create an instance of HttpClient.