> SunJSSE implementation of `SSLEngine` throws an exception if being used > before calling `setUseClientMode()`. Javadoc wording in `SSLContextSpi` and > `SSLContext` classes should be improved. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Artur Barashev has updated the pull request incrementally with one additional commit since the last revision: Throw an exception when getUseClientMode() is called before setUseClientMode(). Remove any notion of default from SSLEngine javadoc ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30754/files - new: https://git.openjdk.org/jdk/pull/30754/files/9e0d031a..3a168496 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30754&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30754&range=01-02 Stats: 94 lines in 3 files changed: 36 ins; 40 del; 18 mod Patch: https://git.openjdk.org/jdk/pull/30754.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30754/head:pull/30754 PR: https://git.openjdk.org/jdk/pull/30754
