(ServletRequest request)
| 41 | } |
| 42 | |
| 43 | protected String getOriginalUrl(ServletRequest request) { |
| 44 | return ((HttpServletRequest) request).getRequestURI(); |
| 45 | } |
| 46 | |
| 47 | @Override |
| 48 | public void init(FilterConfig filterConfig) throws ServletException { |
nothing calls this directly
no test coverage detected