In a simple web application,i wrote one controller servet and one filter and congigure those in web.xml. My doubt is that "both filter and controller servlet acts as interceptor of requests.if i configure the controller servlet and filter for the same request Url,whic one get executed first".