Josh Cummings
ca353d6781
Use noNullElements
...
Collection#contains(null) does not work for all collection types
Closes gh-10703
2022-01-14 15:19:13 -07:00
Marcus Da Coregio
a763382c3e
Make source code compatible with JDK 8
...
Closes gh-10695
2022-01-12 17:26:25 -03:00
Marcus Da Coregio
60595f2801
Fix @since tag
...
Issue gh-10590, gh-10554
2022-01-06 13:22:58 -03:00
Marcus Da Coregio
ba810e468f
Configure WebInvocationPrivilegeEvaluator bean for multiple filter chains
...
Closes gh-10554
2022-01-05 14:01:57 -03:00
Marcus Da Coregio
40dfe8f259
Add RequestMatcherEntry
2022-01-05 14:00:47 -03:00
Marcus Da Coregio
b448954f43
Introduce AuthorizationManagerWebInvocationPrivilegeEvaluator
...
Closes gh-10590
2022-01-05 13:57:36 -03:00
Marcus Da Coregio
b0c7d7703b
Next development version
2021-12-20 11:02:26 -03:00
Marcus Da Coregio
5bc0537f1b
Release 5.5.4
2021-12-20 10:18:36 -03:00
Marcus Da Coregio
355bf8ddee
Update spring-ldap-core to 2.3.5.RELEASE
...
Closes gh-10641
2021-12-20 10:02:03 -03:00
Marcus Da Coregio
05585a5f13
Update org.springframework.data to 2021.0.7
...
Closes gh-10640
2021-12-20 10:02:00 -03:00
Marcus Da Coregio
00d350608a
Update org.springframework to 5.3.14
...
Closes gh-10639
2021-12-20 10:01:58 -03:00
Marcus Da Coregio
906c520fa0
Update org.jetbrains.kotlin to 1.5.32
...
Closes gh-10638
2021-12-20 10:01:55 -03:00
Marcus Da Coregio
ca19601f8b
Update cas-client-core to 3.6.4
...
Closes gh-10637
2021-12-20 10:01:52 -03:00
Marcus Da Coregio
bdd4d05ce2
Update hsqldb to 2.6.1
...
Closes gh-10636
2021-12-20 10:01:50 -03:00
Marcus Da Coregio
0eec932917
Update hibernate-entitymanager to 5.4.33
...
Closes gh-10635
2021-12-20 10:01:47 -03:00
Marcus Da Coregio
af5c1761e8
Update io.projectreactor to 2020.0.14
...
Closes gh-10633
2021-12-20 10:01:42 -03:00
Marcus Da Coregio
491989c692
Update jackson-bom to 2.12.6
...
Closes gh-10630
2021-12-20 10:01:34 -03:00
Marcus Da Coregio
731069a69a
Update logback-classic to 1.2.9
...
Closes gh-10629
2021-12-20 10:01:31 -03:00
Steve Riesenberg
47b8860681
Update copyright year
...
Issue gh-10557
2021-12-01 17:36:52 -06:00
Steve Riesenberg
828cac8889
Fix case sensitive headers comparison
...
Closes gh-10557
2021-12-01 15:19:33 -06:00
Jonas Erbe
aefd2d497c
Fix JwtClaimValidator wrong error code
...
Previously JwtClaimValidator returned the invalid_request error on claim validation failure.
But validators have to return invalid_token errors on failure according to:
https://datatracker.ietf.org/doc/html/rfc6750#section-3.1 .
Also see gh-10337
Closes gh-10337
2021-11-29 12:22:30 -07:00
Henning Poettker
775bf91c77
Fix return type for NoOpPasswordEncoder bean in documentation
2021-11-23 14:14:41 -03:00
Marcus Da Coregio
2bf7a5ae80
Improve log message when no CSRF token found
...
Closes gh-10436
2021-11-19 08:37:25 -03:00
Josh Cummings
c495ff8759
Fix AuthnRequestConverter Sample Typos
...
Closes gh-10364
2021-11-18 13:37:45 -07:00
Josh Cummings
b7a12e1b80
Fix setJWTClaimSetJWSKeySelector Typo
...
Closes gh-10504
2021-11-16 15:34:40 -07:00
Josh Cummings
670d10dadd
Fix jwtDecoder Documentation Usage
...
Closes gh-10505
2021-11-16 15:21:05 -07:00
Josh Cummings
72db6a20c9
Don't Cache ReactiveJwtDecoders Errors
...
Closes gh-10444
2021-11-10 17:44:15 -07:00
Marcus Da Coregio
00f4033b9b
Update DefaultWebInvocationPrivilegeEvaluator to use current ServletContext
...
Closes gh-10208
2021-10-22 13:22:12 -03:00
Steve Riesenberg
ddb59d439f
Update io.spring.javaformat to 0.0.29
...
Closes gh-10411
2021-10-22 10:19:35 -05:00
Rob Winch
e4a76b0ec9
Checkstyle Fixes
...
- Javadoc tag ordering
- Private constructors before inner classes
Issue gh-10394
2021-10-22 10:19:34 -05:00
Steve Riesenberg
78e8507af7
Next Development Version
2021-10-18 14:51:43 -05:00
Steve Riesenberg
13e7c9f58d
Release 5.5.3
2021-10-18 14:48:01 -05:00
Steve Riesenberg
14e6d8ad49
Revert "Update io.spring.javaformat to 0.0.29"
...
This reverts commit fafde0910f
.
2021-10-18 14:23:51 -05:00
Steve Riesenberg
d1a27676df
Update org.springframework.data to 2021.0.6
...
Closes gh-10417
2021-10-18 14:20:16 -05:00
Steve Riesenberg
844879b84d
Update org.springframework to 5.3.11
...
Closes gh-10416
2021-10-18 14:20:14 -05:00
Steve Riesenberg
d5efbd34b5
Update org.jetbrains.kotlinx to 1.5.2
...
Closes gh-10415
2021-10-18 14:20:11 -05:00
Steve Riesenberg
b9ef11d228
Update org.jetbrains.kotlin to 1.5.31
...
Closes gh-10414
2021-10-18 14:20:09 -05:00
Steve Riesenberg
d9b1df8b65
Update org.eclipse.jetty to 9.4.44.v20210927
...
Closes gh-10413
2021-10-18 14:20:07 -05:00
Steve Riesenberg
020dd90566
Update io.spring.nohttp to 0.0.10
...
Closes gh-10412
2021-10-18 14:20:05 -05:00
Steve Riesenberg
fafde0910f
Update io.spring.javaformat to 0.0.29
...
Closes gh-10411
2021-10-18 14:20:02 -05:00
Steve Riesenberg
b2db2bdb2a
Update r2dbc-spi-test to 0.8.6.RELEASE
...
Closes gh-10410
2021-10-18 14:20:00 -05:00
Steve Riesenberg
cce1c16555
Update io.projectreactor to 2020.0.12
...
Closes gh-10408
2021-10-18 14:19:56 -05:00
Steve Riesenberg
e969c363c0
Update jackson-bom to 2.12.5
...
Closes gh-10405
2021-10-18 14:19:49 -05:00
Steve Riesenberg
764e696026
Update logback-classic to 1.2.6
...
Closes gh-10404
2021-10-18 14:19:48 -05:00
Josh Cummings
6e86fab19d
Restructure SwitchUserFilter Logs
...
Issue gh-6311
2021-10-18 13:02:42 -05:00
Emil Sierżęga
1a3e80506c
Fixed link in .editorconfig
2021-10-13 15:37:32 -06:00
Dávid Kováč
eb0597154d
Update JavaDoc according to implementation
...
Update ClaimAccessor#getClaimAsMap and ClaimAccessor#getClaimAsStringList
JavaDoc according to the current implementation
Closes gh-10117
2021-10-13 13:13:44 -06:00
Josh Cummings
97dfabe92e
Polish SecurityNamespaceHandler Tests
...
Issue gh-8974
2021-10-13 11:37:06 -06:00
Emil Sierżęga
944463e19a
SecurityNamespaceHandler: update schema version to 5.5
...
Closes gh-8974
2021-10-13 11:35:25 -06:00
Marcus Da Coregio
816e847af2
Allow SAML 2.0 loginProcessingURL without registrationId
...
Closes gh-10176
2021-10-05 12:54:39 -03:00