Commit Graph

7078 Commits

Author SHA1 Message Date
Rob Winch 21e092c141
rm .github/workflows for unsupported branch 2025-05-02 12:34:48 -05:00
Josh Cummings c7d9b4e7ec
Add End-of-Life Notice 2020-10-07 12:11:11 -06:00
Josh Cummings 764685dd58
Remove from CI 2020-10-07 12:10:58 -06:00
Josh Cummings 05349139a4
Next Development Version 2020-10-07 11:54:06 -06:00
Josh Cummings 33aba4fd64
Release 5.0.19.RELEASE 2020-10-07 10:47:38 -06:00
Eleftheria Stein 7641dc0f3b Update to Hibernate Validator 6.0.21
Closes gh-9069
2020-10-01 19:09:15 +02:00
Eleftheria Stein 66b52c5d5f Update to org.aspectj 1.9.6
Closes gh-9067
2020-10-01 19:08:55 +02:00
Eleftheria Stein d86b1492a2 Update to Jackson Databind 2.9.10.6
Closes gh-9065
2020-10-01 19:08:33 +02:00
Eleftheria Stein 50c1c5e082 Update to Spring Framework 5.0.19
Closes gh-9064
2020-10-01 19:08:06 +02:00
Eleftheria Stein 2a9b41df61 Update to GAE 1.9.82
Closes gh-9066
2020-10-01 19:07:34 +02:00
Malyshau Stanislau 430407ea45
Add try-with-resources to close stream
Closes gh-9041
2020-09-29 08:56:40 -06:00
Artem Grankin 7358eb2b48
Replace expired msdn link with latest web archive copy
Initial link expired in March, 2016. Latest copy found in web archive is from February, 2016
2020-09-28 17:47:25 -06:00
Josh Cummings 50faf5b3f2
Next Development Version 2020-08-05 09:11:50 -06:00
Josh Cummings 1fd4e940f4
Release 5.0.18.RELEASE 2020-08-05 07:47:14 -06:00
Josh Cummings 8a8b389907
Update to Spring Ldap 2.3.3
Closes gh-8933
2020-08-05 07:45:14 -06:00
Josh Cummings d51dd0450d
Update to Hibernate Validator 6.0.20
Closes gh-8932
2020-08-05 07:45:09 -06:00
Josh Cummings 5c0b080eb6
Update to Groovy 2.4.20
Closes gh-8931
2020-08-05 07:44:44 -06:00
Josh Cummings b5b3ef979f
Update to Google App Engine 1.9.81
Closes gh-8930
2020-08-05 07:44:37 -06:00
Josh Cummings d5c264792a
Update to Jackson Databind 2.9.10.5
Closes gh-8929
2020-08-05 07:44:30 -06:00
Josh Cummings f280d6e90e
Update to Spring Framework 5.0.18
Closes gh-8928
2020-08-05 07:44:03 -06:00
Josh Cummings 2303ac3d6f
Polish WebSecurityConfigurerAdapter JavaDoc
Issue gh-8784
2020-07-20 15:25:39 -06:00
Romil Patel ef442def43
WebSecurityConfigurerAdapter JavaDoc
Closes gh-8784
2020-07-20 15:25:36 -06:00
wangsong 502d28f1b9 Fix ProviderManager Javadoc typo
Closes gh-8800
2020-07-07 17:18:04 -05:00
Ellie Bahadori aa5a42cfbc Use Github Actions workflow for PRs and remove Travis
Closes gh-8716
2020-06-30 05:24:55 -04:00
Rob Winch 5802954130 Better scp Retry Settings 2020-06-25 11:37:09 -05:00
Evgeniy Cheban b4e51e7740 DefaultWebSecurityExpressionHandler uses RoleHierarchy bean
Fixes gh-7059
2020-06-11 08:37:09 -04:00
Eleftheria Stein e0169eaea8 Next development version 2020-06-03 18:36:01 -04:00
Eleftheria Stein bcaad3a51c Release 5.0.17.RELEASE 2020-06-03 18:12:04 -04:00
Josh Cummings 66f8a56b1b
Polish setAllowedHostnames
Added JavaDoc to method, including @since attribute

Issue gh-4310
2020-06-03 08:48:46 -06:00
Eddú Meléndez 3e5b65f647
Add support for allowedHostnames in StrictHttpFirewall
Introduce a new method `setAllowedHostnames` which perform the validation
against untrusted hostnames.

Fixes gh-4310
2020-06-03 08:48:38 -06:00
Eleftheria Stein c62789c976 Update to okhttp 3.12.12
Fixes gh-8637
2020-06-02 22:05:05 -04:00
Eleftheria Stein b02cae0a0c Update to Jython 2.5.3
Fixes gh-8638
2020-06-02 22:04:02 -04:00
Eleftheria Stein af278b58b5 Update to mockwebserver 3.12.12
Fixes gh-8636
2020-06-02 22:03:22 -04:00
justmehyp ba81f6a06a Remove unused field 'digester' in Md4PasswordEncoder
`private Digester digester;`  defined in Md4PasswordEncoder is never used. So remove it.

Closes gh-8553
2020-05-21 11:21:58 -05:00
Maksim Vinogradov a39efaf883 Prevent StackOverflowError for AccessControlEntryImpl.hashCode
Getting StackOverflowError when invoke AclImpl.hashCode because of
cross-references between AclImpl and AccessControlEntryImpl

Remove from AccessControlEntryImpl.hashCode method invocation of
acl.hashCode

fixes gh-5401
2020-05-21 10:09:22 -05:00
Rob Winch 7d5e032e25 Revert "Create the CSRF token on the bounded elactic scheduler"
This reverts commit e21ef422e7.
2020-05-18 11:09:41 -05:00
cbornet e21ef422e7 Create the CSRF token on the bounded elactic scheduler
The CSRF token is created with a call to UUID.randomUUID which is blocking.
This change ensures this blocking call is done on the bounded elastic scheduler which supports blocking calls.

Fixes gh-8128
2020-05-18 11:07:41 -05:00
Artyom Tarynin 66f923dab7 Update AntPathRequestMatcher.java
Fixes gh-8512
2020-05-14 10:58:32 -04:00
Dávid Kovács e8daeacd89 Document NoOpPasswordEncoder will not be removed
This commit adds extension to deprecation notice.

Fixes gh-8506
2020-05-13 12:57:04 -05:00
Rob Winch 27f30b04cd Remove Broken Test
Issue gh-8518
2020-05-12 13:38:42 -05:00
Rob Winch baa238e339 Fix non-standard HTTP method for CsrfWebFilter
Closes gh-8452
2020-05-12 13:22:04 -05:00
Eleftheria Stein cf5bd52121 Next development version 2020-05-06 16:40:35 -04:00
Eleftheria Stein ef78626045 Release 5.0.16.RELEASE 2020-05-06 16:25:17 -04:00
Eleftheria Stein 7f8efb7680 Update to GAE 1.9.80
Closes gh-8479
2020-05-06 12:27:50 -04:00
Eleftheria Stein 2c4d13ddef Update to org.powermock 2.0.7
Closes gh-8478
2020-05-06 12:26:42 -04:00
Eleftheria Stein ed2a646a69 Update to Spring Framework 5.0.17.RELEASE
Closes gh-8477
2020-05-06 12:25:59 -04:00
Eleftheria Stein f8f4d960b5 Clean up Javadoc
Fixes gh-8480
2020-05-05 17:34:53 -04:00
Rob Winch 76a4df0461 Add ROLE_INFRASTRUCTURE to infrastructure beans
Closes gh-8407
2020-04-27 09:23:40 -05:00
Dávid Kovács 7eee6b102f ActiveDirectoryLdapAuthenticationProvider uses InternalAuthenticationServiceException
Closes gh-2884
2020-04-24 10:44:21 -05:00
Rob Winch d69288e665 Fix example in javadoc of FilterChainProxy
Closes gh-8344
2020-04-08 09:15:03 -05:00