Luke Taylor
eeb466b613
SEC-1648: Implemented Rob's suggestion to use a null value for the targetUrlParameter rather than a boolean property. It should thus only be used if this value is set.
15 years ago
Luke Taylor
6de2197c0f
SEC-1653: Ensure UserDetailsServiceFactoryBean is registered using the tools API to prevent errors in STS.
15 years ago
Luke Taylor
19e56f4397
Stripping out unnecessary dependencies from sample jars.
15 years ago
Luke Taylor
39b48c6d95
Update gradle wrapper to 0.9.1 in order to use mavenLocal() repo syntax.
15 years ago
Luke Taylor
bf59c75886
Test class to improve coverage of WAS-specific preauth code.
15 years ago
Luke Taylor
b858b23927
SEC-1651: Added first draft of dependencies appendix to reference manual.
15 years ago
Luke Taylor
6779822325
Remove GRADLE-1090 workarounds from config.gradle.
15 years ago
Luke Taylor
8d7830a1ee
SEC-1603: Add support in namespace for use of AuthenticationSuccessHandler with remember-me.
15 years ago
Luke Taylor
7fd3aa2b45
SEC-1603: Add support for injecting an AuthenticationSuccessHandler into RememberMeAuthenticationFilter.
15 years ago
Luke Taylor
c1f2fa1983
SEC-1558: Changed signatures of PrePostInvocationAttributeFactory to take strings rather than annotation types to allow the metadata to be obtained from other sources (not just annotations).
15 years ago
Luke Taylor
423f9eae7a
SEC-1648: Added a useTargetUrlparameter property to AbstractAuthenticationTargetUrlRequestHandler which defaults to false.
...
This ensures that users will think about the context in which they are enabling the use of a parameter to determine the redirect location.
15 years ago
Luke Taylor
313fe78cc1
Corrected snapshot version
15 years ago
Luke Taylor
2487a3e27b
Reset to snapshot version
15 years ago
Luke Taylor
0ca5157f47
Set project release version to 3.1.0.M2
15 years ago
Luke Taylor
7316bcff75
Updated outdated CAS sample readme with instructions for running CAS using gradle
15 years ago
Luke Taylor
bbcc611af5
CAS server version upgrade and minor tweaks to CAS sample build file.
15 years ago
Luke Taylor
592782dc7f
Added test for getAdditionalRoles in DefaultLdapAuthoritiesPopulator.
15 years ago
Luke Taylor
eebcfd28ef
Move Ldap authorities populator tests to the correct package.
15 years ago
Luke Taylor
dbe270f132
SEC-1641: Correct code and test for null groupSearchBase.
15 years ago
Luke Taylor
428a0b7dce
SEC-1639: Removed url argument from FilterChainProxy's VirtualFilterChain, since this can be directly computed from the request instance in the debug statements.
15 years ago
Luke Taylor
5f6dab67e1
SEC-1492: Added SimpleAuthoritiesMapper which provides a one-to-one authority mapping with case-conversion and the addition of a "role" prefix to the authority name.
15 years ago
Luke Taylor
3547cfcc92
SEC-1641: Remove the private setGroupSearchBase method and allowed a null value to be set for the group search base in the constructor.
15 years ago
Luke Taylor
f1fe3ce7e6
Update wrapper to gradle 0.9 release
15 years ago
Luke Taylor
48ea0a6249
SEC-1638: Added paragraph to docs explaining that for complete security, an app should not switch out of HTTPS at all.
15 years ago
Luke Taylor
7cf9740fd4
SEC-1638: Added an example configuration to the Javadoc for ChannelProcessingFilter and a pointer from the reference manual.
15 years ago
Rob Winch
1ed5227d75
Removed @Override from HttpFirewallBeanDefinitionParser.parse since it does not override a method definition, it implements one.
...
Fixed The method parse(Element, ParserContext) of type HttpFirewallBeanDefinitionParser must override a superclass method HttpFirewallBeanDefinitionParser.java /spring-security-config/src/main/java/org/springframework/security/config/http line 23 Java Problem
15 years ago
Rob Winch
7c04fdbc90
SEC-1639: FirewalledRequest is now called on the specific FirewalledRequest instance rather that looping through ServletRequestWrappers.
...
VirtualFilterChain now accepts the FirewalledRequest in the constructor. The reset method is called directly on the instance passed in instead of looping through the ServletRequestWrappers.
15 years ago
Luke Taylor
46f83c8a08
SEC-1492: Added RoleHierarchyAuthoritiesMapper as the new preferred way of using a RoleHierarchy.
15 years ago
Luke Taylor
c8820166c8
SEC-1576: Parameterize the secured object type in AccessDecisionVoter.
15 years ago
Luke Taylor
85d685f7d3
SEC-1611: Make access attribute in authorize tag a runtime expression
15 years ago
Luke Taylor
ce421f22bf
SEC-1635: Stop security interceptors from calling AfterInvocationManager if exception occurs during invocation
15 years ago
Luke Taylor
2be2660b13
SEC-1636: Add optimizations for simple pattern cases in AntPathRequestMatcher. "/**" and "**" are treated as universal matches and a trailing "/**" is now optimized using a substring match.
15 years ago
Luke Taylor
523f6add60
Javadoc fix
15 years ago
Luke Taylor
4a40d80da1
SEC-1418: Deprecate GrantedAuthorityImpl in favour of final SimpleGrantedAuthority.
...
It should be noted that equality checks or lookups with Strings or other authority types will now fail where they would have succeeded before.
15 years ago
Luke Taylor
978b7d4707
SEC-1631: Reduced use of reflection in DefaultAuthenticationEventPublisher and added tests.
15 years ago
Luke Taylor
bfb723feac
SEC-1557: Added getter to DelegatingMethodSecurityMetadataSource. Also added some optimizations of cache lookup key equals method. A class type check is unnecessary since the key class is a private inner class.
15 years ago
Luke Taylor
441aa25383
SEC-1615: Changed key generation for anonymous provider to only use SecureRandom on demand.
15 years ago
Luke Taylor
4ad0652787
Removed array of authorities constructor from TestingAuthenticationToken and RunAsUserToken.
15 years ago
Luke Taylor
ca679e1479
Reformatting.
15 years ago
Luke Taylor
9b29dcb8bf
SEC-1430: Removed username attribute from WebAttributes class.
15 years ago
Luke Taylor
43be9ea2a4
SEC-1430: Removed caching of username in session upon failed authentication. Improved Javadoc.
15 years ago
Luke Taylor
d64efe9747
SEC-1492: Added GrantedAuthoritiesMapper to provide mapping of loaded authorities to those which are eventually stored in the user Authentication object.
15 years ago
Luke Taylor
89f80659a1
Move docs on request matching to correct file and delete unused one
15 years ago
Luke Taylor
49242729e4
Added imgSrcPath parameter for use in docbookFopPdf task.
15 years ago
Luke Taylor
51a53ddbaa
Minor refactoring of GAE code to use specific GrantedAuthority type.
15 years ago
Luke Taylor
60970dd9c4
Added some tests for web expression handling code.
15 years ago
Luke Taylor
2d9f98d535
SEC-1412: DefaultSavedRequest should ignore "If-Modified-Since" headers to prevent re-displaying the login form (the cached result of the original request).
15 years ago
Luke Taylor
fc00d7ef1d
Move the unix scripts for the tutorial sample into a subdirectory
15 years ago
Luke Taylor
37810a19c4
SEC-1619: Added check in GAE sample for change of Google user while still logged into the app.
...
Also updated GAE version and build script. Uploading to GAE now works when run from the gradle build file using the command 'gradle gaeDeploy'.
15 years ago
Luke Taylor
8b51c2c97d
SEC-1587: Add explicit call to removeAttribute() to remove the context from the session if the current context is empty or anonymous.
...
Allows for the situation where a user is logged out without invalidating the session.
15 years ago