Fixed the problem with deprecated HttpState#isAuthenticationPreemptive no longer having any effect Contributed by Oleg Kalnichevski Reviewed by Michael Becke
PR #25264 (Cookie rejected) Fixes the problem that causes rejection of cookies with a domain attribute '.domain.com' issued by host 'domain.com' in the browser compatibility mode. Even though the cookie violates the RFC 2109 it still gets accepted by mainstream browsers (tested with Mozilla Firebird and IE) Contributed by Oleg Kalnichevski
PR #25264 (Cookie rejected) Fixes the problem that causes rejection of cookies with a domain attribute '.domain.com' issued by host 'domain.com' in the browser compatibility mode. Even though the cookie violates the RFC 2109 it still gets accepted by mainstream browsers (tested with Mozilla Firebird and IE) Contributed by Oleg Kalnichevski
PR #16881 (migrate to commons-codec Base64) HttpClient made dependent on Commons-codec to perform Base64 and URL encoding/decoding Contributed by Oleg Kalnichevski Reviewed By Michael Becke
PR #16881 (migrate to commons-codec Base64) HttpClient made dependent on Commons-codec to perform Base64 and URL encoding/decoding Contributed by Oleg Kalnichevski Reviewed By Michael Becke
PR #16881 (migrate to commons-codec Base64) HttpClient made dependent on Commons-codec to perform Base64 and URL encoding/decoding Contributed by Oleg Kalnichevski Reviewed By Michael Becke
PR #16881 (migrate to commons-codec Base64
) HttpClient made dependent on Commons-codec to perform Base64 and URL encoding/decoding Contributed by Oleg Kalnichevski Reviewed By Michael Becke
Connections are now closed and released automatically when an unrecoverable exception occurs in HttpMethodBase.processRequest(). PR: 25370 Submitted by: Michael Becke Reviewed by: Oleg Kalnichevski