702 Commits

Author SHA1 Message Date
Luke Taylor
fea1725f39 Removed inappropriate inheritance from AbstractProcessingFilter (doesn't make sense for X509 case). 2005-03-10 03:16:45 +00:00
Luke Taylor
ae91b58685 First stab at X509 authentication provider 2005-03-09 02:14:30 +00:00
Luke Taylor
da3801b914 Javadoc improvements. 2005-03-09 02:02:05 +00:00
Luke Taylor
559f480f4b Corrected Javadoc typos. 2005-03-07 22:35:28 +00:00
Luke Taylor
ab6d43ff08 Corrected Javadoc typo. 2005-03-07 16:53:42 +00:00
Ben Alex
051a34f859 Support credentialsExpiredUrl as per request made in http://forum.springframework.org/viewtopic.php?t=3862. 2005-03-07 12:23:48 +00:00
Ben Alex
74d66aa2f1 External API locations. 2005-03-07 04:29:18 +00:00
Luke Taylor
5c3799cd16 Changed "opal ticket" to "opaque ticket" in Javadoc. 2005-03-05 19:48:02 +00:00
Luke Taylor
124f33bb09 Corrected Javadoc typo 2005-03-05 18:27:05 +00:00
Luke Taylor
6b12779902 Minor Javadoc corrections 2005-03-05 18:23:04 +00:00
Luke Taylor
4ef54828c0 corrected javadoc link 2005-03-05 01:05:23 +00:00
Ben Alex
53bb4aebdf Setup future development for 0.8.1. 2005-03-03 13:29:46 +00:00
Ben Alex
6e3fa03901 Prepare to release 0.8.0. 2005-03-03 01:51:04 +00:00
Ben Alex
4c5d0476b0 Prepare to release 0.8.0. 2005-03-03 00:06:46 +00:00
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