Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8033791

Add documentation for deployment property deployment.security.use.user.home.java.policy, false by default

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 7u60
    • 7u45
    • docs
    • None
    • b15
    • generic
    • generic
    • Verified

        In 7u45 the user's .java.policy is ignored even if it is still in the default java.security file:

        # The default is to have a single system-wide policy file,
        # and a policy file in the user's home directory.
        policy.url.1=file:${java.home}/lib/security/java.policy
        policy.url.2=file:${user.home}/.java.policy

        A new deployment property deployment.security.use.user.home.java.policy=false has been added but is not documented in public deployment guides

        http://docs.oracle.com/javase/7/docs/technotes/guides/deployment/deployment-guide/properties.html
        http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/properties.html

              jgordon Joni Gordon (Inactive)
              cmassi Claudio Massi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: