File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
src/main/java/org/owasp/esapi/waf/configuration Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,25 @@ public class AppGuardianConfiguration {
46
46
public static final int OPERATOR_IN_LIST = 2 ;
47
47
public static final int OPERATOR_EXISTS = 3 ;
48
48
49
+ //// TODO - Delete these comments and the next 2 declarations on log4j clean-up.
49
50
/*
50
51
* We have static copies of the log settings so that the Rule objects
51
52
* can access them, because they don't have access to the instance of
52
53
* the configuration object.
53
54
*/
55
+ /**
56
+ * @deprecated This {@code LOG_LEVEL} has never actually been used
57
+ * internally and this will be deleted when we remove all Log4J 1.x
58
+ * references.
59
+ */
60
+ @ Deprecated
54
61
public static Level LOG_LEVEL = Level .INFO ;
62
+ /**
63
+ * @deprecated This {@code LOG_DIRECTORY} has never actually been used
64
+ * internally and this will be deleted when we remove all Log4J 1.x
65
+ * references.
66
+ */
67
+ @ Deprecated
55
68
public static String LOG_DIRECTORY = "/WEB-INF/logs" ;
56
69
57
70
/*
You can’t perform that action at this time.
0 commit comments