parent
643b2cfe56
commit
f753c9a1f4
@ -1,4 +1,4 @@
|
|||||||
package servlet.basic_settings;
|
package filter;
|
||||||
|
|
||||||
import javax.servlet.*;
|
import javax.servlet.*;
|
||||||
import javax.servlet.annotation.WebFilter;
|
import javax.servlet.annotation.WebFilter;
|
@ -1,6 +1,6 @@
|
|||||||
package gdms;
|
package gdms;
|
||||||
|
|
||||||
public interface Mode {
|
public interface Mode {
|
||||||
public static int strict = 1;
|
public static int strict = 0;
|
||||||
public static int debug = 1;
|
public static int debug = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue