CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Casey Marshall <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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