This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-security
Watch
1
Star
0
Fork
0
You've already forked spring-security
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
45e43073a0b310ecd4ff9d5fdb047bfa153d95f7
spring-security
/
samples
/
tutorial
/
src
/
main
History
Luke Taylor
8c00bb1537
SEC-674: Updated samples to work with new module layout. Changed taglib build to copy tld file to META-INF directory.
...
Also standardized JSTL version to 1.1.0 (impl 1.1.2), moving deps to root sample pom.
2008-02-22 16:21:37 +00:00
..
java
/bigbank
Throw an exception instead of sending back a HTTP error code. This is necessary so any demonstration of upgrading from Servlet Spec authorization to Spring Security authorization, as the latter's ExceptionTranslationFilter expects specific exceptions to be thrown if you wish to commence the authentication process.
2007-12-14 19:44:50 +00:00
resources
Add <intercept-methods> to example, but it is disabled in favour of @Secured annotation. Still, we include it so people can have a play around and switch between the two syntaxes easily in demos etc.
2007-12-14 19:56:31 +00:00
webapp
SEC-674: Updated samples to work with new module layout. Changed taglib build to copy tld file to META-INF directory.
2008-02-22 16:21:37 +00:00