RE: Where is the wired log?

2003-10-14 Thread Raj Wagle
Tuesday, October 14, 2003, at 06:26 PM, Raj Wagle wrote: > Sorry if I'm asking trivial questions, but the raw HTTP is not there > on the console. That's where I should be expecting it, right? I hope > it's not going to some file. I've car

RE: Where is the wired log?

2003-10-14 Thread Raj Wagle
Sorry if I'm asking trivial questions, but the raw HTTP is not there on the console. That's where I should be expecting it, right? I hope it's not going to some file. I've carefully gone through the trace. I've copied a small portion of the trace here. Does it look okay? I'd have expected

Where is the wired log?

2003-10-14 Thread Raj Wagle
I need to look at the raw HTTP requests and responses. I've setup the following properties: System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.SimpleLog"); System.setProperty("org.apache.commons.logging.simplelog.showdatetime",

RE: Does HttpClient have support for some sort of Document object model?

2003-10-13 Thread Raj Wagle
I was looking for something that people would have actively used. The last release for the code of this project was almost an year ago, and it has not yet had a major release. But probably this is not the right forum to discuss htmlparser. Thanks for the inputs Raj -Original Message- Fr

RE: Does HttpClient have support for some sort of Document objectmodel?

2003-10-13 Thread Raj Wagle
EMAIL PROTECTED] Sent: Monday, October 13, 2003 8:08 AM To: Commons HttpClient Project Subject: Re: Does HttpClient have support for some sort of Document objectmodel? Raj, Please do not confuse HTTP with HTML. HttpClient is totaly unaware of the content you transmit. Odi Raj Wagle wrote: >

Does HttpClient have support for some sort of Document object model?

2003-10-13 Thread Raj Wagle
What I'm looking for is some way to access, say a particular field in a form, or a particular entry in a table, once the server sends the response to the HttpClient. Right now the only way I can see it can be done is through actually parsing and searching the text string received. What I'd like