RE: Log4j with Httpclient 4.x

2008-06-04 Thread Steven Adams
Hi, I know it's using log4j as its outputting everything via the root category. But when I try put to it in its own category (log file) it's just not working. Any ideas? -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, 2 June 2008 9:24 PM To: HttpClient User

Re: Problem POSTing soap Request as String or Stream and not as file

2008-06-04 Thread sebb
On 04/06/2008, Nishant Gupta [EMAIL PROTECTED] wrote: hi, I am Facing issues regarding posting the soap xml as a string (it was working fine till i was using file) in setting post.requestEntity(); PostMethod post = new PostMethod(strURL); // Get target URL //

RE: Log4j with Httpclient 4.x

2008-06-04 Thread Steven Adams
It's picking up the log4j properties files. As I make changes to the properties file (change log files etc) the log names do actually change, I can also turn the logging down which is also reflected. I know its straying away.. I guess I just wanted to make sure that my properties file looks right

Re: Log4j with Httpclient 4.x

2008-06-04 Thread Sam Berlin
s/patch/path On Wed, Jun 4, 2008 at 10:02 AM, Sam Berlin [EMAIL PROTECTED] wrote: Not sure if anyone has pointed out that: logj4.logger.org.apache.commons.httpclient=DEBUG, httc ...is not the correct patch for httpclient 4.0. Sam On Wed, Jun 4, 2008 at 8:42 AM, Steven Adams [EMAIL

RE: Getting status: 403 Bad Behavior from a website which loads fine in browser

2008-06-04 Thread Jay Merrifield
Ah, so what you're suggesting is that the request httpclient is sending to the server is what's causing problems. I'll take a look into it and see what I can find. Thanks Jay On Wed, 2008-06-04 at 07:15 +, Eric Cantonna wrote: Personnaly, I use wireshark (free tool) to check this kind of

Re: [POLL] Logging toolkit for HttpClient 4.x

2008-06-04 Thread Ashesh
[X] keep Commons logging On Wed, Jun 4, 2008 at 7:15 AM, Sean Timm [EMAIL PROTECTED] wrote: --- [X] keep Commons logging [X] migrate to SLF4J [ ] migrate to java.util.logging --- I'm using approval voting. ;-) (Basically, option 1 or 2 is fine. Just

RE: Log4j with Httpclient 4.x

2008-06-04 Thread Steven Adams
But org.apache.http.wire is right? -Original Message- From: Sam Berlin [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 June 2008 12:03 AM To: HttpClient User Discussion Subject: Re: Log4j with Httpclient 4.x s/patch/path On Wed, Jun 4, 2008 at 10:02 AM, Sam Berlin [EMAIL PROTECTED] wrote:

Problem on login session.

2008-06-04 Thread eChuang, Chew
Greetings all, I have a problem on managing login session between HttpClient and Web Browser. My situation could be like the example below: 1) A Web Application allowed user to get their unread email message from different email application (yahoo, gmail, hotmail, etc) . 2) Login in to