MCPcopy Create free account
hub / github.com/dianping/cat / getOriginalUrl

Method getOriginalUrl

integration/URL/CatFilter.java:43–45  ·  view source on GitHub ↗
(ServletRequest request)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

getRequestURIMethod · 0.45

Tested by

no test coverage detected