153 Commits (0c10efbbf8f2e64859fea3622dc0f356830b7a65)

Author SHA1 Message Date
Luke Taylor 0c10efbbf8 Revert SEC-1356. 16 years ago
Luke Taylor 1a7f71fc0f SEC-1372: Return an empty list rather than null from SessionRegistryImpl.getAllSessions() 16 years ago
Luke Taylor 51dfc0fb39 Set versions to 3.0.2-CI-SNAPSHOT, post release. 16 years ago
Luke Taylor 05634f97dc Updated version numbers for 3.0.1 release. 16 years ago
Luke Taylor a9567a58d8 SEC-1359,SEC-1360,SEC-1361,SEC-1363,SEC-1364,SEC-1365,SEC-1366,SEC-1367: Minor doc and Javadoc typos. 16 years ago
Luke Taylor 3a8daa1bf4 Gradle build improvements. 16 years ago
Luke Taylor f62d97b092 SEC-1356: Fix broken tests. 16 years ago
Luke Taylor 6eff4d90b7 SEC-1356: Modify AbstractRememberMeService to check the cookie path as well as the name when extracting it from the incoming request. 16 years ago
Luke Taylor 2023ca283e SEC-1358: Support empty context path in DefaultWebInvocationPrivilegeEvaluator 16 years ago
Luke Taylor b323098167 Added gradle build files for taglibs, tutorial, contacts and openid. 16 years ago
Luke Taylor e211f9b35f SEC-1349: Allow configuration of OpenID with parameters which should be transferred to the return_to URL. 16 years ago
Luke Taylor bc02fc2de1 Corrected "incorrect numer of tokens" error message in TokenBasedRememberMeServices. 16 years ago
Luke Taylor 052537c8b0 Removing $Id$ markers and stripping trailing whitespace from the codebase. 16 years ago
Luke Taylor f5d36aef65 SEC-1350: Improved Javadoc for AbstractPreAuthenticatedProcessingFilter 16 years ago
Luke Taylor c6b8fe5e55 SEC-1346: Added missing 'return' statements after redirects. 16 years ago
Luke Taylor 893f212fa5 Tidying 16 years ago
Luke Taylor 115d5b84ff [maven-release-plugin] prepare for next development iteration 16 years ago
Luke Taylor 6c6ef08353 [maven-release-plugin] prepare release spring-security-3.0.0.RELEASE 16 years ago
Luke Taylor e64866ae6a Updated bundlor templates and introduced spring.version variable 16 years ago
Luke Taylor 3418aab46e SEC-1327: Javadoc additions to clarify some behaviour 16 years ago
Luke Taylor fcce29f8df SEC-1326: Updating dependencies to match Spring versions. Removing unused deps. 16 years ago
Luke Taylor 97a31cae04 SEC-1333: Added error message for invalid redirect URL assertion 17 years ago
Luke Taylor aeed49393c Switching StringBuffer to StringBuilder throughout the codebase (APIs permitting). 17 years ago
Luke Taylor 76731254c0 SEC-1328: Fixed issue with redirect to context relative URLs where the context name is part of the domain name. 17 years ago
Luke Taylor 06e092d46a Midor Javadoc correction. 17 years ago
Luke Taylor 6805761d85 Extra test to confirm http-method specific matching behaviour. 17 years ago
Luke Taylor cad32ffe39 SEC-1325: Tighten up Authentication interface contract to disallow null authorities. Modified internals of AbstractAuthenticationToken to use an empty list instead of null. Clarified Javadoc. removed unnecessary null checks in classes which use the interface. 17 years ago
Luke Taylor 520e733cb2 [maven-release-plugin] prepare for next development iteration 17 years ago
Luke Taylor f2cf17bd49 [maven-release-plugin] prepare release spring-security-3.0.0.RC2 17 years ago
Luke Taylor 075e7a15ad Corrected package name in Javadoc. 17 years ago
Luke Taylor 444d93b13f SEC-1316: Remove 'removeAfterRequest' property from AnonymousAuthenticationFilter 17 years ago
Luke Taylor b27d7afd24 SEC-1315: Modify HttpSessionSecurityContextRepository to check for anonymous token before creating a session. Moved the anonymity check to be before the session creation. 17 years ago
Luke Taylor aee6b8f3f9 SEC-1314: Deprecate cloneFromHttpSession and securityContextClass in HttpSessionSecurityContextRepository. Both deprecated. 17 years ago
Luke Taylor dab76249db Added gradle build files (experimental) 17 years ago
Luke Taylor 69699431b1 SEC-1303: Added internal Hex and Base64 classes, and moved commons-codec dependency to test scope 17 years ago
Luke Taylor 4d8956a227 SEC-1288: Changed claimedIdentityFieldName in OpenIDAuthenticationFilter to "openid_identifier", as recommended by the 2.0 spec. 17 years ago
Luke Taylor d84542cf88 SEC-1285: minor vulnerability in BasicProcessingFilter. Changed logging of Basic authentication information. 17 years ago
Luke Taylor 617e517e5e SEC-1280: NullPointerException in PersistentTokenBasedRememberMeServices when logging out twice. Added check for null authentication in logout method. 17 years ago
Luke Taylor 930c1b6b53 Coverted to Junit 4 test. 17 years ago
Luke Taylor 11e476c486 Added issue numbers in comment. 17 years ago
Luke Taylor d4d45e1311 Make getHeader() methods check case-insensitive matching on header name. 17 years ago
Luke Taylor 7282eed197 Import cleaning. 17 years ago
Luke Taylor 799b96520b SEC-1269: Combining <form-login> and <open-id> fails to find entry point. Fixed entry point choice conditions when using openID and/or form-login 17 years ago
Luke Taylor 3f963ef8ca Restore versions and svn URLs in trunk (release plugin fail) 17 years ago
Luke Taylor af563e826c [maven-release-plugin] prepare release spring-security-3.0.0.RC1 17 years ago
Luke Taylor 881632cc08 SEC-1250: Removed duplicate property. 17 years ago
Luke Taylor 0da99171da SEC-1250: RequestHeaderPreAuthenticatedProcessingFilter cannot be use to fail back to another authentication type. Added exceptionIfHeaderMissing property. 17 years ago
Luke Taylor 3f72983a1e SEC-1257: Some additional API changes to use Collection instead of List... 17 years ago
Luke Taylor 1286741c7c SEC-1259: Improve consistency of authentication filter names. 17 years ago
Luke Taylor f213cc5d9e SEC-1257: APIs using List<ConfigAttribute> should use a Collection instead. Converted. 17 years ago