On Thu, 28 Apr 2022 16:37:35 GMT, Mark Powers <d...@openjdk.java.net> wrote:
>> `Security.getProperty()` does not specify the value will be `trim()`. > > My mistake. It's only the trim that you wanted removed, line 94. No, the API for Security.getProperty doesn't specify trimming, so suggest leaving the trim() part also. ------------- PR: https://git.openjdk.java.net/jdk/pull/8384