025ab4ce1a
Tweaking of table size in namespace chapter and PDF page margins to try to reduce overlapping of text
Luke Taylor
2010-02-21 20:41:44 +00:00
26cf6f5528
SEC-1399: Remove MockAuthenticationManager in app context file for FilterChainProxy tests.
Luke Taylor
2010-02-20 21:59:44 +00:00
ea7ccc718d
SEC-1399: Removed AbstractAuthenticationManager.
Luke Taylor
2010-02-20 21:35:39 +00:00
dacb8dd25a
SEC-1382: Removed deprecated label-based voter and related classes.
Luke Taylor
2010-01-25 00:38:20 +00:00
68f6afd905
SEC-1383: Added namespace support for method-security-metadata-source
Luke Taylor
2010-02-20 19:05:25 +00:00
b7fc5bc455
Update schema version to 3.1
Luke Taylor
2010-01-27 01:49:05 +00:00
e2a8f81ae8
Update aspectj version in sample to 1.6.8
Luke Taylor
2010-02-20 18:50:36 +00:00
b37d2ed978
SEC-593: Added PermissionCacheOptimizer strategy interface and implementation in Acl module.
Luke Taylor
2010-02-16 23:43:42 +00:00
1474e73b11
SEC-1166: Added new interface PermissionGrantingStrategy to allow customization of ACL permission granting logic.
Luke Taylor
2010-01-21 23:19:35 +00:00
7c99361c26
Reduce length of long lines in the reference manual.
Luke Taylor
2010-02-20 01:00:14 +00:00
40d3f726d6
Update manual version to 3.0.2.RELEASE
Luke Taylor
2010-02-19 19:00:06 +00:00
2ee7696bf4
Update version number to 3.1.0.CI-SNAPSHOT.
Luke Taylor
2010-02-19 17:35:19 +00:00
44f45d21f0
3.0.2 release. Update version in build files.
Luke Taylor
2010-02-15 18:02:08 +00:00
d2b2ca3bc6
SEC-1387: Use a transient object as the advice monitor, rather than a Serializable.
Luke Taylor
2010-02-19 01:02:22 +00:00
97d04b73c1
Upgrade to Spring 3.0.1.
Luke Taylor
2010-02-19 00:51:11 +00:00
10dc72b017
SEC-1387: Support serialization of security advised beans.
Luke Taylor
2010-02-19 00:38:24 +00:00
14ae36ac3b
SEC-1412: Modify DefaultSavedRequest to ignore If-Not-Matched header.
Luke Taylor
2010-02-18 00:02:57 +00:00
9bdc012c69
Minor corrections to Session Management chapter of ref manual.
Luke Taylor
2010-02-17 23:54:13 +00:00
c0579230b2
Correct package names in ref manual docbook. Minor change to namespace appendix.
Luke Taylor
2010-02-17 15:58:05 +00:00
5b5934144a
Avoid infinite loop in InterceptMethodsBeanDefinitionDecoratorTests when upgrading to Spring 3.0.1.
Luke Taylor
2010-02-16 00:02:03 +00:00
bd635edc31
SEC-1410: Makes sure usernames which are OpenID https identities are detected as well as http ones.
Luke Taylor
2010-02-15 22:45:49 +00:00
1719bdebeb
Changed classes output dir names in core modules for better display in structure diagram
Luke Taylor
2010-02-15 02:23:40 +00:00
c1133d1ef3
Removed unused import in DelegatingAuthenticationEntryPoint and corrected test class name.
Luke Taylor
2010-02-14 23:31:31 +00:00
d30e31d816
Remove unnecessary @SuppressWarnings and inline dependency from ELRequestMatcher (util package) to core ExpressionUtils.
Luke Taylor
2010-02-14 23:29:27 +00:00
dbee91002e
Deprecate EncryptionUtils.
Luke Taylor
2010-02-14 23:27:29 +00:00
c12c43da9e
Javadoc fixes.
Luke Taylor
2010-02-14 23:27:09 +00:00
36612377e2
Replace package.html with package-info.java files, creating new ones where missing and updating outdated contents.
Luke Taylor
2010-02-14 23:23:23 +00:00
e729819ce0
Updated incorrect package names in docbook
Luke Taylor
2010-02-12 15:18:01 +00:00
1e4f451352
Moved DelegatingAuthenticationEntryPointTest-context.xml to test/resources
Luke Taylor
2010-02-11 18:08:06 +00:00
dcbdfc2026
SEC-1396: Implement eager saving of SecurityContext in SessionManagementFilter on authentication.
Luke Taylor
2010-02-11 17:47:22 +00:00
403f8da79a
Added missing jettyVersion variable to build.gradle.
Luke Taylor
2010-02-11 17:36:45 +00:00
90d6ff1fde
SEC-1406: Create a DelegatingAuthenticationEntryPoint
Mike Wiesner
2010-02-11 13:19:16 +01:00
d32b078a8c
SEC-1406: Create a DelegatingAuthenticationEntryPoint
Mike Wiesner
2010-02-11 09:05:28 +01:00
e678ba7283
Improvements to itest-web subproject.
Luke Taylor
2010-02-08 23:57:04 +00:00
70ef0d8b3e
Added extra test to itest/context as POC of using extra interceptor with http ns.
Luke Taylor
2010-02-11 01:48:00 +00:00
23511c930f
Standardising slf4j versions.
Luke Taylor
2010-02-11 01:33:31 +00:00
017dad8f5d
Added support for fop extensions in PDF generation.
Luke Taylor
2010-02-11 00:19:18 +00:00
2173029216
SEC-1404: Use a factory method to convert the path to lower case for use in the filter-chain map.
Luke Taylor
2010-02-10 23:49:26 +00:00
d2413cf237
SEC-1406: Create a DelegatingAuthenticationEntryPoint
Mike Wiesner
2010-02-10 21:25:23 +01:00
5753d69465
SEC-1404: Updated test for placeholders in intercept-url elements to check they work for filter='none' elements
Luke Taylor
2010-02-10 16:49:53 +00:00
81657d0efc
SEC-1403: Corrected interface name.
Luke Taylor
2010-02-10 15:24:46 +00:00
08c7155ab5
SEC-1404: Refactored IP subnet matching into IpAddressMatcher class to allow it to be used outside expressions.
Luke Taylor
2010-02-10 15:06:01 +00:00
1ecd3e228b
SEC-1405: added RequestMatcher interface.
Luke Taylor
2010-02-10 14:34:14 +00:00
2f40088fe7
Change spring-aop dep to compile scope in contacts sample
Luke Taylor
2010-02-08 12:34:19 +00:00
15c309a2ed
Add spring-aop to acl and contacts compile dependencies following changes for SEC-1390.
Luke Taylor
2010-02-06 21:22:12 +00:00
f54831f2b5
SEC-1398: Minor changes to method security annotation information in namespace chapter.
Luke Taylor
2010-02-06 18:01:34 +00:00
67c9a0b78d
SEC-1389: Added "iterations" property to BaseDigestpasswordEncoder to support "stretching" of passwords.
Luke Taylor
2010-02-06 17:34:07 +00:00
bd2fd3448b
SEC-1392: Mark PermissionEvaluator and MethodSecurityExpressionHandler as AopInfrastructure beans to prevent them being advised and causing premature use of MethodSecurityMetadataSource before it is initialized properly.
Luke Taylor
2010-02-06 15:42:01 +00:00
984604b026
SEC-1384: Removed check for empty authority list from DefaultWebInvocationPrivilegeEvaluator.
Luke Taylor
2010-01-28 17:10:10 +00:00
8720966d20
SEC-1390: Added null check on claimedIdentifier returned by DiscoveryInformation to prevent NPE.
Luke Taylor
2010-01-28 16:34:45 +00:00
b1243416fc
Minor corrections to aspectj interceptor docs
Luke Taylor
2010-02-05 20:24:05 +00:00
38837775a5
Minor corrections to aspectj interceptor docs.
Luke Taylor
2010-02-05 17:10:27 +00:00
10d787ede2
Javadoc corrections to SessionRegistryImpl
Luke Taylor
2010-02-03 23:49:36 +00:00
c4d2f59eec
SEC-1381: Update source repo information in docs to point to git rather than subversion.
Luke Taylor
2010-01-27 01:37:45 +00:00
912e7976da
Added doc upload capability to build.
Luke Taylor
2010-01-23 02:07:10 +00:00
dcf9ea25a6
Updated access-decision and after-invocation diagrams in manual.
Luke Taylor
2010-01-23 01:58:10 +00:00
0974e21fb6
SEC-1379: Added creation of a session if session timeout is detected (requested session ID is invalid).
Luke Taylor
2010-01-23 00:10:32 +00:00
d931495c8a
SEC-1380: Trim whitespace from config attributes when building a list in SecurityConfig.
Luke Taylor
2010-01-22 23:05:12 +00:00
04447bdbf0
SEC-1377: Extended HTML escaping functionality to take account of control characters, whitespace and to handle Unicode supplementary characters (surrogate pairs).
Luke Taylor
2010-01-22 01:55:13 +00:00
dbf673ec37
Build updates to include uploading of distro and docs, plus addition of admon graphics path to docbook plugin.
Luke Taylor
2010-01-21 05:28:17 +00:00
9734e4c82f
Added generation of sha1 of distro archive to build.
Luke Taylor
2010-01-20 04:33:21 +00:00
56849dc41e
Added tasks for apidocs, doc and distro archive generation to the build file.
Luke Taylor
2010-01-20 04:14:48 +00:00
10cd080090
SEC-1356: Update createUser method in LdapUserDetailsManager to create the LDAP entry before adding authorities. Prevents removal of authorities for an existing user.
Luke Taylor
2010-01-20 18:51:29 +00:00
0c10efbbf8
Revert SEC-1356.
Luke Taylor
2010-01-19 21:51:16 +00:00
1a7f71fc0f
SEC-1372: Return an empty list rather than null from SessionRegistryImpl.getAllSessions()
Luke Taylor
2010-01-19 01:07:33 +00:00
8137a8bcd0
Enabled detection of release builds and s3 maven deployment capability to gradle build.
Luke Taylor
2010-01-18 02:02:28 +00:00
a5dde8b28f
Updated doc on invalid session detection.
Luke Taylor
2010-01-17 14:41:24 +00:00
51dfc0fb39
Set versions to 3.0.2-CI-SNAPSHOT, post release.
Luke Taylor
2010-01-15 18:15:19 +00:00
05634f97dc
Updated version numbers for 3.0.1 release.
Luke Taylor
2010-01-15 18:04:28 +00:00
e1d41177bb
Update docbook plugin use to new gradle 0.9+ syntax.
Luke Taylor
2010-01-14 15:49:05 +00:00
81f91d28eb
Add docbook note and tip images.
Luke Taylor
2010-01-14 15:48:36 +00:00
670297c55d
SEC-1369: Make sure beans aren't registered twice in case allowBeanDefinitionOverriding=false in the app context.
Luke Taylor
2010-01-14 15:48:14 +00:00
0f90e69004
SEC-1362: Updated French messages translation.
Luke Taylor
2010-01-13 15:37:18 +00:00
a9567a58d8
SEC-1359,SEC-1360,SEC-1361,SEC-1363,SEC-1364,SEC-1365,SEC-1366,SEC-1367: Minor doc and Javadoc typos.
Luke Taylor
2010-01-13 15:36:58 +00:00
3a8daa1bf4
Gradle build improvements.
Luke Taylor
2010-01-13 00:44:05 +00:00
f62d97b092
SEC-1356: Fix broken tests.
Luke Taylor
2010-01-12 01:32:02 +00:00
6eff4d90b7
SEC-1356: Modify AbstractRememberMeService to check the cookie path as well as the name when extracting it from the incoming request.
Luke Taylor
2010-01-12 00:49:53 +00:00
d900829921
Added bundlor and maven support to gradle build
Luke Taylor
2010-01-12 00:35:20 +00:00
fa42d9d5ec
Fix taglibs template.mf
Luke Taylor
2010-01-12 00:33:20 +00:00
2023ca283e
SEC-1358: Support empty context path in DefaultWebInvocationPrivilegeEvaluator
Luke Taylor
2010-01-12 00:30:27 +00:00
b323098167
Added gradle build files for taglibs, tutorial, contacts and openid.
Luke Taylor
2010-01-10 23:31:23 +00:00
e211f9b35f
SEC-1349: Allow configuration of OpenID with parameters which should be transferred to the return_to URL.
Luke Taylor
2010-01-09 00:58:26 +00:00
bc02fc2de1
Corrected "incorrect numer of tokens" error message in TokenBasedRememberMeServices.
Luke Taylor
2010-01-08 23:57:27 +00:00
51abedcbef
Parameterize getFilter() method in HttpSecurityBeanDefinitionParserTests.
Luke Taylor
2010-01-08 23:20:16 +00:00
f40a1fda34
SEC-1357: Use getClass().getClassLoader() in SecurityNamespaceHandler to check for web classes.
Luke Taylor
2010-01-08 21:12:36 +00:00
052537c8b0
Removing $Id$ markers and stripping trailing whitespace from the codebase.
Luke Taylor
2010-01-08 16:06:05 +00:00
9a323f15bc
Bring versions in itext module up-to-date
Luke Taylor
2010-01-07 17:56:32 +00:00
68ae49ebe1
SEC-1355: Update manual code snippet to cast to OpenIDAuthenticationToken.
Luke Taylor
2010-01-07 17:22:45 +00:00
4e4242d010
SEC-1354: Added integration tests for combinations of @PreAuthorize and @Secured annotations.
Luke Taylor
2010-01-06 22:23:01 +00:00
846aa40a7b
Updated "heavyduty" sample version information.
Luke Taylor
2010-01-06 22:21:59 +00:00
be72ed1350
Remove commented out beans from contacts sample app context.
Luke Taylor
2010-01-06 22:21:34 +00:00
9730600777
Revert bundlor version update.
Luke Taylor
2010-01-05 23:47:27 +00:00
3c97d68346
Upgrade to bundlor RC1
Luke Taylor
2010-01-05 22:34:27 +00:00
dc5417f1d5
SEC-1352: Added support for placeholders in <user-service>
Luke Taylor
2010-01-05 22:34:10 +00:00
f5d36aef65
SEC-1350: Improved Javadoc for AbstractPreAuthenticatedProcessingFilter
Luke Taylor
2010-01-05 16:01:55 +00:00
93973a4b75
SEC-1304: Removed compareTo method from GrantedAuthorityImpl
Luke Taylor
2010-01-04 19:13:49 +00:00
c6b8fe5e55
SEC-1346: Added missing 'return' statements after redirects.
Luke Taylor
2010-01-03 19:06:04 +00:00
80aacf447f
Refactored JaasAuthenticationProvider
Luke Taylor
2010-01-03 16:28:44 +00:00
893f212fa5
Tidying
Luke Taylor
2010-01-02 19:53:19 +00:00
b737fa451d
SEC-1344: Minor CAS doc updates
Luke Taylor
2009-12-29 14:45:29 +00:00