[jcifs] Problem using JCIFs and JSF

Michael B Allen mba2000 at ioplex.com
Mon Feb 6 17:01:50 GMT 2006


On Mon, 6 Feb 2006 09:08:27 -0300
Francisco Pinto <fpintoa at gmail.com> wrote:

> I create my own filter class, based in the NtlmHttpFilter, and I use JAAS to
> connect to our internal authorization system.
> 
> But when I use JSF (all .jsf request are intercepted by Faces Servlet), my
> JSF file not receives the request parameters. The application negotiate
> (NTLM), creates a Subject and put it in the session. After this moment, all
> request parameters send to the JSF page are missing. I tryed to debuger but

You need to know the details of the NTLM HTTP Authentication protocol. See
the end of the NTLM HTTP Authentication Filter documentation for links.

  http://jcifs.samba.org/src/docs/ntlmhttpauth.html#proto

Here's a good link that explains the behavior:

  http://blogs.msdn.com/david.wang/archive/2005/12/01/HTTP_POST_Fails_for_Anonymous_Authentication.aspx

Also, check the mailing list. This has been discussed many times.

Mike


More information about the jcifs mailing list