9811 Commits

Author SHA1 Message Date
Marcus Da Coregio
3d4e90ba2a Lock Dependencies for Release 2021-12-20 16:03:13 -03:00
Eleftheria Stein
7e34c6a045 Fix reactive resource server tests
Closes gh-10660
2021-12-20 15:41:22 -03:00
Eleftheria Stein
60e1db16ab Release 5.2.15.RELEASE 5.2.15.RELEASE 2021-12-20 20:40:02 +02:00
Eleftheria Stein
923a14c3f5 Fix reactive resource server tests
Closes gh-10660
2021-12-20 20:34:37 +02:00
Eleftheria Stein
1a4be6dd4b Update to AspectJ 1.9.7
Closes gh-10645
2021-12-20 20:27:13 +02:00
Eleftheria Stein
146e43aeb2 Update to Google App Engine 1.9.93
Closes gh-10644
2021-12-20 20:24:21 +02:00
Eleftheria Stein
a6cd8ba142 Make gretty samples compatible with logback 1.2.9
Closes gh-10643
2021-12-20 20:22:43 +02:00
Eleftheria Stein
3d4ad5fe50 Make gretty samples compatible with logback 1.2.9
Explicitly reference the logback.xml file to prevent gretty from configuring the defaults using groovy.

Issue gh-10642
2021-12-20 14:10:48 -03:00
Eleftheria Stein
3a3399d388 Make gretty samples compatible with logback 1.2.9
Explicitly reference the logback.xml file to prevent gretty from configuring the defaults using groovy.

Issue gh-10642
2021-12-20 19:06:45 +02:00
Eleftheria Stein
0e06882b3f Update logback to 1.2.9
Closes gh-10642
2021-12-20 19:05:57 +02:00
Eleftheria Stein
7803089462 Next development version 2021-12-20 16:32:20 +02:00
Eleftheria Stein
58cba234c0 Revert "Next development version"
This reverts commit b856e90f8bb334aa8ae100240016e8967fcf01fd.
2021-12-20 16:31:52 +02:00
Eleftheria Stein
b856e90f8b Next development version 2021-12-20 16:30:07 +02:00
Eleftheria Stein
3f7041a8d9 Release 5.2.14.RELEASE 5.2.14.RELEASE 2021-12-20 13:28:54 +02:00
Eleftheria Stein
ed03fe8154 Update to GAE 1.9.93
Closes gh-10628
2021-12-20 13:25:41 +02:00
Eleftheria Stein
21c01084ab Upgrade jboss jandex to 2.0.5.Final
Closes gh-10622
2021-12-20 12:57:59 +02:00
Eleftheria Stein
8922103d12 Upgrade jboss logging to 3.3.3.Final
Closes gh-10623
2021-12-20 12:57:33 +02:00
Eleftheria Stein
c7727891e3 Update to hibernate-entitymanager 5.4.33
Closes gh-10624
2021-12-20 12:56:58 +02:00
Eleftheria Stein
ee4bb21f6a Upgrade httpmime to 4.5.13
Closes gh-10627
2021-12-20 12:56:13 +02:00
Eleftheria Stein
1739a4f339 Upgrade httpcore to 4.4.15
Closes gh-10626
2021-12-20 12:55:18 +02:00
Eleftheria Stein
9d9c8956e3 Upgrade attoparser to 2.0.5.RELEASE
Closes gh-10625
2021-12-20 12:54:53 +02:00
Eleftheria Stein
e11f90bb33 Upgrade Unbescape to 1.1.6.RELEASE
Closes gh-10621
2021-12-20 12:54:13 +02:00
Eleftheria Stein
0eb7ad597c Update to thymeleaf-spring5 3.0.14
Closes gh-10620
2021-12-20 12:40:53 +02:00
Eleftheria Stein
9c892c1c35 Update to embedded Tomcat websocket 8.5.73
Closes gh-10619
2021-12-20 12:37:39 +02:00
Eleftheria Stein
c92dd46378 Upgrade to embedded Apache Tomcat 9.0.56
Closes gh-10618
2021-12-20 12:35:51 +02:00
Eleftheria Stein
f3c28cca77 Upgrade Reactor to Dysprosium-SR25
Closes gh-10617
2021-12-20 12:33:19 +02:00
Eleftheria Stein
0f177a9964 Upgrade Spring Framework to 5.2.19.RELEASE
Closes gh-10616
2021-12-20 12:32:33 +02:00
Steve Riesenberg
65b3584ac6 Update copyright year
Issue gh-10557
2021-12-01 17:38:23 -06:00
Steve Riesenberg
fa5b8c6090 Update copyright year
Issue gh-10557
2021-12-01 17:37:56 -06:00
Steve Riesenberg
0be66d2cc0 Update copyright year
Issue gh-10557
2021-12-01 17:37:17 -06:00
Steve Riesenberg
1d814f95d5 Fix case sensitive headers comparison
Closes gh-10557
2021-12-01 17:03:18 -06:00
Steve Riesenberg
414e096ae4 Fix case sensitive headers comparison
Closes gh-10557
2021-12-01 16:05:23 -06:00
Steve Riesenberg
3aa2a60f97 Fix case sensitive headers comparison
Closes gh-10557
2021-12-01 16:04:22 -06:00
Jonas Erbe
606bf6b38d 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.

Closes gh-10337
2021-11-29 13:30:38 -07:00
Jonas Erbe
5c732b9b7f 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:34:53 -07:00
Henning Poettker
fa82c00a67 Fix return type for NoOpPasswordEncoder bean in documentation 2021-11-23 14:15:14 -03:00
Marcus Da Coregio
01be7eca6e Improve log message when no CSRF token found
Closes gh-10436
2021-11-19 09:00:55 -03:00
Marcus Da Coregio
5a47e17a0d Improve log message when no CSRF token found
Closes gh-10436
2021-11-19 09:00:29 -03:00
Marcus Da Coregio
e05c9f4bba Improve log message when no CSRF token found
Closes gh-10436
2021-11-19 08:43:48 -03:00
Josh Cummings
bd42939b52 Fix AuthnRequestConverter Sample Typos
Closes gh-10364
2021-11-18 13:38:32 -07:00
Josh Cummings
ff7f8f913d Fix setJWTClaimSetJWSKeySelector Typo
Closes gh-10504
2021-11-16 15:35:34 -07:00
Josh Cummings
6fcee07527 Fix setJWTClaimSetJWSKeySelector Typo
Closes gh-10504
2021-11-16 15:35:22 -07:00
Josh Cummings
ef23337f90 Fix setJWTClaimSetJWSKeySelector Typo
Closes gh-10504
2021-11-16 15:35:10 -07:00
Josh Cummings
76aff9df62 Fix jwtDecoder Documentation Usage
Closes gh-10505
2021-11-16 15:22:55 -07:00
Josh Cummings
1b1c78f408 Fix jwtDecoder Documentation Usage
Closes gh-10505
2021-11-16 15:22:26 -07:00
Josh Cummings
e8bbe7a1ce Fix jwtDecoder Documentation Usage
Closes gh-10505
2021-11-16 15:21:59 -07:00
Josh Cummings
7b03fb5321 Don't Cache ReactiveJwtDecoders Errors
Closes gh-10444
2021-11-10 18:17:33 -07:00
Josh Cummings
f89a34c30b Don't Cache ReactiveJwtDecoders Errors
Closes gh-10444
2021-11-10 18:07:14 -07:00
Marcus Da Coregio
89db1c37a3 Update DefaultWebInvocationPrivilegeEvaluator to use current ServletContext
Closes gh-10208
2021-10-22 14:49:13 -03:00
Steve Riesenberg
f1e7744d42 Next Development Version 2021-10-19 00:49:21 -05:00