Description
When a suffix exclusion is configured (e.g., '.jsp'), it fails to exclude the urls which contains matrix parameters.
Here are an example:
http://localhost:8085/site/jsp/login-failure.jsp;jsessionid=1ml5i15hw1sca
cf) The filter of hst uses request.getRequestURI() to find the request path. However, this method returns something like this: "/jsp/login-failure.jsp;jsessionid=1ml5i15hw1sca".