8286575: Document how properties in java.security are parsed
Reviewed-by: mullan
This commit is contained in:
parent
5c3345404d
commit
d0a7938eb7
@ -25,6 +25,9 @@
|
|||||||
#
|
#
|
||||||
# If this properties file fails to load, the JDK implementation will throw
|
# If this properties file fails to load, the JDK implementation will throw
|
||||||
# an unspecified error when initializing the java.security.Security class.
|
# 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
|
# In this file, various security properties are set for use by
|
||||||
# java.security classes. This is where users can statically register
|
# java.security classes. This is where users can statically register
|
||||||
|
Loading…
Reference in New Issue
Block a user