Nick Hitchan
290786438c
Add Support for JWK Signature Algorithm Discovery
...
Issue gh-7160
2020-10-09 13:09:38 -06:00
Rob Winch
4ffc3d6ceb
Update Link Text for Getting Spring Security
2020-10-08 09:48:58 -05:00
Rob Winch
0732478d4a
Fix Downloading Section
...
The previous link only pointed to the Spring Wiki for Maven repositories. Now it
points to the Getting Spring Security Section of the reference documentation
2020-10-08 09:48:06 -05:00
Josh Cummings
ce68431037
Bump Schema, Serialization, and Taglib to 5.5
2020-10-07 17:17:58 -06:00
Josh Cummings
2edc955939
Begin 5.5 Development
2020-10-07 16:06:14 -06:00
Josh Cummings
f87101ae22
Update RSocket Sample to RSocket 1.1.0-M2
...
Closes gh-9112
2020-10-07 16:01:19 -06:00
Josh Cummings
6cb41fb777
Update to Kotlin 1.4.10
...
Closes gh-9111
2020-10-07 16:01:14 -06:00
Josh Cummings
8382f458f0
Update to AspectJ 1.9.6
...
Closes gh-9110
2020-10-07 16:01:08 -06:00
Josh Cummings
5706c0f072
Update to Google App Engine 1.9.82
...
Closes gh-9109
2020-10-07 16:01:01 -06:00
Josh Cummings
9677bd83b1
Update to Spring JavaFormat 0.0.25
...
Closes gh-9108
2020-10-07 16:00:55 -06:00
Josh Cummings
0f5125724c
Update to Spring Boot 2.4.0-M3
...
Closes gh-9107
2020-10-07 16:00:42 -06:00
Josh Cummings
a2aeb95b59
Update What's New Link
...
Issue gh-9038
2020-10-06 09:05:18 -06:00
Eleftheria Stein
320567128a
Add expression based Kotlin samples
...
Issue gh-8172
2020-10-01 17:58:25 +02:00
Eleftheria Stein
0286d368c3
Add authentication event Kotlin samples
...
Issue gh-8172
2020-10-01 17:58:25 +02:00
Eleftheria Stein
669587409f
Add Controller Kotlin sample for form login
...
Issue gh-8172
2020-10-01 17:58:25 +02:00
Josh Cummings
a6d19474c4
Add Header and Parameter Value Documentation
...
Closes gh-9038
2020-09-30 20:50:29 -06:00
Ellie Bahadori
7ef3f61924
Add build scans to PR builds
2020-09-30 10:20:12 -04:00
Malyshau Stanislau
6d14482378
Add try-with-resources to close stream
...
Closes gh-9041
2020-09-29 08:25:45 -06:00
Artem Grankin
dc5f2444ae
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:04:59 -06:00
Josh Cummings
bdfd6f9f92
Remove Unused Code
...
Issue gh-8887
2020-09-28 13:07:48 -06:00
Josh Cummings
c0378b9d35
Set LDAP Samples to Use Zero Port
...
Issue gh-8762
2020-09-26 15:17:52 -06:00
Josh Cummings
bcfbd2dee5
Remove Unused Code
...
Issue gh-8877
2020-09-26 09:06:28 -06:00
Josh Cummings
a36baffb3a
Polish OpenSamlAuthenticationRequestFactory
...
- Refactored to use SAMLMetadataSignatureSigningParametersResolver
Issue gh-7758
2020-09-26 09:06:24 -06:00
Josh Cummings
2ee455b7bf
Add EntitiesDescriptor Support
...
Closes gh-9051
2020-09-25 16:23:18 -06:00
ilee
c2d8939cf7
Update ssl setup guide link in tomcat server
2020-09-24 13:51:27 -06:00
Geonu Jeon
fd615535b3
fix comment of authenticationFailureHandler
2020-09-24 05:18:22 -04:00
Phillip Webb
c502312719
Replace expected @Test attributes with AssertJ
...
Replace JUnit expected @Test attributes with AssertJ calls.
2020-09-22 16:13:51 -06:00
Phillip Webb
20baa7d409
Replace ExpectedException @Rules with AssertJ
...
Replace JUnit ExpectedException @Rules with AssertJ calls.
2020-09-22 16:13:51 -06:00
Phillip Webb
910b81928f
Replace try/catch with AssertJ
...
Replace manual try/catch/fail blocks with AssertJ calls.
2020-09-22 16:13:51 -06:00
uy-rrodriguez
d9276ed8f3
Quick javadoc fix for DelegatingPasswordEncoder
...
Quick fix for the javadoc of `UnmappedIdPasswordEncoder` in `DelegatingPasswordEncoder.java`, which appeared incomplete.
2020-09-21 08:05:05 -04:00
Josh Cummings
b667cbbb86
Align Raw Types
...
Closes gh-9026
2020-09-18 16:21:53 -06:00
Eleftheria Stein
019c27b0a0
Add servlet HTTP exploit samples
...
Issue gh-8172
2020-09-18 14:44:33 +02:00
Eleftheria Stein
f26387a4b7
Add reactive HTTP exploit samples
...
Issue gh-8172
2020-09-18 14:44:10 +02:00
Eleftheria Stein
72acc2959e
Add servlet CSRF Kotlin samples
...
Issue gh-8172
2020-09-18 14:14:32 +02:00
Eleftheria Stein
a5b97bb569
Prevent NullPointerException when session ID changes
...
The old session ID may not exist in the session registry if the user is not authenticated.
Closes gh-9011
2020-09-18 10:51:12 +02:00
Joe Grandja
6e6d382357
Adapt to WebClient's new exception wrapping
...
See https://github.com/spring-projects/spring-framework/issues/23842
Closes gh-9031
2020-09-17 12:21:51 -04:00
Tomoki Tsubaki
65f788532e
Fix broken Mono chain
...
This commit restore broken Mono chain in WebSessionServerCsrfTokenRepository.generateToken(ServerWebExchange).
Closes gh-9017
2020-09-16 09:53:23 -06:00
Tomoki Tsubaki
2c297fbd63
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 08:48:00 -06:00
Joe Grandja
57c5ec26e7
Next Development Version
2020-09-09 18:14:25 -04:00
Joe Grandja
7b1f574769
Revert "Lock Dependency Versions for 5.4.0"
...
This reverts commit 3d0e459182
.
2020-09-09 18:14:12 -04:00
Joe Grandja
651c94b385
Disable parallel deployment build in Jenkins
...
Added --no-parallel to deployArtifacts and finalizeDeployArtifacts as the artifacts were being deployed in separate staging repositories in Nexus OSS.
2020-09-09 15:04:15 -04:00
Joe Grandja
7681fa657e
Release 5.4.0
2020-09-09 13:48:15 -04:00
Joe Grandja
3d0e459182
Lock Dependency Versions for 5.4.0
2020-09-09 13:45:03 -04:00
Josh Cummings
6222c5fe34
Add What's New in 5.4
...
Closes gh-9001
2020-09-09 13:27:22 -04:00
Joe Grandja
edecb47980
Set springDataVersion to Neumann-SR+
...
Closes gh-9007
2020-09-09 12:35:28 -04:00
Joe Grandja
8615c4a601
Set rsocketVersion to 1.0.+
...
Closes gh-9006
2020-09-09 12:34:57 -04:00
Joe Grandja
94bc19747d
Polish "Add Spring Checkstyle with all checks disabled"
...
Commit aea0fea5d9
Issue gh-8945
2020-09-09 12:34:43 -04:00
Eleftheria Stein
4e2a050c14
Customizer for WebSecurity
...
Closes gh-8978
2020-09-09 09:34:52 -04:00
Josh Cummings
bf067d679f
Add Logging to Resource Server
...
Closes gh-9000
2020-09-08 13:09:33 -06:00
Eleftheria Stein
593a556991
Remove broken link from docs
...
Closes gh-8986
2020-09-07 14:07:42 +02:00