cd7552f551
Motivation: SSLEngineImpl.unwrap(...) may call FileInputStream.read(...) internally when TLS1.3 is used. This will cause an BlockingOperationError when BlockHound is enabled. For more details see https://mail.openjdk.java.net/pipermail/security-dev/2020-August/022271.html Modifications: - Add whitelist entry to BlockHound config for now - Update NettyBlockHoundIntegrationTest to include testing for this workaround Result: No BlockingOperationError when TLS1.3 is used with JDK SSL implementation and BlockHound is enabled |
||
---|---|---|
.. | ||
src | ||
pom.xml |