1
0
mirror of synced 2026-05-22 21:33:16 +00:00
Commit Graph

13336 Commits

Author SHA1 Message Date
Josh Cummings e033e347b4 Remove Redundant Close
Closes gh-12787
2023-05-10 16:12:34 -06:00
Josh Cummings 1b4b91a35c Merge branch '5.8.x' into 6.0.x 2023-05-10 15:56:18 -06:00
Josh Cummings b969179b5c Merge branch '5.7.x' into 5.8.x 2023-05-10 15:53:22 -06:00
Josh Cummings 3469bcb822 Address Antora Warnings 2023-05-10 15:51:49 -06:00
Josh Cummings c7a6ceff0b Merge branch '5.8.x' into 6.0.x 2023-05-08 15:23:58 -06:00
Josh Cummings 16b7d882c7 Merge branch '5.7.x' into 5.8.x 2023-05-08 15:23:40 -06:00
Josh Cummings b4083f1b9e Revert "gh-13136 fixed log level related bug"
This reverts commit 1e093db1b6.
2023-05-08 15:23:17 -06:00
stnor 1e093db1b6 gh-13136 fixed log level related bug 2023-05-08 15:18:14 -06:00
Josh Cummings 5d903b5b71 Enforce start happens-before stop
Closes gh-13133
2023-05-08 14:07:05 -06:00
Marcus Da Coregio 0b6e84b8b7 Merge branch '5.8.x' into 6.0.x
Closes gh-13141
2023-05-08 14:52:00 -03:00
Marcus Da Coregio 8d5304f530 Use function definition instead of arrow function expression
Closes gh-13106
2023-05-08 14:43:06 -03:00
Glenn Adams dfbfa9199d X-XSS-Protection is now disabled 2023-05-03 11:13:08 -03:00
Josh Cummings 46ad9c122e Merge branch '5.8.x' into 6.0.x
Closes gh-13127
2023-05-02 16:56:06 -06:00
Josh Cummings e9a02bc6e9 RememberMeConfigurer Picks Up SecurityContextRepository
Closes gh-13104
2023-05-02 16:46:35 -06:00
Marcus Da Coregio b6dcb29a11 Merge branch '5.8.x' into 6.0.x
Closes gh-13125
2023-05-02 16:08:48 -03:00
Marcus Da Coregio 6d37ca1808 Fix code snippets in Authorize HttpServletRequest
Closes gh-11522
2023-05-02 16:06:27 -03:00
Marcus Da Coregio 69338ecdfa Only Observe AuthenticationManager if it is not null
Closes gh-13084
2023-05-02 10:12:46 -03:00
Marcus Da Coregio 8c5f13657e Merge branch '5.8.x' into 6.0.x
Closes gh-13102
2023-04-26 15:58:25 -03:00
Marcus Da Coregio 5632469a90 Merge branch '5.7.x' into 5.8.x
Closes gh-13101
2023-04-26 15:57:32 -03:00
Marcus Da Coregio e61adcb0cd Clarify that Kotlin DSL needs an import
Closes gh-13092
2023-04-26 15:56:47 -03:00
Josh Cummings 7198395a42 Merge branch '5.8.x' into 6.0.x 2023-04-24 16:34:07 -06:00
Josh Cummings f261242db1 Merge branch '5.7.x' into 5.8.x 2023-04-24 16:33:29 -06:00
Ruslan Stelmachenko caa4093619 Fix javadoc for migration from WebSecurityConfigurerAdapter 2023-04-24 16:32:16 -06:00
Josh Cummings 1cd50ed18e Merge branch '5.8.x' into 6.0.x
Closes gh-13086
2023-04-24 15:44:25 -06:00
Josh Cummings 9244989b2e Fix allOf/anyOf Abstain Logic
Closes gh-13069
2023-04-24 15:36:17 -06:00
Josh Cummings 599ed3e96b Polish Format
Issue gh-13079
2023-04-24 12:52:26 -06:00
Josh Cummings 73a543d318 Handle Empty Role
Closes gh-13079
2023-04-24 12:49:30 -06:00
Marcus Da Coregio e3cc8d13e8 Merge branch '5.8.x' into 6.0.x 2023-04-19 11:29:49 -03:00
Marcus Da Coregio 744b74f4c9 Merge branch '5.7.x' into 5.8.x 2023-04-19 11:27:08 -03:00
Amal Krishna 8bec14009e Fix typo in SecurityMockMvcResultMatchers.java
Change the first parameter's name of the AuthenticatedMatcher.withAuthentication() method from assesrtAuthentication to assertAuthentication
2023-04-19 11:25:55 -03:00
SeasonPan 556ae316ba fix typo of modules.adoc 2023-04-19 11:25:55 -03:00
Josh Cummings 1e25756ee6 Fix Import Order 2023-04-18 12:42:25 -06:00
Josh Cummings 64542b4059 Polish X509 SecurityContextRepository
Like Basic and Bearer authentication, X509 is
stateless by default. As such, it is better to not
pick up the global SecurityContextRepository bean.

The better fix is to change the default from
HttpSessionSecurityContextRepository to
RequestAttributeSecurityContextRepository.

Issue gh-13008
2023-04-18 12:18:20 -06:00
Josh Cummings c3479ddb45 Pick Up SecurityContextRepository
Closes gh-13008
2023-04-17 17:06:06 -06:00
github-actions[bot] 3a58666622 Next development version 2023-04-17 16:19:06 +00:00
github-actions[bot] 4f02770aaa Next development version 2023-04-17 16:17:33 +00:00
github-actions[bot] 53d007f062 Next development version 2023-04-17 16:04:08 +00:00
github-actions[bot] e75b210015 Release 5.8.3 5.8.3 2023-04-17 15:21:54 +00:00
github-actions[bot] d6eeafb10c Release 5.7.8 5.7.8 2023-04-17 15:21:42 +00:00
github-actions[bot] ff3c560c53 Release 6.0.3 6.0.3 2023-04-17 15:21:32 +00:00
Marcus Da Coregio a484044591 Merge branch '5.8.x' into 6.0.x 2023-04-17 07:29:42 -03:00
Marcus Da Coregio 6cf8c53aaa Merge branch '5.7.x' into 5.8.x 2023-04-17 07:16:47 -03:00
Marcus Da Coregio 2d52fb8e4b Clear Repository on Logout 2023-04-17 06:47:57 -03:00
Marcus Da Coregio cc56fc647c Update spring-ldap-core to 3.0.2
Closes gh-13043
2023-04-14 14:27:33 -03:00
Marcus Da Coregio 67d8df790e Update org.springframework.data to 2022.0.5
Closes gh-13042
2023-04-14 14:27:26 -03:00
Marcus Da Coregio fe6cfe819a Update org.springframework to 6.0.8
Closes gh-13041
2023-04-14 14:24:44 -03:00
Marcus Da Coregio 4162bdadd9 Update slf4j-api to 2.0.7
Closes gh-13040
2023-04-14 14:24:40 -03:00
Marcus Da Coregio 9c181890ea Update org.eclipse.jetty to 11.0.15
Closes gh-13039
2023-04-14 14:24:37 -03:00
Marcus Da Coregio af41a4053e Update assertj-core to 3.24.2
Closes gh-13038
2023-04-14 14:24:33 -03:00
Marcus Da Coregio 440b575dd7 Update maven-resolver-provider to 3.8.8
Closes gh-13037
2023-04-14 14:24:30 -03:00