acm19 / aws-request-signing-apache-interceptor

https://acm19.github.io/aws-request-signing-apache-interceptor/
Apache License 2.0
16 stars 6 forks source link

Add support for httpclient 5.x #77

Closed acm19 closed 1 year ago

acm19 commented 2 years ago

Current supported Apache HTTP client is legacy and has vulnerabilities. The interceptor should not force people to use a legacy client in order to be used. Therefore it's necessary to add support for the current client version 5.x: https://hc.apache.org/httpcomponents-client-5.1.x/migration-guide/preparation.html.

Current client: https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient/4.5.13