37b0d52882
The latest release of the mock web server requires more security permissions, and we dont need all the functionality anyway. This introduces a small MockWebServer using the JDK internal HttpServer, yet fullfilling all our needs and supporting SSL as well for testing. The MockWebServer allows to enqueue responses and also requires you to enqueue as many responses as you requests will be executed - there is no fallback at the moment. SSL is also supported by passing an SSL context - for which the TestsSSLService is needed, which makes the required methods public. Original commit: elastic/x-pack-elasticsearch@55f4a172a2 |
||
---|---|---|
.. | ||
bin/x-pack | ||
config/x-pack | ||
keys | ||
src | ||
NOTICE.txt | ||
build.gradle |