Commit Graph

192 Commits

Author SHA1 Message Date
Ben Alex 45761058e7 Add ConcurrentSessionController details. 2005-03-23 22:25:34 +00:00
Ben Alex 81e84067ae Clarify AccessDecisionManager configuration if no configuration attributes being used. 2005-03-23 11:12:03 +00:00
Ben Alex 747825cda1 Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml. 2005-03-22 22:56:36 +00:00
Ben Alex 01aaadbe0d Prepare for 0.8.2 (assuming 0.8.2 is the next version, but subject to change). 2005-03-22 11:57:32 +00:00
Ben Alex 48dd6c5c73 Release 0.8.1. 2005-03-22 11:25:41 +00:00
Ben Alex 9f66c0eae9 Update to current Spring JAR dependencies. 2005-03-22 11:17:22 +00:00
Ben Alex 2b6b81f39a Use Spring 1.1.5 JARs. 2005-03-22 08:52:22 +00:00
Ben Alex c936801842 DigestProcessingFilter now provides userCache getter and setter. 2005-03-21 08:03:11 +00:00
Ben Alex 0530351f0d Provide toString() method on User. 2005-03-21 05:33:51 +00:00
Ben Alex a2b9da7e22 StringSplitUtils.split() ignored delimiter argument. 2005-03-21 05:14:48 +00:00
Ben Alex 6f31ecb04b UserDetails now indicates locked accounts. 2005-03-21 03:22:59 +00:00
Ben Alex f510989cbb Minor consistency changes. 2005-03-20 23:09:56 +00:00
Ben Alex f1f5e687ee Note change to Authentication.getDetails(). 2005-03-20 22:34:15 +00:00
Ben Alex d59db9ecdc Note about X509 Contacts Sample. 2005-03-20 22:27:49 +00:00
Luke Taylor 4f697bee29 Added first draft of X509 docs 2005-03-20 16:50:05 +00:00
Ben Alex a056946c49 HttpSessionContextIntegrationFilter now handles HttpSession invalidation without redirection. 2005-03-18 00:50:12 +00:00
Ben Alex 52c42a7a40 Corrected Authz parsing of whitespace in GrantedAuthoritys. Contributed by Francois Beausoleil. 2005-03-14 06:09:33 +00:00
Ben Alex 63aee2e0a9 Add Matthew's latest blog entry. 2005-03-13 21:58:45 +00:00
Ben Alex df91d352cb AbstractBasicAclEntry improved compatibility with Hibernate, as per http://forum.springframework.org/viewtopic.php?t=3949. 2005-03-13 21:01:16 +00:00
Ben Alex 4763f953d3 FilterChainProxy now supports replacement of ServletRequest and ServetResponse by Filter beans. 2005-03-11 01:41:43 +00:00
Ben Alex c5fe428400 Patch by Matt Raible which returns null if Authentication is anonymous. 2005-03-10 12:00:30 +00:00
Ben Alex 15535fff41 SecurityEnforcementFilter caused NullPointerException when anonymous authentication used with BasicProcessingFilterEntryPoint. 2005-03-10 11:11:25 +00:00
Ben Alex 53bb4aebdf Setup future development for 0.8.1. 2005-03-03 13:29:46 +00:00
Ben Alex 4c5d0476b0 Prepare to release 0.8.0. 2005-03-03 00:06:46 +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
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 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
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
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
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 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 52479ec8a7 Typo. 2005-02-18 10:26:33 +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 ff9c7b6a72 Add Seth's blog update. 2005-02-04 07:02:52 +00:00
Ray Krueger 540a12df84 Listing Jaas changes 2005-01-31 05:18:17 +00:00
Ben Alex 358056bf4d Initial commit. 2005-01-30 21:39:26 +00:00
Ben Alex c8706c33ac Log4J no longer expected in servlet container classpath. 2005-01-28 06:34:01 +00:00
Ben Alex 3721a04979 Fixes. 2005-01-25 06:33:38 +00:00
Ben Alex 2e0aabfaac Build source release ZIPs. 2005-01-24 01:05:00 +00:00
Ben Alex 978ed3112c Add AutoIntegrationFilter note. 2005-01-22 00:43:45 +00:00
Ben Alex d4281d97eb General update. 2005-01-19 21:25:01 +00:00
Ben Alex 3e7e103fe3 Add link. 2005-01-19 20:50:27 +00:00
Carlos Sanchez 4cd0d7abf6 Updated JavaHispano links 2005-01-17 23:40:05 +00:00
Carlos Sanchez ea7608257a Updated JavaHispano links 2005-01-17 23:38:58 +00:00
Ben Alex a39e7ed82b Release 0.7.0. 2005-01-16 03:58:42 +00:00
Ben Alex e07a7e3f80 Remove bad link. 2005-01-16 03:58:14 +00:00
Ben Alex b31333e794 Typo. 2005-01-16 03:29:32 +00:00
Ben Alex 2015190212 Add Craig's book. 2005-01-14 22:05:51 +00:00
Carlos Sanchez cecc99e8f3 Generate xhtml docbook 2005-01-10 22:16:21 +00:00
Carlos Sanchez 6f59f60252 Use latest maven-sdocbook-plugin 2005-01-09 01:34:08 +00:00
Carlos Sanchez dc530828cc Use latest maven-sdocbook-plugin 2005-01-09 00:53:18 +00:00
Carlos Sanchez 1def4aa44b Renamed docbook file to use latest sdocbook plugin 2005-01-09 00:47:36 +00:00
Carlos Sanchez a19e285e0c Upgrade to latest sdocbook plugin 2005-01-09 00:44:39 +00:00
Ben Alex e1421c99e8 Add AppFuse. 2005-01-08 02:42:36 +00:00
Ben Alex 4660795d2b Add Carlos' presentation. 2005-01-06 21:25:30 +00:00
Ben Alex 443cd0794b Add Matt's blog post. 2005-01-05 09:24:11 +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
Carlos Sanchez 23e5cd4972 Added sdocbook url 2005-01-01 20:07:53 +00:00
Carlos Sanchez 441b6537de Fixed possible problems with generation of chunk docbook 2005-01-01 19:45:06 +00:00
Carlos Sanchez 2de4fc23e8 Added link for html reference in a single page 2005-01-01 19:39:37 +00:00
Carlos Sanchez e692a859a5 Reformatted 2004-12-31 00:31:24 +00:00
Carlos Sanchez 3d979bbbd3 Upgraded maven-sdocbook-plugin to 1.4 2004-12-31 00:30:05 +00:00
Carlos Sanchez b61806dac9 Upgraded maven-sdocbook-plugin to 1.4 2004-12-31 00:12:03 +00:00
Ben Alex bf26888799 General updates for 0.7.0. 2004-12-30 04:14:02 +00:00
Carlos Sanchez 957ef8e4db *** empty log message *** 2004-12-29 22:17:00 +00:00
Carlos Sanchez 63271eecfe Use small font in programlistings and wrap when too long 2004-12-29 22:16:34 +00:00
Carlos Sanchez 4106c9579b Removed custom TOC
Fixed verbatim customization
2004-12-29 22:07:36 +00:00
Carlos Sanchez fb03c7a8ae Rename jar files 2004-12-28 23:26:45 +00:00
Carlos Sanchez 41beeaad15 Migrate to latest sdocbook plugin 2004-12-28 23:25:49 +00:00
Ben Alex 1ef3c87bf2 Add change. 2004-12-26 08:48:25 +00:00
Ben Alex 8b64db3de8 Wrong path to Attributes sample. 2004-12-26 06:54:50 +00:00
Ben Alex d597d896c8 Corrections. 2004-12-26 04:14:41 +00:00
Ben Alex fe155223a1 Minor polishing. 2004-12-25 07:18:17 +00:00
Ben Alex 32cd969935 Enable Maven to handle official release ZIP generation. 2004-12-24 02:53:58 +00:00
Ben Alex 36993d5b52 Describe download process. 2004-12-24 00:35:09 +00:00
Ben Alex 2fe24b4357 Make multiproject:artifact (when called from /docs) properly build the Contacts Sample WARs. 2004-12-23 23:00:38 +00:00
Ben Alex 7df43e019e Typos. 2004-12-23 01:30:04 +00:00
Ben Alex c8055b57d7 More documentation updates. 2004-12-23 00:15:00 +00:00
Ben Alex 33de0fece0 Remove "- Documentation" so proper project name displayed on generated site. 2004-12-22 20:06:10 +00:00
Ben Alex 118fde588c More documentation. 2004-12-22 13:15:07 +00:00