This website requires JavaScript.
Explore
Help
Sign In
Cwikius-Spring
/
spring-security
Watch
1
Star
0
Fork
0
You've already forked spring-security
mirror of
https://github.com/spring-projects/spring-security.git
synced
2025-02-22 22:46:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
spring-security
/
core
History
Luke Taylor
6651a240de
Replaced massive if/else with guard clause to reduce nesting. Moved declaration of filterApplied boolean to where it is actually set. It is only used when removing the attribute from the request at the end of the invocation, so should probably not be needed at all. request.removeAttribute() can be called regardless of whether the attribute is set or not.
2007-08-28 18:26:04 +00:00
..
src
Replaced massive if/else with guard clause to reduce nesting. Moved declaration of filterApplied boolean to where it is actually set. It is only used when removing the attribute from the request at the end of the invocation, so should probably not be needed at all. request.removeAttribute() can be called regardless of whether the attribute is set or not.
2007-08-28 18:26:04 +00:00
.cvsignore
Ignore eclipse project files
2005-12-22 13:41:33 +00:00
maven.xml
Comment how to make a signing certificate.
2005-07-23 07:39:56 +00:00
pom.xml
SEC-449: Add spring-ldap dependency to pom.xml.
2007-07-24 17:23:47 +00:00
project.xml
changed svn url to https://acegisecurity.svn.....
2007-05-10 02:11:54 +00:00