[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/22914] gnu.java.security.PolicyFile reads only a specific
From: |
cvs-commit at developer dot classpath dot org |
Subject: |
[Bug classpath/22914] gnu.java.security.PolicyFile reads only a specific file |
Date: |
8 Aug 2005 08:09:52 -0000 |
------- Additional Comments From cvs-commit at developer dot classpath dot org
2005-08-08 08:09 -------
Subject: Bug 22914
CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: Casey Marshall <address@hidden> 05/08/08 07:18:42
Modified files:
. : ChangeLog
gnu/classpath/debug: Component.java
gnu/java/security: PolicyFile.java
Log message:
2005-08-08 Casey Marshall <address@hidden>
Fixes bug #22914
* gnu/classpath/debug/Component.java (POLICY): new constant.
* gnu/java/security/PolicyFile.java (logger): new constant.
(DEBUG,debug,debug): removed.
(DEFAULT_POLICY): use 'SystemProperties' class to bypass security
check.
(DEFAULT_USER_POLICY): new constant.
(getPermissions): replace 'debug' calls with logger calls.
(refresh): add 'DEFAULT_USER_POLICY' to the initial list;
interpret 'java.security.policy' and 'policy.url' properties
properly; replace 'debug' calls with logger calls.
(parse): replace 'debug' calls with logger calls.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4352&tr2=1.4353&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/classpath/debug/Component.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/security/PolicyFile.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22914