To provide exclusion for WISH URI, add this to your web.xml as well if you're adding security to live
<!-- Public resources: explicitly marked as accessible -->
<security-constraint>
<web-resource-collection>
<web-resource-name>No auth area</web-resource-name>
<url-pattern>/whip/*</url-pattern>
<url-pattern>/whep/*</url-pattern>