350 Commits (3.1.2.RELEASE)

Author SHA1 Message Date
Rob Winch 1ab068a06d SEC-2005: Ensure SecurityContext saved prior to the response being committed 14 years ago
Rob Winch ffe2834f4c SEC-2027: Invoke SecurityContextHolder.clearContext() only on outer invocation of FilterChainProxy 14 years ago
Rob Winch a5ec116e80 SEC-1919: Log error when fail to communicate with LDAP 14 years ago
Rob Winch 9a9aafaeec SEC-1967: Restore original SecurityContext in finally when RunAsManager is used 14 years ago
Rob Winch 24c3bdfd90 SEC-2013: Add space to log of AbstractAuthenticationProcessingFilter 14 years ago
Rob Winch 1710f32a08 SEC-2011: Moved SessionRegistry documentation of SessionRegistry#onAuthentication 14 years ago
Rob Winch b868daaa8c SEC-2011: Remove reference to SessionRegistry from SessionFixationProtectionStrategy javadoc 14 years ago
Rob Winch aa4ec9a508 Cleaned up warnings in JdbcTokenRepositoryImpl and JdbcTokenRepositoryImplTests 14 years ago
Rob Winch 340534dadb SEC-1964: Handle missing series in JdbcTokenRepositoryImpl 14 years ago
Rob Winch f2345fcb21 SEC-1981: Remove dependency on Locale for the build 14 years ago
Rob Winch a2452ab514 SEC-1906: Update to Gradle 1.0 14 years ago
Rob Winch 2fba10ab61 Use powermock for testing servlet 3.0 functionality instead of distinct classpaths 14 years ago
Rob Winch f6902471fb SEC-1965: DefaultWebSecurityExpressionHandler is now passive from 3.0.x releases 14 years ago
Rob Winch b6ec700640 SEC-1968: AbstractPreAuthenticatedProcessingFilter clears SecurityContext on null principal change with invalidateSessionOnPrincipalChange = true 14 years ago
Rob Winch de3dfb5b3f SEC-1875: ConcurrentSessionControlStrategy no longer adds/removes the session to the SessionRegistry twice 14 years ago
Rob Winch 520b65e2e3 SEC-1865: Remove invalid OWASP link in TextEscapeUtils 14 years ago
Rob Winch c446697de3 Cleaned up warnings in FilterChainProxyTests 14 years ago
Rob Winch bb8f3bae7c SEC-1950: Defensively invoke SecurityContextHolder.clearContext() in FilterChainProxy 14 years ago
Rob Winch 84141c4c76 SEC-1927: Corrected debug log in SessionManagementFilter to have a space between ID and the session and added guard to log statement 14 years ago
Tristan Burch e7f47964ee fix typo in setUseSecureCookie method documentation 14 years ago
Luke Taylor 5d71d2a4fa SEC-1887: Add MethodSecurityOperations interface. 14 years ago
Luke Taylor 538e75ce1b SEC-1903: Use a static CRLF Pattern in FirewalledResponse 14 years ago
Andrei Stefan 0f9ee81df1 SEC-1887: Improve extensibility of expression-based security classes 14 years ago
Rob Winch 22225effcc Call SecurityContextHolder.clearContext() in tear down of HttpSessionSecurityContextRepositoryTests 14 years ago
Rob Winch 5d94cd5e13 SEC-1735: Do not remove SecurityContext from HttpSession when anonymous Authentication is saved if original SecurityContext was anonymous 14 years ago
Rob Winch 6fe6e18939 SEC-1870: Updated HttpSessionDestroyedEvent to properly look for SecurityContexts as session attribute values instead of session attribute names 14 years ago
Rob Winch 8ca2927761 Renamed **/Test.java to **/Tests.java to better follow conventions 14 years ago
Luke Taylor 0bccbbfc18 SEC-1779: Make new getters protected rather than public. 14 years ago
Luke Taylor f456db267f SEC-1779: Added getters for success and failure handlers to AbstractAuthenticationProcessingFilter. 14 years ago
Luke Taylor 09ac4bd8f9 SEC-1833: Remove unused securityContextClass from HttpSessionSecurityContextRepository. 14 years ago
Luke Taylor 44e2543015 Minor changes to make filter chain validation more robust with custom request matchers. 14 years ago
Luke Taylor f1e63f3008 SEC-1802: Add digits to valid URL scheme regex. 14 years ago
Luke Taylor 869c6a7c18 SEC-1800: Set input size to 30 for OpenID login. 15 years ago
Luke Taylor 824464516c SEC-1790: Reject redirect locations containing CR or LF. 15 years ago
Luke Taylor 6333909107 SEC-1797: Create a new session in AbstractPreAuthenticatedProcessingFilter when the existing session is invalidated on detecting a principal change. 15 years ago
Luke Taylor 0c2a950fa0 SEC-1788: Avoid unnecessary call to getPreAuthenticatedPrincipal() in AbstractPreAuthenticatedProcessingFilter when not checking for principal changes is not enabled. 15 years ago
Luke Taylor 8740efc0f5 Added constructor injection options to ConcurrentSessionFilter 15 years ago
Luke Taylor a1c714cff4 SEC-1754: Added an InvalidSessionStrategy to allow SessionManagementFilter to delegate out the behaviour when an invalid session identifier is submitted. 15 years ago
Luke Taylor 8440743108 Remove Sql query objects from JdbcTokenRepositoryImpl in favour of direct JdbcTemplate use. 15 years ago
Luke Taylor 700fa9e0b6 SEC-1772: remote URL decoding of targetUrlParameter in AbstractAuthenticationTargetUrlRequestHandler. 15 years ago
Luke Taylor de97bac85b SEC-1763: Prevent nested switches in SwitchUserFilter by calling attemptExitUser() before doing the switch. 15 years ago
Luke Taylor a504cfae1a SEC-1770: Call refreshLastRequest on the session registry rather than the SessionInformation object to make sure it works with alternative SessionRegistry implementations. 15 years ago
Rob Winch 330f82f562 SEC-1777: Corrected log in HttpSessionSecurityContextRepository to reference itself instead of HttpSessionContextIntegrationFilter 15 years ago
Rob Winch 825f0061fb SEC-1761: Support HttpOnly Flag for Cookies when using Servlet 3.0 15 years ago
Luke Taylor 56e86dd36f Adding assertions on constructor arg values. 15 years ago
Luke Taylor f92589f051 Extract a SecurityFilterChain interface and create a default implementation to facilitate other configuration options. 15 years ago
Luke Taylor 2d271666a4 Add constructors to facilitate constructor-based injection for required/shared bean properties. 15 years ago
Luke Taylor 73442125de SEC-1775: Removed internal use of UserAttribute class in AnonymousAuthenticationFilter. 15 years ago
Luke Taylor b15475ab3d SEC-1771: Change TokenBasedRememberMeServices to obtain password from UserDetailsService if necessary. 15 years ago
Luke Taylor 737a9d1825 Improved toString methods on request wrappers. 15 years ago