Thanks a lot Oleg. HttpRequestWriter seems perfect.
I will try out a custom/extended implementation for HttpRequestWriter by overriding org.apache.http.impl.AbstractHttpClientConnection.createRequestWriter() under a extended implementation for org.apache.http.impl.DefaultHttpClientConnection(). Then extend HttpPut/HttpGet add a separate method to return un-encoded URL as string then use that value in extended org.apache.http.impl.io.HttpRequestWriter. regards becks -- View this message in context: http://old.nabble.com/workaround-for-RFC-3986-based-java.net.URI-url-failures-tp33123835p33140148.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
