summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/http/HttpClientFactoryTest.java
AgeCommit message (Expand)AuthorFilesLines
2023-02-06feat(http): add request interceptor to pre-emptive HTTP Basic authenticationThomas1-0/+33
2022-05-09test(http): fix possible false-positive test resultsThomas1-1/+2
2021-04-16Use custom SSLContext builder to generate BouncyCastle specific TrustManager ...Thomas1-0/+96
2021-01-07add a second Apache Http-Client response-handler as default implementationThomas Lenz1-7/+19
2020-12-07update jUnit tests to fix problem with execution orderThomas Lenz1-0/+1
2020-06-19fix broken jUnit tests (update HSM-Facade certificates)Thomas Lenz1-6/+8
2020-06-03fix broken jUnit testsThomas Lenz1-92/+93
2020-05-29update HttpClientBuilder factory to add 'ServiceUnavailableRetryStrategy' inj...Thomas Lenz1-1/+4
2020-05-11update HttpClientFactory to facilitate request retrying in case of an errorThomas Lenz1-0/+206
2020-05-05finish SSLContext creation by using KeyStore from HSM-FacadeThomas Lenz1-15/+12
2020-05-05first tests for SSL Client Auth. with HSM-FacadeThomas Lenz1-7/+45
2020-05-05add empty core-configuration for HSM-Facade into HttpClientFactoryTestThomas Lenz1-2/+9
2020-04-08fix broken jUnit test that selects wrong trusted SSL-Client certificateThomas Lenz1-0/+2
2020-03-25some codestyle changesThomas Lenz1-12/+13
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different authenti...Thomas Lenz1-0/+328