InterviewSolution
Saved Bookmarks
| 1. |
How to do servlet filter mapping? |
|
Answer» Filters are deployed in the deployment descriptor file web.xml and then map to either servlet names or URL patterns in your application's deployment descriptor. |
|