Vikas A - 2014-11-18

<filter-mapping>
<filter-name>SpnegoHttpFilter</filter-name>
<url-pattern>*.jsp</url-pattern>
</filter-mapping>

  1. What is the syntax for the URL-Pattern parameter?
  2. Does it match the entire URL including the query string & parameters?

Thanks