Why my filtering does not work for me and how to setup it to work?
There is my web.xml:
web.xml
You should add excludePattern constant to struts.xml to exclude servlet mapping URL from Struts processing.
excludePattern
struts.xml
<struts> <constant name="struts.action.excludePattern" value="/gameservlet/?.*"/> ... </struts>