2930313233343536373839
public TokenisingServletFilter() throws ServletException { try { this.tokenFinder = new JndiTokenFinder(); } catch (NamingException e) { throw new ServletException("Error getting context for JNDI lookups. (" + e + ")", e); }