-
Jan 5th, 2012, 04:20 AM
#1
Required help to understand spring security.
Hi,
I am very new to spring security.
I read spring security documentation. I now that somehow "springSecurityFilterChain" bean gets created from security:http configuration that is mapped to filter configured in web.xml
I have following queries -
1) How "springSecurityFilterChain" bean gets created from security:http.
2) Which default filters are configured.
Please help.
Thanks in advance.
-
Jan 5th, 2012, 11:25 AM
#2
This is a good read to understand what happens behind the scenes http://blog.springsource.com/2010/03...ity-namespace/
Amila Domingo
-
Jan 6th, 2012, 03:20 AM
#3
Thanks amilademingo,
I have already readout that blog. Thing is that i didn't get anywhere how "springSecurityFilterChain" bean is created from security:http element and default filter chain for "springSecurityFilterChain" bean.
-
Jan 6th, 2012, 06:06 AM
#4
Okay then there isn't any better way to find out whats happening inside than reading the source code.
You will find your answers in org.springframework.security.config.http.HttpSecur ityBeanDefinitionParser
Amila Domingo
-
Jan 7th, 2012, 03:37 AM
#5
Try the book recommended in the Spring security homepage: http://www.springsecuritybook.com/
-
Jan 23rd, 2012, 06:26 AM
#6
Thanks all of you for your valuable advice.
I am able to trace control flow for security. You advice help me a lot.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules