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
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 e21ef422e799ff7b661b0e731df40ea717597803.
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
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
Alan Czajkowski
62bc17ea3f
BCryptPasswordEncoder rawPassword cannot be null
...
Closes gh-8317
2020-04-07 13:48:07 -05:00
hotire
fd2798ca95
Fix typo in Javadoc of ServerHttpSecurity#hasAuthority
...
Closes gh-8336
2020-04-06 14:21:16 -05:00
Eleftheria Stein
173660c6ef
Fix HttpSecurity Javadoc
...
Fixes gh-4404
2020-04-02 12:04:24 -04:00
Eleftheria Stein
d6aa6a2246
Next Development Version
2020-04-01 16:29:44 -04:00
Eleftheria Stein
1526c981aa
Release 5.0.15.RELEASE
5.0.15.RELEASE
2020-04-01 15:31:39 -04:00
Eleftheria Stein
a9ddd363aa
Fix typo in Getting Started docs
...
Fixes gh-5254
2020-04-01 15:14:23 -04:00
Eleftheria Stein
4edcac7651
Update to httpclient 4.5.12
...
Fixes gh-8304
2020-04-01 11:50:22 -04:00
Eleftheria Stein
eecad9ee9a
Update to hibernate-validator 6.0.19.Final
...
Fixes gh-8303
2020-04-01 11:49:42 -04:00
Eleftheria Stein
0191e1f11e
Update to reactive-streams 1.0.3
...
Fixes gh-8302
2020-04-01 11:49:06 -04:00
Eleftheria Stein
d73f0c5fb9
Update to hibernate-core 5.2.18.Final
...
Fixes gh-8301
2020-04-01 11:48:44 -04:00
Eleftheria Stein
8d07698d94
Update to groovy 2.4.19
...
Fixes gh-8300
2020-04-01 11:48:03 -04:00
Eleftheria Stein
c9c9532447
Update to unboundid-ldapsdk 4.0.14
...
Fixes gh-8299
2020-04-01 11:47:24 -04:00
Eleftheria Stein
d2d9ce9e6b
Update to okhttp 3.12.10
...
Fixes gh-8298
2020-04-01 11:46:46 -04:00
Eleftheria Stein
df6e58ca1d
Update to mockwebserver 3.12.10
...
Fixes gh-8297
2020-04-01 11:46:12 -04:00
Eleftheria Stein
ffa1bc8083
Update to org.powermock 2.0.6
...
Fixes gh-8296
2020-04-01 11:45:29 -04:00
Eleftheria Stein
c91e456ae7
Update to GAE 1.9.79
...
Fixes gh-8295
2020-04-01 11:44:43 -04:00
Rob Winch
45d81ffc49
Fix HttpServlet3RequestFactory Logout Handlers
...
Previously there was a problem with Servlet API logout integration
when Servlet API was configured before log out.
This ensures that logout handlers is a reference to the logout handlers
vs copying the logout handlers. This ensures that the ordering does not
matter.
Closes gh-4760
2020-03-30 22:19:58 -05:00