RFR: 8319332: Security properties files inclusion [v2]
Weijun Wang
weijun at openjdk.org
Fri Nov 10 17:35:58 UTC 2023
On Fri, 10 Nov 2023 16:46:15 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
> By "the same key has multiple values", I assume you mean the key "import"? The implementation overrides `put` and swallows these `include` lines so they are never actually added as keys and values.
Yes, I understand this, and this makes `java.security` no longer a real properties file. If you are able to convince core-libs to adopt this new "directive" for all properties files, I'm all OK to make use of it in `java.security`.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16483#issuecomment-1806145708
More information about the net-dev
mailing list