Multiple config files for spring security
Posted
by Xabier
on Stack Overflow
See other posts from Stack Overflow
or by Xabier
Published on 2010-04-27T17:50:46Z
Indexed on
2010/04/27
17:53 UTC
Read the original article
Hit count: 424
Hello all,
I'm quite new to all things spring, and right now I'm developing an application that uses Spring, Spring MVC and Srping Security. My problem is that I'm using two dispatcher servlets, one for /csm/*.html and another one for *.html and I'd like to have one spring security configuration file per servlet. Is this possible at all?, if so, could you point me to an example?.
Thanks in advance,
Xabier.
© Stack Overflow or respective owner