Eleftheria Stein
02e13dc93e
Provide artifactoryUsername/Password in docs and schema jobs
5 years ago
Eleftheria Stein
5315b2eeca
Resolve artifacts from Maven Central first
...
- Use spring-build-conventions:0.0.36
- Add https://repo.spring.io/release to reference
Closes gh-9367
5 years ago
Rob Winch
e6d6b39767
Constant Time Comparison for CSRF tokens
...
Closes gh-9291
5 years ago
Rob Winch
b08075a721
Fix CsrfWebFilter error message when expected CSRF not found
...
Closes gh-9337
5 years ago
Josh Cummings
0fc80a6a65
Renew Sample Certificate
...
Closes gh-9320
5 years ago
Ovidiu Popa
7d31837af3
OidcIdToken cannot be serialized to JSON if token contains claim of type JSONArray or JSONObject
...
ObjectToListStringConverter and ObjectToMapStringObjectConverter were checking if the source object is of type List or Map and if the first element or key is a String. If we have a JSONArray containing Strings the above check will pass, meaning that a JSONArray will be returned which is not serializable (same applies to JSONObject)
With this change, even if the check is passing a new List or Map will be returned.
Closes gh-9210
5 years ago
Josh Cummings
17276ad787
Next Development Version
5 years ago
Josh Cummings
7c2010f507
Revert "Lock Dependencies for 5.3.6"
...
This reverts commit a153012056 .
5 years ago
Josh Cummings
2975923a1d
Release 5.3.6.RELEASE
5 years ago
Josh Cummings
a153012056
Lock Dependencies for 5.3.6
5 years ago
Josh Cummings
a8fe846e7f
Update to Google App Engine 1.9.83
...
Closes gh-9247
5 years ago
Josh Cummings
02a9ee54a2
Update to Spring Boot 2.2.11
...
Closes gh-9246
5 years ago
Rob Winch
0f76a16ae5
Provide artifactoryUsername/Password
5 years ago
Rob Winch
82ba28ac74
Fix Snapshot Versions
5 years ago
Rob Winch
78f0f7bd33
Use artifactoryUsername/Password for plugin repositories
5 years ago
Rob Winch
ad4ed45cd7
Provide artifactoryUsername/Password
5 years ago
Rob Winch
0f9de738df
Update to spring-build-conventions:0.0.35.RELEASE
5 years ago
Hideaki Matsunami
3ba441ef50
add white space before strong notation.
5 years ago
Ayush Kohli
9ab21f88cd
Closes gh-8196
...
Add leveloffset
5 years ago
Josh Cummings
93c37e6b15
Update Test Controllers
...
Closes gh-9121
6 years ago
Josh Cummings
2dcfda7fac
Revert "Lock Dependencies for 5.3.5.RELEASE"
...
This reverts commit 846a5a962c .
6 years ago
Josh Cummings
8525ae0410
Next Development Version
6 years ago
Josh Cummings
989a162051
Release 5.3.5.RELEASE
6 years ago
Josh Cummings
846a5a962c
Lock Dependencies for 5.3.5.RELEASE
6 years ago
Josh Cummings
5bc0957d54
Update to AspectJ 1.9.6
...
Closes gh-9106
6 years ago
Josh Cummings
2b423b3505
Update to Google App Engine 1.9.82
...
Closes gh-9105
6 years ago
Josh Cummings
2f19e09531
Update to Spring Boot 2.2.10.RELEASE
...
Closes gh-9104
6 years ago
Malyshau Stanislau
6aed9408e1
Add try-with-resources to close stream
...
Closes gh-9041
6 years ago
Artem Grankin
dec0368b39
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
6 years ago
ilee
b2dd95fc3b
Update ssl setup guide link in tomcat server
6 years ago
Tomoki Tsubaki
e44471331b
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
6 years ago
Eleftheria Stein
4f849de399
Next development version
6 years ago
Eleftheria Stein
d8bef76a0f
Unlock dependencies
...
This reverts commit b619d298aa .
6 years ago
Eleftheria Stein
9187a7925e
Release 5.3.4.RELEASE
6 years ago
Eleftheria Stein
b619d298aa
Lock Dependencies for 5.3.4.RELEASE
6 years ago
Eleftheria Stein
ddeb68ff44
Update to Spring Boot 2.2.9.RELEASE
...
Closes gh-8922
6 years ago
Eleftheria Stein
49fa14c4c5
Update to GAE 1.9.81
...
Closes gh-8923
6 years ago
Eleftheria Stein
57f0a96e92
Update to nohttp 0.0.5.RELEASE
...
Closes gh-8924
6 years ago
Eleftheria Stein
cd78d384ea
Update to spring-build-conventions:0.0.34.RELEASE
...
Closes gh-8925
6 years ago
Dávid Kováč
d104490cb8
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
6 years ago
Josh Cummings
c2612a2f41
Remove unused import
...
Issue gh-8589
6 years ago
Josh Cummings
f3695932de
Polish to Avoid NPE
...
Issue gh-5648
Co-authored-by: MattyA <mat.auburn@gmail.com>
6 years ago
Josh Cummings
950769fa00
Additional Jwt Validation Debug Messages
...
Closes gh-8589
Co-authored-by: MattyA <mat.auburn@gmail.com>
6 years ago
Dennis Neufeld
57db8e5d4a
Add OAuth2AuthenticationException to allowlist
...
Add mixins for
- OAuth2AuthenticationException
- OAuth2Error
Closes gh-8797
6 years ago
Josh Cummings
5d8bac1971
Polish WebSecurityConfigurerAdapter JavaDoc
...
Issue gh-8784
6 years ago
Romil Patel
a55267f867
WebSecurityConfigurerAdapter JavaDoc
...
Closes gh-8784
6 years ago
Josh Cummings
9045636a4b
Polish Bearer Token Padding
...
Issue gh-8502
6 years ago
kothasa
09e154d8f2
Bearer Token Padding
...
Closes gh-8502
6 years ago
wangsong
6584b84b60
Fix ProviderManager Javadoc typo
...
Closes gh-8800
6 years ago
Rob Winch
070706d948
LoginPageGeneratingWebFilter honors context path
...
Closes gh-8807
6 years ago