Hi all ,
I'm new to
Servlets .I just studied filtering in Servlets and tried a small program .
Here is the coding
Here is the part of web.xml content for this filter
The problem is Filtering is not working .
I find that
doFilter method is not invoked at all when I request "FilterDemo" servlet (which is suppose to be invoked ).
Please tell me what is the problem in that coding .
Thanks in advance