Take a look to the excellent open source Java library written by doumeguerin:
http://tomcatspnego.codeplex.com/ This is the only open source so far that can handle NTLMV2. Alberto Acevedo Computer Engineer US Army CERDEC SED/ABSD Fort Monmouth , New Jersey (732) 532-6191 -----Original Message----- From: Daniel Kulp [mailto:[email protected]] Sent: Monday, October 26, 2009 4:43 PM To: [email protected] Cc: Westhveg Subject: Re: CXF + Spring + NTLM authentication without Jcifs On Mon October 26 2009 3:15:10 pm Westhveg wrote: > Hello, > > I've followed the example in "NTLM Authentication" section of this doc: > > http://cwiki.apache.org/CXF20DOC/client-http-transport-including-ssl-s > uppor > t.html > > and it works pretty good. > > But my question is: > > Is there any way to integrate with Spring? That is, with: > > org.springframework.security.ui.ntlm.NtlmProcessingFilter > > or just integrate Jcifs with Spring. > > If not, is there any prevision in the roadmap? I would say probably not. The NTLM stuff in Spring is deprecated and will be removed in Spring 3 (see http://jira.springframework.org/browse/SEC-1233). Thus, it's not really something I think any of us would really spend a lot of time trying to implement. Dan > > > Thanks in advance, > > Westhveg > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
