A filter is passed a reference to the FilterChain which can ultimately pass through to the servlet container's own url resolution (ie a resource in the war).
A servlet is an endpoint and must resolve the URL itself.
A filter is passed a reference to the FilterChain which can ultimately pass through to the servlet container's own url resolution (ie a resource in the war).
A servlet is an endpoint and must resolve the URL itself.