Rob Winch
24fd9579c5
Delay AuthenticationPrincipalArgumentResolver Creation
...
Use ObjectProvider<AuthenticationPrincipalArgumentResolver> to delay its
lookup.
Closes gh-8613
2020-05-29 16:51:47 -05:00
Eleftheria Stein
a6dd119266
Mock request with non-standard HTTP method in test
...
Fixes gh-8594
2020-05-26 11:32:27 -04:00
justmehyp
774ea6980b
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:24 -05:00
Maksim Vinogradov
279ddbe223
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:07:54 -05:00
Dávid Kovács
eaaee899fc
Object ID Identicy conversion to long fails on old schema
...
This change fixed a bug which tried to convert non-string object as string
Fixes gh-7621
2020-05-19 13:45:23 -05:00
cbornet
21c1d98f64
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:06:45 -05:00
Artyom Tarynin
9f33ce312a
Update AntPathRequestMatcher.java
...
Fixes gh-8512
2020-05-14 10:05:52 -04:00
Dávid Kovács
e382c269ef
Document NoOpPasswordEncoder will not be removed
...
This commit adds extension to deprecation notice.
Fixes gh-8506
2020-05-13 12:56:04 -05:00
Rob Winch
ce7c501f9c
AbstractUserDetailsReactiveAuthenticationManager uses boundidElastic()
...
Some JVMs have blocking operations when accessing SecureRandom and thus
this needs to be performed in a pool that is larger than the number of
CPUs
Closes gh-7522
2020-05-12 13:24:47 -05:00
Rob Winch
bd93616567
Fix non-standard HTTP method for CsrfWebFilter
...
Closes gh-8452
2020-05-12 13:18:01 -05:00
Eleftheria Stein
f9872d3dee
Next Development Version
2020-05-06 15:59:24 -04:00
Eleftheria Stein
b7212bd975
Release 5.2.4.RELEASE
2020-05-06 15:16:32 -04:00
Eleftheria Stein
50da82d88d
Temporarily build against Framework 5.2.x snapshot
...
Issue: gh-8489
2020-05-06 14:43:53 -04:00
Eleftheria Stein
3ed31400f7
Update SAML2 errors in integration tests
2020-05-06 14:16:41 -04:00
Josh Cummings
69b1bc62ff
Polish OpenSamlAuthenticationProvider
...
- Use type-safe CriteriaSet
- Keep Assertion immutable
Closes gh-8471
2020-05-06 14:15:45 -04:00
Eleftheria Stein
f43d00fac6
Update to Byte Buddy 1.9.16
...
Closes gh-8481
2020-05-05 17:50:07 -04:00
Eleftheria Stein
01cce49ee5
Upgrade to embedded Apache Tomcat 9.0.34
...
Closes gh-8469
2020-05-05 17:48:03 -04:00
Eleftheria Stein
6ccc18fde2
Update to Jackson 2.10.4
...
Closes gh-8466
2020-05-05 17:47:08 -04:00
Eleftheria Stein
d34f7a8474
Update to org.powermock 2.0.7
...
Closes gh-8465
2020-05-05 17:46:12 -04:00
Eleftheria Stein
ba78fae246
Update RSocket to 1.0.0-RC7
...
Closes gh-8468
2020-05-05 17:45:37 -04:00
Eleftheria Stein
98922b001a
Update to Spring Data Moore-SR7
...
Closes gh-8462
2020-05-05 17:44:33 -04:00
Eleftheria Stein
19a4386e49
Update to Spring Framework 5.2.6.RELEASE
...
Closes gh-8463
2020-05-05 17:43:43 -04:00
Eleftheria Stein
4fa67a1d9b
Update to Reactor Dysprosium-SR7
...
Closes gh-8464
2020-05-05 17:43:00 -04:00
Eleftheria Stein
94fd7e3a2b
Update to GAE 1.9.80
...
Closes gh-8467
2020-05-05 17:41:43 -04:00
Eleftheria Stein
e9e736d1e6
Clean up Javadoc
...
Fixes gh-8480
2020-05-05 17:34:14 -04:00
Dávid Kovács
c399185365
Add ROLE_INFRASTRUCTURE to infrastructure beans
...
Closes gh-8407
2020-04-27 09:02:54 -05:00
Dávid Kovács
93a1fc104c
ActiveDirectoryLdapAuthenticationProvider uses InternalAuthenticationServiceException
...
Closes gh-2884
2020-04-24 10:20:35 -05:00
Julian Müller
9dd68f86d3
Enables empty authorityPrefix
...
- docs stated that empty authorityPrefix are allowed but implementation denied to use `""`
- commit removes the `hasText`-limitation but restricts to `notNull`
Fixes gh-8421
2020-04-22 08:55:54 -05:00
Souphorn
01f904895e
Fix typo with correct capitalization
...
Closes gh-8406
2020-04-17 12:13:32 -04:00
Josh Cummings
067cb4579e
Polish OpenSamlAuthenticationProviderTests
...
- Add missing assertion
Issue gh-6019
2020-04-17 09:29:39 -06:00
Rob Winch
7b34b223e6
Logout defaults to use Global SecurityContextServerLogoutHandler
...
Closes gh-8375
2020-04-13 16:38:05 -05:00
Rob Winch
52ed597f4c
Fix example in javadoc of FilterChainProxy
...
Closes gh-8344
2020-04-08 09:14:02 -05:00
Alan Czajkowski
564d5644c9
BCryptPasswordEncoder rawPassword cannot be null
...
Closes gh-8317
2020-04-07 13:46:13 -05:00
hotire
f011c36ba4
Fix typo in Javadoc of ServerHttpSecurity#hasAuthority
...
Closes gh-8336
2020-04-06 14:20:19 -05:00
Eleftheria Stein
bb654fdcdf
Fix HttpSecurity Javadoc
...
Fixes gh-4404
2020-04-02 11:41:15 -04:00
Eleftheria Stein
30a63026f8
Next Development Version
2020-04-01 14:26:04 -04:00
Eleftheria Stein
f93e5afe16
Release 5.2.3.RELEASE
2020-04-01 12:35:09 -04:00
Eleftheria Stein
7b5bdac74d
Update to OpenSAML 3.4.5
...
Fixes gh-8278
2020-04-01 10:01:53 -04:00
Eleftheria Stein
80a16e828f
Update to hibernate-entitymanager 5.4.13.Final
...
Fixes gh-8277
2020-04-01 10:01:20 -04:00
Eleftheria Stein
ed133d4b8d
Update to hibernate-core 5.2.18.Final
...
Fixes gh-8276
2020-04-01 10:00:41 -04:00
Eleftheria Stein
433646b551
Update blockhound to 1.0.3.RELEASE
...
Fixes gh-8275
2020-04-01 09:59:58 -04:00
Eleftheria Stein
dd6974812f
Update to unboundid-ldapsdk 4.0.14
...
Fixes gh-8274
2020-04-01 09:59:33 -04:00
Eleftheria Stein
97f1e368ee
Update to reactive-streams 1.0.3
...
Fixes gh-8279
2020-04-01 09:58:19 -04:00
Eleftheria Stein
7018e7ec51
Update to Jackson 2.10.3
...
Fixes gh-8258
2020-04-01 09:16:29 -04:00
Eleftheria Stein
0313757846
Update to okhttp 3.14.7
...
Fixes gh-8259
2020-04-01 09:15:38 -04:00
Eleftheria Stein
a021cd3fd5
Update to mockwebserver 3.14.7
...
Fixes gh-8257
2020-04-01 09:15:12 -04:00
Eleftheria Stein
a57f4bb025
Update RSocket to 1.0.0-RC6
...
Fixes gh-8256
2020-04-01 09:14:38 -04:00
Eleftheria Stein
a02cd9d9e3
Upgrade to embedded Apache Tomcat 9.0.33
...
Fixes gh-8254
2020-04-01 09:13:59 -04:00
Eleftheria Stein
eacede6171
Update to httpclient 4.5.12
...
Fixes gh-8253
2020-04-01 09:12:31 -04:00
Eleftheria Stein
08b635a85a
Update to org.powermock 2.0.6
...
Fixes gh-8255
2020-04-01 09:12:07 -04:00