Hey all,

I got NTLM authentication going in Appfuse 2.0.1 by wedging in Spring
Security 2.0.M2.  I used the old namespace and syntax for security.xml, made
some minorish modifications, and got things working pretty well.

Now I'm looking at upgrading to Appfuse 2.0.2, and I see that security.xml
has been completely rewritten.  I'd like to follow that rewrite, but holy
crap there's a whole lot of magic going on there.  In order for NTLM to
work, the NTLM filter has to be put in a specific location in the filter
chain, behind the exception translation filter.  I have no idea where this
would go in the new configuration file, since the filter chain appears to be
handled by magic.

If you could point me to the appropriate documentation to figure this out,
I'd appreciate it.  Otherwise I'll just have to leave web.xml and
security.xml the way I've hacked them.

The link you provided for documentation of the new namespace is dead, by the
way.

Here's the link:

http://static.springframework.org/spring-security/site/reference/html/namespace-config.html

Here's your page that contains this link:

http://raibledesigns.com/rd/entry/upgrading_to_spring_security_2

Thanks!
-- 
View this message in context: 
http://www.nabble.com/NTLM-and-Spring-Security-2.0--tp18226490s2369p18226490.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to