You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
604 B
20 lines
604 B
2 years ago
|
//package com.ynxbd.common.config.filter;
|
||
|
//
|
||
|
//
|
||
|
//import org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter;
|
||
|
//
|
||
|
//import javax.servlet.FilterChain;
|
||
|
//import javax.servlet.ServletException;
|
||
|
//import javax.servlet.ServletRequest;
|
||
|
//import javax.servlet.ServletResponse;
|
||
|
//import java.io.IOException;
|
||
|
//
|
||
|
//public class WebFilter extends StrutsPrepareAndExecuteFilter {
|
||
|
//
|
||
|
//
|
||
|
// @Override
|
||
|
// public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain) throws IOException, ServletException {
|
||
|
// super.doFilter(req, res, chain);
|
||
|
// }
|
||
|
//}
|