You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by EstherLacan <gi...@git.apache.org> on 2018/09/04 13:37:35 UTC

[GitHub] tomcat pull request #120: fix -Djava.security.policy setting

GitHub user EstherLacan opened a pull request:

    https://github.com/apache/tomcat/pull/120

    fix -Djava.security.policy setting

    fix -Djava.security.policy setting

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/EstherLacan/tomcat trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tomcat/pull/120.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #120
    
----
commit 1e308b9203690e1f50e357fdd0c3f1f23d123fd1
Author: jiangfengwei <ji...@...>
Date:   2018-09-04T13:36:06Z

    fix -Djava.security.policy setting
    
    fix -Djava.security.policy setting

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] tomcat pull request #120: fix -Djava.security.policy setting

Posted by markt-asf <gi...@git.apache.org>.
Github user markt-asf closed the pull request at:

    https://github.com/apache/tomcat/pull/120


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] tomcat issue #120: fix -Djava.security.policy setting

Posted by rainerjung <gi...@git.apache.org>.
Github user rainerjung commented on the issue:

    https://github.com/apache/tomcat/pull/120
  
    I think the double "==" here is itentional. For the meaning of the double equals sign see e.g.
    
    https://docs.oracle.com/javase/7/docs/technotes/guides/security/PolicyFiles.html
    
    (look for ==). Keeping it open for others to chime in.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] tomcat issue #120: fix -Djava.security.policy setting

Posted by markt-asf <gi...@git.apache.org>.
Github user markt-asf commented on the issue:

    https://github.com/apache/tomcat/pull/120
  
    The double = is deliberate. The OP needs to RTFM.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org