On Wed, Aug 12, 2009 at 5:58 PM, Jason van Zyl<[email protected]> wrote: > John, > > What's the range of features across the two http Wagon's right now? >
Currently the lightweight impl handles NTLMv2 and does a better job caching the data when the repository asks for authentication (this one uses Sun code). The Sun code has bugs that interfere with uuencoding of data in the headers, specifically the passwords. The other wagon uses the httpclient, which doesn't support NTLMv2 and doesn't cache the data, screwing up the stream observers with repos that need auth. It doesn't screw up the data in the headers. So hopefully Jetty will support NTLMv2, be smart about handling authenticated repos and not screw up the data in the headers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
