|
From: Dave D. <dr...@cr...> - 2004-11-10 22:05:27
|
On Nov 10, 2004, at 3:51 PM, Frank Kurzawa wrote: > I would like to tell org.apache.commons.httpclient.HttpClient to ignore > this rather than throwing an exception, but it's not clear to me what > would be the simplest way. You can't. HttpClient cannot be told to handle this. It always throws an exception if it cannot parse the HTTP headers. You could modify commons-httpclient, I suppose. It is open source, after all. -Dave |