In the deployment descriptor (web.xml) I configured a filter with the following mapping /* and inside the filter I am logging the HttpServletRequest and one of the method I use is the getPathInfo. When using this URL http:localhost:8080/APP/test?code=13 the getPathInfo returns null. What is happening ?
Thanks in advance. Best regards