Why are RAWGETREQUEST notices written to system out?

Asked by Stephane Mikaty (eCircle AG)

My output is peppered with such outputs

Apr 21, 2010 10:23:15 PM org.apache.commons.httpclient.HttpMethodDirector authenticateProxy
WARNING: Required proxy credentials not available for BASIC <any realm>@qabuild:80

Example

00001377-00 RAWGETREQUEST http://cust610.com//automated/xmlreport.jsp
Apr 21, 2010 10:24:43 PM org.apache.commons.httpclient.HttpMethodDirector authenticateProxy
WARNING: Required proxy credentials not available for BASIC <any realm>@qabuild:80
Apr 21, 2010 10:24:43 PM org.apache.commons.httpclient.HttpMethodDirector authenticateProxy
WARNING: Preemptive authentication requested but no default proxy credentials available

That's 4 lines of internal logging output for one line of "useful" activity logging.
How can I get rid of this extraneous output?

Question information

Language:
English Edit question
Status:
Answered
For:
TestPlan Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
edA-qa (eda-qa) said :
#1

Clever libraries, that's all I can say. The stupid HTTP backend doesn't have an appropriate way to report warnings to the caller of the library, so they follow the Java logging mentality of just writing it somewhere. I think I can suppress some of it, but I currently have no idea how I'd be able to capture the warnings and present them appropriately.

Feel free to convert this to a defect, but I'm not sure how successful I can be at fixing it.

Can you help with this problem?

Provide an answer of your own, or ask Stephane Mikaty (eCircle AG) for more information if necessary.

To post a message you must log in.