github-actions[bot]
85e0783796
Next development version
2023-09-18 16:10:25 +00:00
github-actions[bot]
b2f89fbb1c
Next development version
2023-09-18 16:10:04 +00:00
github-actions[bot]
3656fa6e0c
Release 5.7.11
5.7.11
2023-09-18 15:24:51 +00:00
github-actions[bot]
564a022ab6
Release 5.8.7
5.8.7
2023-09-18 15:22:27 +00:00
github-actions[bot]
7c17cfae36
Release 6.0.7
6.0.7
2023-09-18 15:21:11 +00:00
Rob Winch
342735043d
Merge branch '5.8.x' into 6.0.x
...
Automate spring-security.xsd
Closes gh-13824
2023-09-14 23:42:31 -05:00
Rob Winch
779541b340
Merge branch '5.7.x' into 5.8.x
...
Automate spring-security.xsd
Closes gh-13823
2023-09-14 23:37:53 -05:00
Rob Winch
5b293d2116
Automate spring-security.xsd
...
Closes gh-13819
2023-09-14 16:01:50 -05:00
Marcus Da Coregio
18e88366d2
Resolve The matchingRequestParameterName From The Query String
...
Prior to this commit, the ServletRequest#getParameter method was used in order to verify if the matchingRequestParameterName was present in the request. That method has some side effects like interfering in the execution of the ServletRequest#getInputStream and ServletRequest#getReader method when the request is an HTTP POST (if those methods are invoked after getParameter, or vice-versa, the content won't be available). This commit makes that we only use the query string to check for the parameter, avoiding draining the request's input stream.
Closes gh-13731
2023-09-14 21:25:25 +01:00
Marcus Da Coregio
aeafcc1377
Defer MethodSecurityExpressionHandler Resolution
...
When using Spring Security ACL and compiling to Native, in order to create the '*AuthorizationMethodInterceptor' Proxy beans during build time, Spring tries to resolve the DataSource bean since the DataSource can be a dependency of some AclService implementations, and fails because some required data source properties are not available during build time.
This commit defers the initialization of the MethodSecurityExpressionHandler to the runtime.
Closes gh-12653
2023-09-14 14:48:24 +01:00
Marcus Da Coregio
48babb7efa
Merge branch '5.8.x' into 6.0.x
2023-09-13 14:23:01 +01:00
Eric Haag
f026e29771
Add dependency on rncToXsd task from nohttp
...
This addresses a deprecation warning causing build caching to be
disabled for the checkstyleNohttp task. With this change, we tell
Gradle that the rncToXsd task in the spring-security-config project
produces output that should be considered when running the
checkstyleNohttp task. This clears up ambiguities when computing the
task graph.
2023-09-13 13:58:44 +01:00
Eric Haag
620e6e0c34
Add rncToXsd task to resources set
...
This addresses a deprecation warning causing build caching to be
disabled for some tasks. With this change, we tell Gradle that the
rncToXsd task produces output that should be considered a resource.
This clears up ambiguities when computing the task graph.
2023-09-13 13:58:42 +01:00
Eric Haag
4ebfa2c804
Use lazy API to configure rncToXsd task
...
This avoids configuring the task eagerly.
2023-09-13 13:58:05 +01:00
Steve Riesenberg
f03224fe7f
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13805
2023-09-12 18:48:13 -05:00
Steve Riesenberg
3feb809b35
Fix Saml2AuthenticationExceptionMixin on JDK 17
...
Closes gh-13804
2023-09-12 18:39:29 -05:00
Steve Riesenberg
771d9cd8b6
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13799
2023-09-12 17:00:47 -05:00
Steve Riesenberg
a580856bb2
Update jacoco tool version to 0.8.9
...
Closes gh-13798
2023-09-12 17:00:12 -05:00
Steve Riesenberg
9b7a110704
Fix OAuth2AuthenticationExceptionMixinTests on JDK 17
...
Closes gh-11893
2023-09-12 16:51:47 -05:00
Marcus Da Coregio
db37bdfe94
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13795
2023-09-12 16:21:48 +01:00
Marcus Da Coregio
ce012a4661
CookieRequestCache Should Preserve Request Locale
...
Closes gh-13792
2023-09-12 16:21:27 +01:00
Marcus Da Coregio
629540f9d8
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13758
2023-08-31 10:12:59 -03:00
Marcus Da Coregio
96d1763fc4
WWW-Authenticate header should not be added twice
...
Closes gh-13737
2023-08-31 10:07:10 -03:00
Steve Riesenberg
98f9306a7c
Merge branch '5.8.x' into 6.0.x
2023-08-29 10:10:29 -05:00
github-actions[bot]
8efbbb3eb5
Next development version
2023-08-21 16:09:41 +00:00
github-actions[bot]
681681cbb8
Next development version
2023-08-21 15:54:03 +00:00
github-actions[bot]
612909ac4f
Release 5.8.6
5.8.6
2023-08-21 15:21:12 +00:00
github-actions[bot]
54f7eacae6
Release 6.0.6
6.0.6
2023-08-21 15:20:33 +00:00
Josh Cummings
5fb6f5768c
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13666 in 6.0.x
Closes gh-13721
2023-08-20 23:07:36 -06:00
Josh Cummings
28f98b3351
Improve Error Message
...
Closes gh-13667
2023-08-20 22:53:57 -06:00
Josh Cummings
ed96e2cddf
Ignore Unmappable Servlets
...
Closes gh-13666
2023-08-20 22:53:55 -06:00
Steve Riesenberg
97f6ca6f82
Merge branch '5.8.x' into 6.0.x
2023-08-18 16:08:57 -05:00
Steve Riesenberg
ecc20ceffd
Update spring-ldap-core to 3.0.5
...
Closes gh-13714
2023-08-18 16:01:18 -05:00
Steve Riesenberg
e147b22130
Update org.springframework.data to 2022.0.9
...
Closes gh-13713
2023-08-18 16:01:15 -05:00
Steve Riesenberg
d2cddb7e2d
Update org.aspectj to 1.9.20
...
Closes gh-13712
2023-08-18 16:01:12 -05:00
Steve Riesenberg
67e1832922
Update io.projectreactor to 2022.0.10
...
Closes gh-13710
2023-08-18 16:01:07 -05:00
Steve Riesenberg
0426d27698
Update mockk to 1.13.7
...
Closes gh-13709
2023-08-18 16:01:03 -05:00
Steve Riesenberg
7afadfc0ef
Update micrometer-observation to 1.10.10
...
Closes gh-13708
2023-08-18 16:01:00 -05:00
Steve Riesenberg
5f2a8c46d7
Update logback-classic to 1.4.11
...
Closes gh-13707
2023-08-18 16:00:57 -05:00
Steve Riesenberg
7200f76ac1
Update org.springframework.data to 2021.2.15
...
Closes gh-13705
2023-08-18 15:58:36 -05:00
Steve Riesenberg
094b71b329
Update org.aspectj to 1.9.20
...
Closes gh-13704
2023-08-18 15:58:33 -05:00
Steve Riesenberg
491f0f647c
Update io.projectreactor to 2020.0.35
...
Closes gh-13702
2023-08-18 15:58:27 -05:00
Josh Cummings
ca0140c586
saml2Login Honors AuthenticationProvider bean
...
Closes gh-13654
2023-08-16 17:54:14 -06:00
Marcus Da Coregio
17e9fec6eb
Merge branch '5.8.x' into 6.0.x
2023-08-09 09:55:39 -03:00
Mario Petrovski
1db8734101
Closes #11450 Add Java beans configuration for Remmember Me Docs
2023-08-09 09:54:53 -03:00
bigfang
b5f42b509b
Fix Typo in Getting Started Docs
...
Closes gh-13605
2023-08-08 18:17:51 -06:00
Seongguk Jeong
90936537dc
Update links in adocs
...
Spring Security 6.0 requires Spring 6.0 as a minimum and Spring 6.0 requires a minimum of Tomcat 10/Jetty 11
Closes gh-13565
2023-08-08 17:45:07 -06:00
Guillaume Husta
a8fcfaa428
Doc : typo in Custom DSLs section
...
Method 'configure' was renamed 'filterChain'
2023-08-08 17:26:25 -06:00
Josh Cummings
c20100dab7
Merge branch '5.8.x' into 6.0.x
2023-08-07 15:31:20 -06:00
Kawin Naipongprasit
4b44a2d924
Adapeter to Adapter
2023-08-07 15:25:47 -06:00