I am trying to simulate something like L7 in struts. where we have a lot of filters in web.xml. but when the URL pattern matches something like "abc/qwe"the L7 simulation filter must skip all the filters after it and execute a servlet.
Asked
Active
Viewed 25 times
0
Dushyant Tankariya
- 1,432
- 3
- 11
- 17
Prabu M
- 109
- 2
- 8
-
what happens when I configure a servelet before a filter in web.xml, will the filter get executed before servelet? – Prabu M Jun 26 '19 at 07:45
-
You can't use both https://stackoverflow.com/a/29087379/573032 – Roman C Jul 14 '19 at 21:45