301 Commits (4ef54828c005284a10cb3bf02c3c6fd3b45c7bbf)

Author SHA1 Message Date
Luke Taylor 4ef54828c0 corrected javadoc link 21 years ago
Ben Alex f1e071b0f1 Added remember-me services. 21 years ago
Ben Alex 0d33b06990 Fix NullPointerException if a pattern is given without any config attributes (eg /**/*.css=). Contributed by Konstantin Shaposhnikov. 21 years ago
Ben Alex 873c3f6c3d Improve Linux and non-Sun JDK (specifically IBM JDK) compatibility. 21 years ago
Ben Alex d47a2190f7 Correct test failure on high performance JREs. 21 years ago
Ray Krueger 44397bb05d Committing ConcurrentSessionController feature and tests. Documentation is needed. 21 years ago
Ray Krueger 4125db5650 Added in a default constructor to use the original sessionid and a constructor for specifying the sessionId 21 years ago
Ben Alex 693ac5a24a Anonymous principal support. As requested by the community at various times, including in http://forum.springframework.org/viewtopic.php?t=1925. 21 years ago
Ray Krueger 3c4faf58c7 HttpSessionEventPublisher, HttpSessionCreatedEvent, HttpSessionDestroyedEvent 21 years ago
Ray Krueger 8b24b1cf7a MockFilterChain extended TestCase but had no public constructor and no test methods. 21 years ago
Ben Alex a3818184f4 Added Digest Authentication support (RFC 2617 and RFC 2069). 21 years ago
Ben Alex dda66a0454 Significantly refactor "well-known location model" to authentication processing mechanism and HttpSessionContextIntegrationFilter model. 21 years ago
Ben Alex ba02d45677 Clean up imports. 21 years ago
Ben Alex e52f3eacb1 Use WebAuthenticationDetails for Authentication.getDetails() by default. 21 years ago
Ben Alex a5ea6f5436 Rewrite FilterChainProxy to separate functionality from FilterToBeanProxy and properly implement filter chaining issues. 21 years ago
Ben Alex 57842d4ba8 IoC container vs servlet container lifecycle separation. 21 years ago
Ben Alex 44f1c83dab Move MockFilterChain to external class. 21 years ago
Ben Alex 6d693ac0d4 Improve logging. 21 years ago
Carlos Sanchez 7c9fad0477 Added filter chain 21 years ago
Ben Alex 0b296e7cf0 Correct issue with JdbcDaoImpl default SQL query not using consistent case sensitivity as per http://forum.springframework.org/viewtopic.php?t=3526. 21 years ago
Ray Krueger 1949c3b27e Added AuthenticationException to the commence method signature of the AutenticationEntryPoint. The best example of this 21 years ago
Ben Alex beadf24610 Use static HttpServletResponse.SC_UNAUTHORIZED instead of 401 HTTP response code. 21 years ago
Ben Alex 6370fadfdc FilterSecurityInterceptor now only executes once per request (improves performance with SiteMesh). Suggested by Sanjiv Jivan. 21 years ago
Ben Alex cbe53e21b9 HttpSessionIntegrationFilter no longer creates a HttpSession unnecessarily. 21 years ago
Ben Alex 834f69168d Support getUserPrincipal(). 21 years ago
Ben Alex 0be77abe75 Allow empty passwords as per http://forum.springframework.org/viewtopic.php?p=13343. 21 years ago
Ben Alex 4e6a4742bd Tapestry integration improvements, as per http://forum.springframework.org/viewtopic.php?p=13327 21 years ago
Ray Krueger 82c15b1874 The JaasAuthenticationCallbackHandler handle method now takes a callback and the authentication in progress, the setAuthentication method has been removed. 21 years ago
Carlos Sanchez debc67fa6d Allow site deployment from each subproject 21 years ago
Ben Alex cc669f4e35 Retrieve bean from parent bean factory if not found, as per http://forum.springframework.org/viewtopic.php?t=3005. 21 years ago
Ben Alex 7e234869a5 Make Serializable. 21 years ago
Ben Alex 99088fe14c Fix JavaDoc error. 21 years ago
Ben Alex fd2cc5dbc7 Add subclass hook so it can customise request properties. 21 years ago
Ben Alex bb1e96c85a Add notice.txt to generated artifacts. 21 years ago
Ben Alex d6207106c0 Expand test coverage. 21 years ago
Ben Alex 9176aa0efb Add new AuthenticationFailure* events. 21 years ago
Ben Alex c939bcb176 Add account expiration and credentials expiration capabilities. 21 years ago
Ben Alex 6c1e2f23b2 Allow last attempted username to be displayed in views. 21 years ago
Ben Alex c77cb84f52 Fix group names etc as required to ensure a multiproject:install works from /docs if there is a CLEAN (empty) Maven repository. 21 years ago
Ben Alex 5689807f38 Make Maven sign generated JARs. The last stage of the transition from Ant. 21 years ago
Ben Alex 61a631af26 JavaDocs fix. 21 years ago
Ben Alex 8fb64e1e1b Fix repository URLs so "viewcvs" URLs (associated with changelog plugin) are all correct. 21 years ago
Ben Alex dc726ac75c Clarify and enforce interface interface contract for AuthenticationDao. 21 years ago
Ben Alex 4bcc1222e1 Modifications to support EH-CACHE upgrade (EH-CACHE appears to have changed the way the default cache configuration file gets handled). 21 years ago
Ben Alex 823a2e990b Add hook methods to AbstractProcessingFilter. 21 years ago
Ben Alex c5ea35d093 Extend After ACL provider to also filter arrays. Thanks to Joni Suominen. 21 years ago
Ray Krueger cb61c88478 Increased test coverate to 100% 21 years ago
Ray Krueger 8853ba28e2 Replaced $author$ stuff in javadocs with Ray Krueger 21 years ago
Ray Krueger 41310f26a6 Missed a DOCUMENT ME! spot... 21 years ago
Ray Krueger 3eb6149877 New LoginExceptionResolver interface and base implementation to handle LoginExceptions thrown in the Jaas API. I am commiting this now so that it isn't lost, while a PropertyEditor based solution is investigated. 21 years ago