PR#: 23708 (HttpClient violates applet sandbox) Changelog: - SecurityException thrown when accessing system properties are ignored Contributed by Oleg Kalnichevski Reviewed by Michael Becke
PR#: 23708 (HttpClient violates applet sandbox) Changelog: - SecurityException thrown when accessing system properties are ignored Contributed by Oleg Kalnichevski Reviewed by Michael Becke
Adds support for disabling transfer-encoding and content-type headers in multi-part posts. PR: 23431 Submitted by: Michael Becke Reviewed by: Oleg Kalnichevski
Adds support for disabling transfer-encoding and content-type headers in multi-part posts. PR: 23431 Submitted by: Michael Becke Reviewed by: Oleg Kalnichevski
PR #15435 (New Preferences Architecture) Changelog: - Massive cleanup of deprecated methods - HeadMethod class changed to take advantage of the new preference architecture - ExpectContinueMethod class changed to take advantage of the new preference architecture Contributed by Oleg Kalnichevski Reviewed by Michael Becke
PR #15435 (New Preferences Architecture) - Ability to clone DefaultHttpParams and its sub-classes - HttpClient constructors that accept custom parameter set - Complete javadoc Contributed by Oleg Kalnichevski Reviewed by Michael Becke
&
Roland Weber
Reworked DigestScheme - The qop Parameter is parsed correctly and not just ignored - Missing qop is handled correctly - DigestScheme is now prepared to handle the auth-int qop option (even though an implementation is not possible with the current design) - The public interface of DigestScheme is narrowed (as it is not needed by the tests any more) - Th
e test cases check the actual result rather than checking for equality after another run through the same logic. Note: This is not simple for requests that require the client to generate a cnonce. Thos cases are still TODO. - DigestScheme requires a nonce in every challange now (according to RFC 2617) test cases changed accordingly Introducing HttpClientError Reviewed by: Oleg Kalnichevski