Commit Graph

7679 Commits

Author SHA1 Message Date
Rob Winch
a135841a02 rm .github/workflows for unsupported branch 2025-05-02 12:34:52 -05:00
Josh Cummings
805922284f Add End-of-Life Notice 2020-10-07 12:11:11 -06:00
Josh Cummings
4ba9382abb Remove from CI 2020-10-07 12:10:58 -06:00
Josh Cummings
ffa9215407 Next Development Version 2020-10-07 11:54:12 -06:00
Josh Cummings
3baf24aaad Release 5.1.13.RELEASE 2020-10-07 10:47:53 -06:00
Eleftheria Stein
192aa71b96 Update to Hibernate Validator 6.0.21
Closes gh-9077
2020-10-02 10:40:34 +02:00
Eleftheria Stein
b1494c3f77 Update to org.aspectj 1.9.6
Closes gh-9076
2020-10-02 10:40:14 +02:00
Eleftheria Stein
a9dcf724dc Update to Jackson Databind 2.9.10.6
Closes gh-9074
2020-10-02 10:39:46 +02:00
Eleftheria Stein
8acd0950bf Update to Spring Boot 2.1.17.RELEASE
Closes gh-9078
2020-10-02 10:39:22 +02:00
Eleftheria Stein
1d273f7832 Update to GAE 1.9.82
Closes gh-9075
2020-10-02 10:39:00 +02:00
Eleftheria Stein
1c06403bb4 Update to Spring Data Lovelace-SR20
Closes gh-9073
2020-10-02 10:38:15 +02:00
Eleftheria Stein
517f566940 Update to Spring Framework 5.1.18
Closes gh-9072
2020-10-02 10:37:51 +02:00
Eleftheria Stein
1a128bdd1c Update to Reactor Californium-SR21
Closes gh-9071
2020-10-02 10:37:07 +02:00
Malyshau Stanislau
1261a5aedf Add try-with-resources to close stream
Closes gh-9041
2020-09-29 08:48:58 -06:00
Artem Grankin
9f9d334d12 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:21:49 -06:00
Josh Cummings
486722e5c0 Revert "Create the CSRF token on the bounded elactic scheduler"
This reverts commit 5bce912446.
2020-09-24 13:58:10 -06:00
ilee
41e6347523 Update ssl setup guide link in tomcat server 2020-09-24 13:54:30 -06:00
Tomoki Tsubaki
5bce912446 Create the CSRF token on the bounded elactic scheduler
The CSRF token is generated by UUID.randomUUID() which is I/O blocking operation.
This commit changes the subscriber thread to the bounded elactic scheduler.

Closes gh-9018
2020-09-16 09:21:38 -06:00
Josh Cummings
dfa741f6a4 Next Development Version 2020-08-05 09:55:32 -06:00
Josh Cummings
8407ba4f4d Release 5.1.12.RELEASE 2020-08-05 08:59:44 -06:00
Josh Cummings
7bdd1b4d83 Update to Spring Ldap 2.3.3
Closes gh-8943
2020-08-05 09:01:25 -06:00
Josh Cummings
1a2e9390ca Update to Hibernate Validator 6.0.20
Closes gh-8942
2020-08-05 09:01:18 -06:00
Josh Cummings
8a3f5d5ffe Update to Hibernate Entitymanager 5.3.17
Closes gh-8941
2020-08-05 09:01:09 -06:00
Josh Cummings
010817e9e1 Update to Groovy 2.4.20
Closes gh-8940
2020-08-05 09:01:03 -06:00
Josh Cummings
3dcd022f93 Update to Spring Boot 2.1.16.RELEASE
Closes gh-8939
2020-08-05 09:00:52 -06:00
Josh Cummings
7f5b24bed0 Update to Google App Engine 1.9.81
Closes gh-8938
2020-08-05 09:00:44 -06:00
Josh Cummings
670c99e7ea Update to Jackson Databind 2.9.10.5
Closes gh-8937
2020-08-05 09:00:37 -06:00
Josh Cummings
641de854d7 Update to Project Reactor Californium-SR20
Closes gh-8936
2020-08-05 09:00:29 -06:00
Josh Cummings
1f386b1db3 Update to Spring Framework 5.1.17
Closes gh-8935
2020-08-05 09:00:20 -06:00
Josh Cummings
4f0172d0f0 Update to Spring Data Lovelace-SR19
Closes gh-8934
2020-08-05 08:59:44 -06:00
Dávid Kováč
ca272e4267 Resolve Bearer token after subscribing to publisher
Bearer token was resolved immediately after calling method convert. In situations when malformed token was provided or authorization header and access token query param were present in request exception was thrown instead of signalling error.
After this change Bearer token is resolved on subscription and invalid states are handled by signaling error to subscriber.

Closes gh-8865
2020-08-03 11:11:56 -05:00
Josh Cummings
d956ebf59b Fix Broken Test
Issue gh-8589
2020-07-31 13:45:10 -06:00
Josh Cummings
acfe4bdcfb Polish to Avoid NPE
Issue gh-5648

Co-authored-by: MattyA <mat.auburn@gmail.com>
2020-07-31 09:00:24 -06:00
Josh Cummings
48a0514965 Additional Jwt Validation Debug Messages
Closes gh-8589

Co-authored-by: MattyA <mat.auburn@gmail.com>
2020-07-31 09:00:16 -06:00
Josh Cummings
e937366f50 Polish WebSecurityConfigurerAdapter JavaDoc
Issue gh-8784
2020-07-20 15:25:02 -06:00
Romil Patel
0c85dd9cd1 WebSecurityConfigurerAdapter JavaDoc
Closes gh-8784
2020-07-20 15:24:59 -06:00
Josh Cummings
7e7f85c18c Polish Bearer Token Padding
Issue gh-8502
2020-07-16 13:15:06 -06:00
kothasa
157498bf44 Bearer Token Padding
Closes gh-8502
2020-07-16 13:13:04 -06:00
wangsong
ce4345b0ed Fix ProviderManager Javadoc typo
Closes gh-8800
2020-07-07 17:17:39 -05:00
Rob Winch
7859970ff6 LoginPageGeneratingWebFilter honors context path
Closes gh-8807
2020-07-07 14:02:32 -05:00
Ellie Bahadori
fa09295fd6 Use Github Actions workflow for PRs and remove Travis
Closes gh-8717
2020-06-30 05:23:30 -04:00
Rob Winch
9a8d324d72 Better scp Retry Settings 2020-06-25 11:36:36 -05:00
Evgeniy Cheban
6f4d05193e DefaultWebSecurityExpressionHandler uses RoleHierarchy bean
Fixes gh-7059
2020-06-10 17:20:52 -04:00
Joe Grandja
e146a7c16b OAuth2LoginAuthenticationWebFilter should handle OAuth2AuthorizationException
Issue gh-8609
2020-06-09 17:10:07 -04:00
Joe Grandja
a372ec9ef5 OAuth2AuthorizationCodeGrantWebFilter should handle OAuth2AuthorizationException
Fixes gh-8609
2020-06-09 17:10:07 -04:00
Eleftheria Stein
0b0abfb911 Next development version 2020-06-03 18:04:07 -04:00
Eleftheria Stein
37568780a1 Release 5.1.11.RELEASE 2020-06-03 17:48:40 -04:00
Josh Cummings
d80b1865a5 Polish setAllowedHostnames
Added JavaDoc to method, including @since attribute

Issue gh-4310
2020-06-03 08:54:06 -06:00
Eddú Meléndez
52c80c78e5 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:53:59 -06:00
Eleftheria Stein
ded83cc1b3 Update to jaxb-impl 2.3.3
Fixes gh-8634
2020-06-02 18:45:14 -04:00