|
|
@@ -11,9 +11,7 @@ import javax.servlet.ServletResponse;
|
|
|
import javax.servlet.http.HttpServletRequest;
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
|
|
|
|
-import com.alibaba.fastjson.JSONObject;
|
|
|
import com.uas.report.core.advice.ExceptionHandlerAdvice;
|
|
|
-import com.uas.report.core.exception.ReportException;
|
|
|
import com.uas.report.util.IpHelper;
|
|
|
|
|
|
/**
|
|
|
@@ -24,14 +22,9 @@ import com.uas.report.util.IpHelper;
|
|
|
*/
|
|
|
public class FileDeleteFilter implements Filter {
|
|
|
|
|
|
- public static final String PARAM_NAME_USERNAME = "userNsame";
|
|
|
- public static final String PARAM_NAME_PASSWORD = "password";
|
|
|
-
|
|
|
- private FilterConfig filterConfig;
|
|
|
-
|
|
|
@Override
|
|
|
public void init(FilterConfig filterConfig) throws ServletException {
|
|
|
- this.filterConfig = filterConfig;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
@Override
|