mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8286575: Document how properties in java.security are parsed
Reviewed-by: mullan
This commit is contained in:
parent
5c3345404d
commit
d0a7938eb7
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
|||
#
|
||||
# If this properties file fails to load, the JDK implementation will throw
|
||||
# an unspecified error when initializing the java.security.Security class.
|
||||
# Properties in this file are typically parsed only once. If any of the
|
||||
# properties are modified, applications should be restarted to ensure the
|
||||
# changes are properly reflected.
|
||||
|
||||
# In this file, various security properties are set for use by
|
||||
# java.security classes. This is where users can statically register
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue