MCPcopy Index your code
hub / github.com/dianping/cat / doFilter

Method doFilter

integration/URL/CatFilter.java:35–41  ·  view source on GitHub ↗
(ServletRequest request, ServletResponse response, FilterChain chain)

Source from the content-addressed store, hash-verified

33 }
34
35 @Override
36 public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException,
37 ServletException {
38 Context ctx = new Context((HttpServletRequest) request, (HttpServletResponse) response, chain, m_handlers);
39
40 ctx.handle();
41 }
42
43 protected String getOriginalUrl(ServletRequest request) {
44 return ((HttpServletRequest) request).getRequestURI();

Callers 1

handleMethod · 0.45

Calls 1

handleMethod · 0.95

Tested by

no test coverage detected