Eleftheria Stein
f93e5afe16
Release 5.2.3.RELEASE
6 years ago
Eleftheria Stein
7b5bdac74d
Update to OpenSAML 3.4.5
...
Fixes gh-8278
6 years ago
Eleftheria Stein
80a16e828f
Update to hibernate-entitymanager 5.4.13.Final
...
Fixes gh-8277
6 years ago
Eleftheria Stein
ed133d4b8d
Update to hibernate-core 5.2.18.Final
...
Fixes gh-8276
6 years ago
Eleftheria Stein
433646b551
Update blockhound to 1.0.3.RELEASE
...
Fixes gh-8275
6 years ago
Eleftheria Stein
dd6974812f
Update to unboundid-ldapsdk 4.0.14
...
Fixes gh-8274
6 years ago
Eleftheria Stein
97f1e368ee
Update to reactive-streams 1.0.3
...
Fixes gh-8279
6 years ago
Eleftheria Stein
7018e7ec51
Update to Jackson 2.10.3
...
Fixes gh-8258
6 years ago
Eleftheria Stein
0313757846
Update to okhttp 3.14.7
...
Fixes gh-8259
6 years ago
Eleftheria Stein
a021cd3fd5
Update to mockwebserver 3.14.7
...
Fixes gh-8257
6 years ago
Eleftheria Stein
a57f4bb025
Update RSocket to 1.0.0-RC6
...
Fixes gh-8256
6 years ago
Eleftheria Stein
a02cd9d9e3
Upgrade to embedded Apache Tomcat 9.0.33
...
Fixes gh-8254
6 years ago
Eleftheria Stein
eacede6171
Update to httpclient 4.5.12
...
Fixes gh-8253
6 years ago
Eleftheria Stein
08b635a85a
Update to org.powermock 2.0.6
...
Fixes gh-8255
6 years ago
Eleftheria Stein
e3c3601cf6
Update to Spring Boot 2.2.6.RELEASE
...
Fixes gh-8252
6 years ago
Eleftheria Stein
1ca3ea3a71
Update to GAE 1.9.79
...
Fixes gh-8251
6 years ago
Eleftheria Stein
dbdf02e864
Update to Reactor Dysprosium-SR6
...
Fixes gh-8250
6 years ago
Eleftheria Stein
774dd7bb13
Update to Spring Data Moore-SR6
...
Fixes gh-8248
6 years ago
Eleftheria Stein
6a9585dc0d
Update to Spring Framework 5.2.5
...
Fixes gh-8249
6 years ago
Eleftheria Stein
298d40b7a5
Update tests to use absolute paths
...
Fixes gh-8260
6 years ago
Rob Winch
615f9a3f05
Fix HttpServlet3RequestFactory Logout Handlers
...
Previously there was a problem with Servlet API logout integration
when Servlet API was configured before log out.
This ensures that logout handlers is a reference to the logout handlers
vs copying the logout handlers. This ensures that the ordering does not
matter.
Closes gh-4760
6 years ago
Rob Winch
32c3353921
SpringTestContext returns ConfigurableWebApplicationContext
...
Closes gh-8233
6 years ago
Ruby Hartono
401597c673
Improve OAuth2LoginAuthenticationProvider
...
1. update OAuth2LoginAuthenticationProvider to use
OAuth2AuthorizationCodeAuthenticationProvider
2. apply fix gh-5368 for OAuth2AuthorizationCodeAuthenticationProvider
to return additionalParameters value from accessTokenResponse
Fixes gh-5633
6 years ago
Josh Cummings
258627eaee
SwitchUserFilter Defaults to POST
...
Fixes gh-4183
6 years ago
Eleftheria Stein
01f8eb3961
Update Encryptors documentation
...
Fixes gh-8208
6 years ago
Martin Nemec
a9a9c2c0fd
OAuth2 ClientRegistrations NPE fix when userinfo missing
...
Fixes gh-8187
6 years ago
Josh Cummings
cb7786bf97
Malformed Bearer Token Returns 401 for WebFlux
...
Fixes gh-7668
6 years ago
Joe Grandja
4706b16a2b
oauth2Login WebFlux does not auto-redirect for XHR request
...
Fixes gh-8118
6 years ago
Josh Cummings
98bd1a3f60
Polish Resource Server JWT Docs
...
Issue gh-5935
6 years ago
Joe Grandja
f06aa724bf
OAuth2ErrorHttpMessageConverter handles JSON object parameters
...
Fixes gh-8157
6 years ago
Joe Grandja
512ad9e7e4
Document AuthorizedClientServiceOAuth2AuthorizedClientManager
...
Fixes gh-8152
6 years ago
Eleftheria Stein
256aba7b37
Fix rsocket test
...
Request route that exists; add additional error message verification
Fixes gh-8154
6 years ago
Erik van Paassen
86e25ff2ab
Fix typo in Javadoc of HttpSecurity#csrf()
...
`HttpSecurity#csrf()` obviously returns a `CsrfConfigurer`, while the Javadoc states that it returns the `ServletApiConfigurer`.
6 years ago
Zeeshan Adnan
a49a325db2
Fix exception for empty basic auth header token
...
fixes spring-projectsgh-7976
6 years ago
Markus Engelbrecht
75f22285c6
Fix typo 'properites' in documentation
...
Fixes gh-8095
6 years ago
Josh Cummings
8fa16ce63e
Update to Jetty 9.4.27
...
Fixes gh-7507
6 years ago
Clement Stoquart
32c02fbedb
Remove empty relay state from redirect url
6 years ago
AmitB
96ff3a54a9
Fix typo in AntPathRequestMatcher contructor comment
6 years ago
Josh Cummings
9092115b8a
Register Authentication Provider in Init Phase
...
Fixes gh-8031
6 years ago
Joe Grandja
3dbfef9ef1
OAuth2AccessTokenResponseHttpMessageConverter handles JSON object parameters
...
Fixes gh-6463
6 years ago
Joe Grandja
8acdb82e6a
OAuth2AuthorizationCodeGrantWebFilter matches on query parameters
...
Fixes gh-7966
6 years ago
Rafael Renan Pacheco
5ce0ce3f38
Fix var typo and code readability
6 years ago
Joe Grandja
6141132cfa
Fix test gh-7963
6 years ago
Joe Grandja
cc7ea4acd3
OAuth2AuthorizationCodeGrantFilter matches on query parameters
...
Fixes gh-7963
6 years ago
Manuel Bleichenbacher
1e4736f9b3
Prevent double-escaping of authorize URL parameters
...
If the authorization URL in the OAuth2 provider configuration contained query parameters with escaped characters, these characters were escaped a second time. This commit fixes it.
It is relevant to support the OIDC claims parameter (see https://openid.net/specs/openid-connect-core-1_0.html#ClaimsParameter ).
Fixes gh-7871
6 years ago
Stephane Maldini
0012e24c46
Don't force downcasting of RequestAttributes to ServletRequestAttributes
...
Fixes gh-7953
6 years ago
Joe Grandja
2dc8147106
Add release-notes-sections.yml
6 years ago
Joe Grandja
1da8e9df13
Next Development Version
6 years ago
Joe Grandja
9a2b71d931
Release 5.2.2.RELEASE
6 years ago
Josh Cummings
c4ccc96655
Polish Error Messages for OpaqueTokenIntrospectors
6 years ago