Commit Graph

10250 Commits

Author SHA1 Message Date
Rob Winch 472c25b5e8 AntRegexRequestMatcher Optimization
Closes gh-11234
2022-05-16 11:32:01 -05:00
Rob Winch 0df5ece758 Extract rejectNonPrintableAsciiCharactersInFieldName
Closes gh-11234
2022-05-16 11:32:01 -05:00
Steve Riesenberg beec7c98bd
Update spring-data-jpa to 3.0.0-M4
Closes gh-11255
2022-05-16 10:40:02 -05:00
Steve Riesenberg 6992b9db4a
Update spring-ldap-core to 2.4.0
Closes gh-11256
2022-05-16 10:40:01 -05:00
Steve Riesenberg 7052eeaa51
Update htmlunit-driver to 2.61.0
Closes gh-11254
2022-05-16 10:40:01 -05:00
Steve Riesenberg 8a030b7f46
Update junit-bom to 5.9.0-M1
Closes gh-11252
Closes gh-11253
2022-05-16 10:40:00 -05:00
Steve Riesenberg 52c8b5eef2
Update org.jetbrains.kotlinx to 1.6.1
Closes gh-11251
2022-05-16 10:39:19 -05:00
Steve Riesenberg 8b0ac68962
Update org.jetbrains.kotlin to 1.6.21
Closes gh-11250
2022-05-16 10:39:18 -05:00
Steve Riesenberg 5037735a6a
Update hibernate-core-jakarta to 5.6.9.Final
Closes gh-11249
2022-05-16 10:39:18 -05:00
Steve Riesenberg 0653f50a7b
Update org.eclipse.jetty to 11.0.9
Closes gh-11248
2022-05-16 10:39:18 -05:00
Steve Riesenberg 736820a8b0
Update org.aspectj to 1.9.9.1
Closes gh-11247
2022-05-16 10:39:18 -05:00
Steve Riesenberg cdb282316e
Update htmlunit to 2.61.0
Closes gh-11246
2022-05-16 10:39:18 -05:00
Steve Riesenberg a6898f9ade
Update jakarta.persistence-api to 3.1.0
Closes gh-11245
2022-05-16 10:39:17 -05:00
Steve Riesenberg b4db9f64fa
Update jakarta.annotation-api to 2.1.0
Closes gh-11244
2022-05-16 10:39:17 -05:00
Steve Riesenberg 93fc2bba99
Update io.projectreactor to 2020.0.19
Closes gh-11242
Closes gh-11243
2022-05-16 10:39:16 -05:00
Steve Riesenberg a29a0a5a6c
Update mockk to 1.12.4
Closes gh-11241
2022-05-16 10:38:43 -05:00
Steve Riesenberg 226101cacf
Update aspectj-plugin to 6.4.3
Closes gh-11240
2022-05-16 10:38:43 -05:00
Steve Riesenberg 802d5d466f
Update com.nimbusds to 9.35
Closes gh-11239
2022-05-16 10:38:42 -05:00
Steve Riesenberg e5c8d50d46
Update jackson-bom to 2.13.3
Closes gh-11236
Closes gh-11237
Closes gh-11238
2022-05-16 10:38:42 -05:00
Steve Riesenberg 29df19b168
Accept release candidate and milestone version upgrades for milestone releases 2022-05-16 10:30:29 -05:00
Josh Cummings 0814136ee8
Polish WebExpressionAuthorizationManager
- Add support for request variables
- Added additional tests

Issue gh-11105
2022-05-13 14:14:42 -06:00
Evgeniy Cheban c4766e64fe
Add AuthorizationManager that uses ExpressionHandler
Closes gh-11105
2022-05-13 14:05:34 -06:00
Evgeniy Cheban 2b4794475e
Polish gh-11188 2022-05-12 16:32:11 -05:00
Rob Winch f34ea188e2 RequestRejectedException is 400 by Default
Closes gh-7568
2022-05-12 10:32:27 -05:00
Marcus Da Coregio 0137f94f3b Use properties in the checkSamples job
Issue gh-10344
2022-05-11 12:32:16 -03:00
Marcus Da Coregio cddffa46b4 Add initScripts and projectProperties to IncludeCheckRemotePlugin
Issue gh-10344
2022-05-11 12:32:16 -03:00
Marcus Da Coregio 000b87f9aa Revert "Use Spring Framework version 6.0.0-M3"
This reverts commit b803e845e7.
2022-05-11 08:36:14 -03:00
Marcus Da Coregio 806e05855c Replace removed context-related operators
Closes gh-11194
2022-05-10 14:58:02 -03:00
Marcus Da Coregio b803e845e7 Use Spring Framework version 6.0.0-M3
Closes gh-11193
2022-05-10 14:49:02 -03:00
Evgeniy Cheban dbd96a9e3f
Consider replacing an inner loop with Set of authority strings in AuthorityAuthorizationManager
Closes gh-11188
2022-05-09 16:05:52 -06:00
Marcus Da Coregio dc2bd2b4f8 Update copyright headers
Issue gh-10956
2022-05-06 14:33:59 -03:00
Marcus Da Coregio de9b7b4fb8 Fix mvcMatchers overriding previous paths
Closes gh-10956
2022-05-06 14:33:59 -03:00
Marcus Da Coregio 995b2918bb Remove SAML Deprecations
Closes gh-11077
2022-05-06 10:15:42 -03:00
Marcus Da Coregio 195d767d98 Polish ServerWebExchangeDelegatingServerHttpHeadersWriter
Issue gh-11073
2022-05-06 09:43:34 -03:00
David Herberth 0e2fc51bad Add DelegatingServerHttpHeadersWriter
Servlet Spring Security has DelegatingRequestMatcherHeaderWriter
the reactive world of Spring Security was missing a class to
conditionally write headers.

Closes gh-11073
2022-05-06 09:43:34 -03:00
Josh Cummings c93c6b928e
Polish Relay State Resolver
Issue gh-11065
2022-05-05 17:42:02 -06:00
sebastiano f7a43e4989
Allow custom relay state
Closes gh-11065
2022-05-05 17:42:01 -06:00
Rob Winch 3c259b4be5 Fix WebSessionReactiveSecurityRepository Supports Cache
Fix the checkstyle for this feature

Closes gh-8422
2022-05-03 21:08:51 -05:00
Rob Winch 1ef738ba34 WebSessionReactiveSecurityRepository Supports Cache 2022-05-03 16:15:22 -05:00
Rob Winch dec0d97ef0 Multiple <authentication-manager> Do Not Duplicate Alias
Previously, two authentication managers with different ids would duplicate
the alias to the global authentication manager. This would cause failures
for when allowBeanDefinitionOverriding = false.

This commit ensures that if the global authentication manager alias is
already set, then it is not set again. This means the first
<authentication-manager> will be used as the global AuthenticationManager.

Closes gh-8767
2022-05-03 14:50:56 -05:00
Evgeniy Cheban 9193e46800 @EnableMethodSecurity doesn't resolve Method Security annotations on interfaces through a Proxy
Removed proxy unwrapping in case of resolving Method Security annotations,
this cause an issue when interfaces which are implemented by the proxy was skipped,
resulting in a missing security checks on those methods.

Closes gh-11175
2022-05-03 13:15:53 -05:00
Josh Cummings 4ebd37ae77
Add 5.8 Support 2022-05-03 09:04:34 -06:00
Josh Cummings 1f43733749
Add 5.7.x branch to playbook 2022-05-03 09:03:51 -06:00
Josh Cummings 397ccbc1c8
Add 5.7 Schema 2022-05-03 09:03:50 -06:00
Ulrich Grave c6038b1ea3 Add Jackson Support for Saml2AuthenticationException
Closes gh-11169
2022-05-02 16:24:43 -05:00
Emil Sierżęga 33ee3058d4 Add missing insufficientAuthentication property in messages_*.properties 2022-04-29 10:38:42 +02:00
Emil Sierżęga da2a68e182 Add missing untranslated properties in messages_lt 2022-04-29 10:38:42 +02:00
Emil Sierżęga 5832202a4d Fixed bad property name in messages_it 2022-04-29 10:38:42 +02:00
Emil Sierżęga 22dac674da Remove unnecessary dots from messages_cs_CZ 2022-04-29 10:38:42 +02:00
Emil Sierżęga 8b06a4bbe2 Remove trailing space from messages_ru 2022-04-29 10:38:42 +02:00