src/java.base/share/conf/security/java.security
changeset 58612 32aff2b7585b
parent 58611 53ddf218eddd
child 58679 9c3209ff7550
child 59158 438337c846fb
equal deleted inserted replaced
58611:53ddf218eddd 58612:32aff2b7585b
  1213 # if this property is not enabled.
  1213 # if this property is not enabled.
  1214 #
  1214 #
  1215 jdk.security.caDistrustPolicies=SYMANTEC_TLS
  1215 jdk.security.caDistrustPolicies=SYMANTEC_TLS
  1216 
  1216 
  1217 #
  1217 #
       
  1218 # FilePermission path canonicalization
       
  1219 #
       
  1220 # This security property dictates how the path argument is processed and stored
       
  1221 # while constructing a FilePermission object. If the value is set to true, the
       
  1222 # path argument is canonicalized and FilePermission methods (such as implies,
       
  1223 # equals, and hashCode) are implemented based on this canonicalized result.
       
  1224 # Otherwise, the path argument is not canonicalized and FilePermission methods are
       
  1225 # implemented based on the original input. See the implementation note of the
       
  1226 # FilePermission class for more details.
       
  1227 #
       
  1228 # If a system property of the same name is also specified, it supersedes the
       
  1229 # security property value defined here.
       
  1230 #
       
  1231 # The default value for this property is false.
       
  1232 #
       
  1233 jdk.io.permissionsUseCanonicalPath=false
       
  1234 
       
  1235 
       
  1236 #
  1218 # Policies for the proxy_impersonator Kerberos ccache configuration entry
  1237 # Policies for the proxy_impersonator Kerberos ccache configuration entry
  1219 #
  1238 #
  1220 # The proxy_impersonator ccache configuration entry indicates that the ccache
  1239 # The proxy_impersonator ccache configuration entry indicates that the ccache
  1221 # is a synthetic delegated credential for use with S4U2Proxy by an intermediate
  1240 # is a synthetic delegated credential for use with S4U2Proxy by an intermediate
  1222 # server. The ccache file should also contain the TGT of this server and
  1241 # server. The ccache file should also contain the TGT of this server and