acm19 / aws-request-signing-apache-interceptor

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

Dispatch/verify requests against mockwebserver #129

Open bobziuchkovski opened 15 hours ago

bobziuchkovski commented 15 hours ago

Purpose of changes:

Prepare for adding failing tests that cover the issue reported in https://github.com/acm19/aws-request-signing-apache-interceptor/issues/101 (this is impacting us as well). And then subsequently I'd like to follow-up with a patch to fix that issue as well, potentially using the approach mentioned here.

Description of changes:

Note: This adds some additional output when running tests. I think this is due to some of the log4j config/deps. I'm happy to add config to suppress it for test execution.

Screenshot 2024-11-13 at 4 33 14 PM

Pull Request Checklist:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

bobziuchkovski commented 15 hours ago

I wanted to post this PR before working on any of the other test changes or potentially trying to implement a fix for #101. Let me know if this approach seems okay or not.