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-suppor > 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
