Re: EntityEnclosingMethod, 100-continue and 401 Unauthorized

2003-02-05 Thread Oleg Kalnichevski
Rob, I am working on fixing the problem Many thanks for tracking it down Oleg On Thu, 2003-02-06 at 00:21, Rob Owen wrote: > The new EntityEnclosingMethod is great and looks like it might be able to support >HTTP 1.0 servers with the 3 second wait for a 100-Continue response. There is a >problem

EntityEnclosingMethod, 100-continue and 401 Unauthorized

2003-02-05 Thread Rob Owen
The new EntityEnclosingMethod is great and looks like it might be able to support HTTP 1.0 servers with the 3 second wait for a 100-Continue response. There is a problem though when using it against an authenticating server as follows: 1. -> PUT /file HTTP/1.1 contains Expect: 100-continue h

Re: The use of UTIUtil.toUsingCharset?

2003-02-05 Thread Ortwin Glück
Thanks Laura for this excellent explanation. This really helps to clear things up! I am glad to have you and your indepth Unicode knowledge on the list. I always thought you could roundtrip any charset to Unicode and get the same thing back. This is obviously wrong. It should be easy to write a