Enhanced exception messages are designed to hide sensitive information such as hostnames, IP addresses from exception message strings, unless the enhanced mode for the specific category has been explicitly enabled. This capability was originally added for networking code in JDK-8204233. It was then generalised to work with other code categories in JDK-8207846.
This issue aims to extend the use of this capability throughout all networking code and to introduce a new category relating to user credentials.
This issue aims to extend the use of this capability throughout all networking code and to introduce a new category relating to user credentials.
- links to
-
Review(master) openjdk/jdk/23929