NtlmHttpFilter allows exclusion?
Lixo Aqui <[email protected]> Wed, 26 Sep 2012 16:30:41 +0000
| Newsgroups | gmane.network.samba.java |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm using NtlmHttpFilter but I want to exclude my login.jsp. Is there a config to achieve this in NtlmHttpFilter? My current solution is to alter the NtlmHttpFilter code to exclude some URLs. Other solutions is not using a filter mapping like *.jsp but instead listing all my jsp's but that's a viable option for me. Thanks in advance