summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/test/java/at/gv/egiz/eaaf/core/test/http
AgeCommit message (Expand)AuthorFilesLines
2023-02-06feat(http): add request interceptor to pre-emptive HTTP Basic authenticationThomas1-0/+33
2022-06-08test(ssl): ignore SSL Client-Authentication test with prod. endpointThomas1-0/+2
2022-05-09test(http): fix possible false-positive test resultsThomas2-5/+12
2022-04-19test(http): add second SSL client authentication testThomas1-24/+17
2021-04-16Use custom SSLContext builder to generate BouncyCastle specific TrustManager ...Thomas2-0/+194
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