Commit Graph

24 Commits

Author SHA1 Message Date
Ben Alex beadf24610 Use static HttpServletResponse.SC_UNAUTHORIZED instead of 401 HTTP response code. 2005-02-13 00:59:48 +00:00
Ben Alex 6370fadfdc FilterSecurityInterceptor now only executes once per request (improves performance with SiteMesh). Suggested by Sanjiv Jivan. 2005-02-11 05:49:41 +00:00
Ben Alex cbe53e21b9 HttpSessionIntegrationFilter no longer creates a HttpSession unnecessarily. 2005-02-10 07:15:20 +00:00
Ben Alex 834f69168d Support getUserPrincipal(). 2005-02-04 22:38:07 +00:00
Ben Alex 0be77abe75 Allow empty passwords as per http://forum.springframework.org/viewtopic.php?p=13343. 2005-02-04 09:43:33 +00:00
Ray Krueger 540a12df84 Listing Jaas changes 2005-01-31 05:18:17 +00:00
Ben Alex c8706c33ac Log4J no longer expected in servlet container classpath. 2005-01-28 06:34:01 +00:00
Ben Alex d4281d97eb General update. 2005-01-19 21:25:01 +00:00
Ben Alex a39e7ed82b Release 0.7.0. 2005-01-16 03:58:42 +00:00
Ben Alex 607ba82522 Allow JBoss adapter to handle new exceptions (thanks to Sergio Berna). 2005-01-04 19:58:27 +00:00
Ben Alex c939bcb176 Add account expiration and credentials expiration capabilities. 2005-01-03 01:14:26 +00:00
Ben Alex 1ef3c87bf2 Add change. 2004-12-26 08:48:25 +00:00
Ben Alex dc726ac75c Clarify and enforce interface interface contract for AuthenticationDao. 2004-12-21 20:53:32 +00:00
Ben Alex 823a2e990b Add hook methods to AbstractProcessingFilter. 2004-12-20 11:14:34 +00:00
Carlos Sanchez 3169199e2b Fixed improperly closed tags 2004-12-11 23:01:51 +00:00
Ben Alex c5900cab9c Added a ContextHolderAwareRequestWrapper to integrate with getRemoteUser() and isUserInRole(String). Thanks to Orlando Garcia Carmona ("paramosyermos" on Spring forums). 2004-12-05 06:11:18 +00:00
Ben Alex c9aa80b655 Add Aaron Tang's changes. 2004-12-05 05:30:26 +00:00
Ben Alex 82ed7253d4 Refactor AbstractFilterInvocationDefinitionSource to use a standard URL String in its lookup method, rather than a full FilterInvocation. This will make it easier for views (taglibs etc) to access URI security details without needing to construct a MockFilterInvocation. 2004-12-05 05:04:52 +00:00
Ben Alex 76c82db196 Refactor EH-CACHE integration classes to work with Spring IoC provided Cache rather than manage our own cache internally. 2004-12-05 04:37:05 +00:00
Ben Alex 88fbac9755 General update. 2004-12-03 06:44:13 +00:00
Ben Alex ac3d3483b3 Improve performance of JBoss container adapter (thanks to Sergio Bern�). 2004-11-30 20:38:15 +00:00
Ben Alex 89eed486e2 Add alwaysUseDefaultTargetUrl feature to AbstractProcessingFilter. 2004-11-22 21:38:14 +00:00
Ben Alex 55c1dd3a8d Move changelog to Maven managed docs. 2004-11-20 21:29:53 +00:00
Carlos Sanchez b0f6c5179a Documentation improvement 2004-11-20 10:28:01 +00:00