You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/08/25 15:04:23 UTC

[camel] branch regen_bot updated (59302f2411b -> b5abfcfadb4)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 59302f2411b Sync deps
     add b5abfcfadb4 CAMEL-18355: Fix bug when both proxy and basic authentication credent… (#8212)

No new revisions were added by this update.

Summary of changes:
 .../BasicAuthenticationHttpClientConfigurer.java   | 12 +--
 .../apache/camel/component/http/HttpComponent.java | 20 +++--
 .../http/HttpComponentVerifierExtension.java       | 19 +++--
 ...hBodyMethod.java => HttpCredentialsHelper.java} | 30 ++++----
 .../component/http/ProxyHttpClientConfigurer.java  | 13 ++--
 .../component/http/HttpClientConfigurerTest.java   |  4 +-
 .../component/http/HttpCredentialsHelperTest.java  | 88 ++++++++++++++++++++++
 ...verTest.java => HttpProxyAndBasicAuthTest.java} | 78 ++++++-------------
 ...xyAndBasicAuthenticationValidationHandler.java} | 29 +++----
 9 files changed, 179 insertions(+), 114 deletions(-)
 copy components/camel-http/src/main/java/org/apache/camel/component/http/{HttpGetWithBodyMethod.java => HttpCredentialsHelper.java} (54%)
 create mode 100644 components/camel-http/src/test/java/org/apache/camel/component/http/HttpCredentialsHelperTest.java
 copy components/camel-http/src/test/java/org/apache/camel/component/http/{HttpProxyServerTest.java => HttpProxyAndBasicAuthTest.java} (66%)
 copy components/camel-http/src/test/java/org/apache/camel/component/http/handler/{ProxyAuthenticationValidationHandler.java => ProxyAndBasicAuthenticationValidationHandler.java} (63%)