remove permission note security annotation
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@380 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
8990ce6500
commit
9c3a1afa86
|
@ -27,7 +27,7 @@ import org.eclipse.jetty.util.annotation.PermissionNote;
|
||||||
public class StdErrLog implements Logger
|
public class StdErrLog implements Logger
|
||||||
{
|
{
|
||||||
private static DateCache _dateCache;
|
private static DateCache _dateCache;
|
||||||
@PermissionNote(clazz = "java.util.PropertyPermission", name="org.eclipse.jetty.util.log.DEBUG", actions="read" )
|
|
||||||
private static boolean _debug = System.getProperty("org.eclipse.jetty.util.log.DEBUG",null)!=null;
|
private static boolean _debug = System.getProperty("org.eclipse.jetty.util.log.DEBUG",null)!=null;
|
||||||
private String _name;
|
private String _name;
|
||||||
private boolean _hideStacks=false;
|
private boolean _hideStacks=false;
|
||||||
|
|
Loading…
Reference in New Issue