638 Commits

Author SHA1 Message Date
Luke Taylor
f7ee0918b9 upgraded clover proprties to take advantage of new features in 1.7/8 clover plugin 2005-03-02 15:48:37 +00:00
Ben Alex
ee899dcedf Remove duplicate. 2005-03-02 01:37:54 +00:00
Ben Alex
60ef10e331 Fix typos. 2005-03-02 01:36:55 +00:00
Robert Sanders
7beab1238b I basically ended up re-writing this code. The goal was to create a much more flexible way of connecting to the LDAP server. The class doc's should help explain how to do this fairly well. This works for me on OpenLDAP server configured for Samba 2.2; should hopefully work for other. Next up: try and use the Apache DS project to enable unit testing (or at least portable functional testing) of the LDAP/JNDI code. 2005-03-01 22:49:03 +00:00
Ben Alex
888e48f236 More references. 2005-03-01 08:15:09 +00:00
Ben Alex
2149059c74 Use without Spring article. 2005-03-01 08:15:03 +00:00
Ben Alex
9a35091a86 Add nightly build notes. 2005-03-01 06:10:26 +00:00
Ben Alex
3e9cd13fef Re-enable session listener. 2005-03-01 02:35:33 +00:00
Ben Alex
f1e071b0f1 Added remember-me services. 2005-03-01 02:30:38 +00:00
Ben Alex
0d33b06990 Fix NullPointerException if a pattern is given without any config attributes (eg /**/*.css=). Contributed by Konstantin Shaposhnikov. 2005-02-28 22:06:53 +00:00
Ben Alex
873c3f6c3d Improve Linux and non-Sun JDK (specifically IBM JDK) compatibility. 2005-02-28 03:02:32 +00:00
Ben Alex
70b7e3c2bc Correct issue with encoding on Linux platforms. 2005-02-28 02:41:13 +00:00
Ben Alex
d47a2190f7 Correct test failure on high performance JREs. 2005-02-27 07:16:38 +00:00
Ray Krueger
44397bb05d Committing ConcurrentSessionController feature and tests. Documentation is needed. 2005-02-26 21:48:07 +00:00
Carlos Sanchez
edd3fcc72c Added the reference guide using one page per chapter 2005-02-25 19:32:26 +00:00
Ray Krueger
4125db5650 Added in a default constructor to use the original sessionid and a constructor for specifying the sessionId 2005-02-25 05:24:10 +00:00
Ben Alex
693ac5a24a Anonymous principal support. As requested by the community at various times, including in http://forum.springframework.org/viewtopic.php?t=1925. 2005-02-23 06:09:56 +00:00
Ray Krueger
3c4faf58c7 HttpSessionEventPublisher, HttpSessionCreatedEvent, HttpSessionDestroyedEvent
Used together to provide published events in the ApplicationContext about HttpSessions.

Useful for things like Single Session logins.
2005-02-23 02:54:41 +00:00
Ray Krueger
8b24b1cf7a MockFilterChain extended TestCase but had no public constructor and no test methods.
The expectedToProceed test is internally handled by a static call to TestCase.assertTrue() and TestCase.fail()
2005-02-23 02:47:31 +00:00
Ben Alex
a3818184f4 Added Digest Authentication support (RFC 2617 and RFC 2069). 2005-02-22 06:14:44 +00:00
Ben Alex
cbf413afcd Prepare for 0.8.0 as the next release. 2005-02-21 06:56:00 +00:00
Ben Alex
dda66a0454 Significantly refactor "well-known location model" to authentication processing mechanism and HttpSessionContextIntegrationFilter model. 2005-02-21 06:48:31 +00:00
Ben Alex
ba02d45677 Clean up imports. 2005-02-21 06:34:16 +00:00
Ben Alex
e52f3eacb1 Use WebAuthenticationDetails for Authentication.getDetails() by default. 2005-02-21 00:09:49 +00:00
Ben Alex
436d37c166 Add FilterChainProxy discussion. 2005-02-20 06:22:48 +00:00
Ben Alex
f57b1b9a8f General update. 2005-02-20 05:40:57 +00:00
Ben Alex
4922ec1bbd Use FilterChainProxy to tidy web.xml. 2005-02-20 05:40:44 +00:00
Ben Alex
a5ea6f5436 Rewrite FilterChainProxy to separate functionality from FilterToBeanProxy and properly implement filter chaining issues. 2005-02-20 05:40:18 +00:00
Ben Alex
57842d4ba8 IoC container vs servlet container lifecycle separation. 2005-02-20 05:38:57 +00:00
Ben Alex
44f1c83dab Move MockFilterChain to external class. 2005-02-20 05:38:14 +00:00
Ben Alex
6d693ac0d4 Improve logging. 2005-02-20 05:37:13 +00:00
Ben Alex
f23e2d7145 Log4j should be included in WAR bundles. 2005-02-20 05:34:29 +00:00
Carlos Sanchez
7c9fad0477 Added filter chain 2005-02-18 20:08:03 +00:00
Ben Alex
52479ec8a7 Typo. 2005-02-18 10:26:33 +00:00
Ben Alex
40bf65bdf8 Improvements to LDAP provider compatibility with Samba, as per contribution by Robert Sanders. 2005-02-17 20:39:04 +00:00
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. 2005-02-15 07:14:59 +00:00
Ben Alex
7d183b8eea More info on where to find samples' source files. 2005-02-15 07:06:13 +00:00
Ray Krueger
1949c3b27e Added AuthenticationException to the commence method signature of the AutenticationEntryPoint. The best example of this
is the BasicProcessingFilterEntryPoint where the authException.getMessage() is used to send back an informative 401,
instead of just the error code.

Added AccessDeniedException to the sendAccessDeniedError method signature. The accessDeniedException.getMessage() result
is used to send an invormative 403 error back to the servletResponse by default.
2005-02-15 03:28:18 +00:00
Ben Alex
f43c31c8d4 Add basic configuration blog entry. 2005-02-13 07:07:46 +00:00
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
Luke Taylor
aa575f7103 Updated clover link to cenqua.com 2005-02-08 15:18:13 +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
Ben Alex
4e6a4742bd Tapestry integration improvements, as per http://forum.springframework.org/viewtopic.php?p=13327 2005-02-04 07:36:46 +00:00
Ben Alex
ff9c7b6a72 Add Seth's blog update. 2005-02-04 07:02:52 +00:00
Ben Alex
ffff55f555 Update copyright year. 2005-02-01 08:32:28 +00:00
Ray Krueger
540a12df84 Listing Jaas changes 2005-01-31 05:18:17 +00:00
Ray Krueger
82c15b1874 The JaasAuthenticationCallbackHandler handle method now takes a callback and the authentication in progress, the setAuthentication method has been removed.
The JaasAuthenticationProvider afterPropertiesSet method now makes use of the java.security.auth.login.config System property before trying to use the login.config.url.X properties.
2005-01-31 05:16:32 +00:00