DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21689>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21689 Exception in get method ------- Additional Comments From [EMAIL PROTECTED] 2003-07-17 15:12 ------- Claus, This is a re-thrown exception from a URIException. The colon character (:) must be escaped (%3a) as it delimits the protocol identifier from the host part in a URL. HttpClient is very strict about URIs. IE beeing able to parse this URL only means that IE is very tolerant. But HttpClient complies to standards. Please let us know if correct escaping of that ugly piece of an URL solves your problem. Odi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
