Hi,

I got one small doubt when I am debugging Appfuse.
If you see the secuirty configuration in web.xml --

    <filter>
        <filter-name>securityFilter</filter-name>
       
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
        <init-param>
            <param-name>targetBeanName</param-name>
            <param-value>springSecurityFilterChain</param-value>
        </init-param>
    </filter>

How we are giving this "springSecurityFilterChain".
We should specify some class or some bean name if it exists in bean factory.
springSecurityFilterChain is not there in any applicationContext*.xml files.
So how security.xml is getting called.
Ok its loading when we specify in context-param tag.

If you look at Acegi configuration, we have configure with
FilterToBeanProxy.
And then we have to give param value as FilterChainProxy.
And then we have to allocate a seperate
applicationContext-acegi-security.xml
for only acegi.

My main question where all these things were encapsulated.

Thanks and Regards
Ratna Sekhar.K




-- 
View this message in context: 
http://www.nabble.com/security-in-Acegi-tp22966101s2369p22966101.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to