Hi , I am sorry i think there is some mis communication. I know we dont use that file name in appfuse. But if use see acegi application we have the file with name applicationContext-acegi-security.xml. In that they give all the configuration settings for acegi security configuration with spring. http://www.nabble.com/file/p22975977/applicationContext-acegi-security.xml applicationContext-acegi-security.xml I have attached the file. In appfuse what happened to all these settings or configurations. Where was it encapsulated.
Thanks and Regards Ratna mraible wrote: > > We don't use a file named applicationContect-acegi-security.xml in > AppFuse. > > On Thu, Apr 9, 2009 at 11:29 AM, nani2ratna <nani2ra...@gmail.com> wrote: > >> >> Hi, >> >> So is security.xml same as >> applicationContect-acegi-security.xml ?? >> >> Thanks and Regards >> Ratna Sekhar.K >> 0713156337 >> >> >> mraible wrote: >> > >> > security.xml is specified as a file to load in web.xml. >> > >> > On Thu, Apr 9, 2009 at 1:51 AM, nani2ratna <nani2ra...@gmail.com> >> wrote: >> > >> >> >> >> 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 >> >> >> >> >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/security-in-Acegi-tp22966101s2369p22975780.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 >> >> > > -- View this message in context: http://www.nabble.com/security-in-Acegi-tp22966101s2369p22975977.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