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

Commit Graph

  • eb25bbaa24 Merge branch '7.0.x' Josh Cummings 2026-02-26 15:09:03 -07:00
  • 68a02ff176 Update Link to CRSF Docs in FAQ Guillaume Husta 2026-01-29 17:58:27 +01:00
  • ee97c83042 Update request-matcher schema and XML tests to use path Menashe Eliezer 2026-02-13 16:57:07 +01:00
  • 6304ea78cc Merge branch '7.0.x' Josh Cummings 2026-02-26 14:39:33 -07:00
  • 10b835693c Merge remote-tracking branch 'origin/6.5.x' into 7.0.x Josh Cummings 2026-02-26 14:39:19 -07:00
  • ba12f5e6d0 Bump org-apache-maven-resolver from 1.9.26 to 1.9.27 dependabot[bot] 2026-02-24 03:09:21 +00:00
  • f37a706d62 Bump org-apache-maven-resolver from 1.9.26 to 1.9.27 dependabot[bot] 2026-02-24 03:07:26 +00:00
  • e30d9240c9 Add Docs for Custom Jwt Principal Converters Josh Cummings 2026-02-26 12:14:43 -07:00
  • c208410a91 Polish Jwt Authentication Converter Josh Cummings 2026-02-26 06:18:55 -07:00
  • aabc9fc1cc Support Custom Principal in Jwt Authentication Flow Andrey Litvitski 2025-06-01 17:48:10 +03:00
  • 392dcf4b72 Add comment as to why using JDK 17 Rob Winch 2026-02-25 08:15:54 -06:00
  • 2fd4caa169 Use JDK 17 Since 6.5.x Kotlin Does not Support JDK 25 Rob Winch 2026-02-25 08:13:33 -06:00
  • d3474e704f Merge Add Missing OnCommitedResponseWrapper Header Overrides Rob Winch 2026-02-24 20:16:49 -06:00
  • b48967eebc Merge Add Missing OnCommitedResponseWrapper Header Overrides Rob Winch 2026-02-24 20:16:39 -06:00
  • 522c48b3b5 Merge Add Missing OnCommitedResponseWrapper Header Overrides Rob Winch 2026-02-24 20:16:24 -06:00
  • 9cc3161055 Merge Add Missing OnCommitedResponseWrapper Header Overrides Robert Winch 2026-02-24 19:51:53 -06:00
  • 6898de8003 Merge Add Missing OnCommitedResponseWrapper Header Overrides Robert Winch 2026-02-24 19:49:38 -06:00
  • 1dae9aa459 Add Missing OnCommitedResponseWrapper Header Overrides Robert Winch 2026-02-24 19:43:37 -06:00
  • 4b0be84a0e Merge branch '7.0.x' Josh Cummings 2026-02-24 17:10:26 -07:00
  • 73ee893d98 Merge remote-tracking branch 'origin/6.5.x' into 7.0.x Josh Cummings 2026-02-24 17:10:14 -07:00
  • bec25edeb0 Merge pull request #18566 from Hann244/docs/gh-16530-jsp-method-attribute Josh Cummings 2026-02-24 17:08:14 -07:00
  • 4d43edfb20 Polish Documentation Josh Cummings 2026-02-24 14:19:51 -07:00
  • 9f9699f8a5 Clarify need for method attribute in JSP authorize tag onhann 2026-01-23 22:00:57 +09:00
  • 6d4726bfb7 Mark targetDomainObject as @Nullable in PermissionEvaluator Andrey Litvitski 2026-02-24 18:56:28 +03:00
  • d31ca7a758 Fix SecurityContextLogoutHandler.logout @param response Javadoc (cannot be null) Robert Winch 2026-02-24 09:54:36 -06:00
  • ac06067d02 Revert "Mark targetDomainObject as @Nullable in PermissionEvaluator" Robert Winch 2026-02-24 09:40:54 -06:00
  • b56a9666c8 Revert "Mark targetDomainObject as @Nullable in PermissionEvaluator" revert-18260-gh-18259 Rob Winch 2026-02-24 09:40:13 -06:00
  • 9f1381c382 Mark targetDomainObject as @Nullable in PermissionEvaluator Andrey Litvitski 2025-12-03 21:00:56 +03:00
  • f700aeac0f Bump tools.jackson:jackson-bom from 3.0.4 to 3.1.0 dependabot[bot] 2026-02-24 03:05:51 +00:00
  • 41a8d6aca5 Bump org-apache-maven-resolver from 1.9.26 to 1.9.27 dependabot[bot] 2026-02-24 03:04:55 +00:00
  • e81c64b94d Merge Update servlet/architecture.adoc to use include-code Rob Winch 2026-02-23 17:16:28 -06:00
  • 0c394696ce Fix servlet/architecture.adoc disable Sample Robert Winch 2026-02-23 16:34:18 -06:00
  • 62d1bc86e3 Update servlet architecture docs to use include-code Joe Kuhel 2025-10-15 10:37:50 -04:00
  • a4cadb5cc5 Merge Make PublicKeyCredentialCreationOptions Serializable Rob Winch 2026-02-23 16:01:34 -06:00
  • 701736da5d Fix checkstyle Robert Winch 2026-02-23 15:10:11 -06:00
  • 9e5a425859 Make PublicKeyCredentialCreationOptions Serializable Closes gh-16431 Mohammad Amin Pahlevani 2025-12-19 06:29:40 -08:00
  • 1ab17d941a Merge Improve error message for missing access attribute in intercept-url Rob Winch 2026-02-23 15:31:34 -06:00
  • 53300be8d7 Fix checkstyle Robert Winch 2026-02-23 15:15:29 -06:00
  • d5ba9dcada Add tests for intercept-url access attribute validation CHANHAN 2026-01-20 13:21:55 +09:00
  • fa87c78edb fix missing access attribute validation in FilterInvocationSecurityMetadataSourceParser CHANHAN 2026-01-20 08:43:52 +09:00
  • f1e367f93d fix missing access attribute validation in AuthorizationFilterParser CHANHAN 2026-01-20 08:43:34 +09:00
  • 4d0627e6c0 Merge pull request #18721 from coehgns/main Rob Winch 2026-02-23 11:58:27 -06:00
  • 3106f2be7b Merge pull request #18757 from wonderfulrosemari/gh-4265-csrf-multipart-header Rob Winch 2026-02-23 11:51:54 -06:00
  • b3e5f09eb3 Merge Document Keberose Dependency Coordinates Rob Winch 2026-02-23 11:47:06 -06:00
  • e1436c39f0 Merge Document Keberose Dependency Coordinates Robert Winch 2026-02-23 11:33:25 -06:00
  • 311235f39e Document Keberose Dependency Coordinates Robert Winch 2026-02-23 11:32:37 -06:00
  • fec988c82d Add Kerberos Migration Section Robert Winch 2026-02-23 11:29:50 -06:00
  • 17b434c1c1 Document the change in dependency coordinates with Spring Security 7 busoco-sjb 2026-02-20 15:59:46 +01:00
  • b451739b5c Merge pull request Fix GrantedAuthority.authority null in AuthoritiesAuthorizationManager Rob Winch 2026-02-23 11:17:21 -06:00
  • 0bb65411be Merge pull request Fix GrantedAuthority.authority null in AuthoritiesAuthorizationManager Rob Winch 2026-02-23 11:17:06 -06:00
  • d29c984881 Merge pull request #18544 from Khyojae/gh-18543 Rob Winch 2026-02-23 11:16:42 -06:00
  • cfb3bf38d8 Merge Fix: Handle null authority string in AuthoritiesAuthorizationManager into main Robert Winch 2026-02-23 10:54:00 -06:00
  • 151bcf3b0b Merge Fix: Handle null authority string in AuthoritiesAuthorizationManager into 7.0.x Robert Winch 2026-02-23 10:51:39 -06:00
  • 1116241ee3 Fix Checks for NullPointerException in AuthoritiesAuthorizationManager Robert Winch 2026-02-23 10:47:11 -06:00
  • d87dc9ae57 Fix: Handle null authority string in AuthoritiesAuthorizationManager Khyojae 2026-01-22 03:48:06 +09:00
  • ea1b3d819b Merge branch '7.0.x' Robert Winch 2026-02-23 08:17:27 -06:00
  • 2eb948d9b5 Ensure tests clear AuthorizationServerContextHolder Robert Winch 2026-02-19 15:07:11 -06:00
  • 881ddf796a Merge branch '7.0.x' Robert Winch 2026-02-23 08:13:58 -06:00
  • f2aef5168c Merge branch '6.5.x' into 7.0.x Robert Winch 2026-02-23 08:13:38 -06:00
  • ac556a45f9 Bump org.hibernate.orm:hibernate-core from 6.6.42.Final to 6.6.43.Final dependabot[bot] 2026-02-23 03:10:41 +00:00
  • c8731a8dc0 Bump com.fasterxml.jackson:jackson-bom from 2.18.5 to 2.18.6 dependabot[bot] 2026-02-23 03:10:21 +00:00
  • d62cce5bfb Bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.1 dependabot[bot] 2026-02-23 03:06:52 +00:00
  • eca68b6cb3 Bump org.seleniumhq.selenium:selenium-java from 4.40.0 to 4.41.0 dependabot[bot] 2026-02-23 03:06:17 +00:00
  • 3e60eeb74c Bump org.hibernate.orm:hibernate-core from 7.2.4.Final to 7.2.5.Final dependabot[bot] 2026-02-23 03:05:43 +00:00
  • 21978cab22 Fix Build Errors for Improve AOT RuntimeHits Robert Winch 2026-02-19 10:17:27 -06:00
  • 2dd2863550 aot improvements Josh Long 2026-02-19 09:10:13 -06:00
  • 1fdfd45782 Bump spring-io/spring-security-release-tools/.github/workflows/test.yml dependabot[bot] 2026-02-13 00:33:59 +00:00
  • 0dc1aa1126 Ensure tests clear AuthorizationServerContextHolder Robert Winch 2026-02-19 15:07:11 -06:00
  • 3cc707621f Prevent execution of scheduled GitHub Actions on forks Stefano Cordio 2025-12-20 11:32:02 +01:00
  • f8ac095d48 Add nullability contract to PasswordEncoder#encode implementations Robert Winch 2026-02-19 14:21:45 -06:00
  • d65625e399 Update BCryptPasswordEncoder example in password-storage.adoc Chen He 2025-11-28 12:09:01 +08:00
  • 18068c9099 fix compile warning in spring-security-test Minu Kim 2026-01-26 23:50:41 +09:00
  • a539f056f7 Add javadoc-warnings-error Tran Ngoc Nhan 2026-01-28 13:18:14 +07:00
  • 2b04177151 Merge branch '7.0.x' Robert Winch 2026-02-19 13:30:21 -06:00
  • a4a6e9124c Merge branch '6.5.x' into 7.0.x Robert Winch 2026-02-19 13:30:13 -06:00
  • b21159f453 Bump org.junit:junit-bom from 6.0.2 to 6.0.3 Robert Winch 2026-02-19 13:29:42 -06:00
  • 6f7c8cb352 Bump org-apache-maven-resolver from 1.9.25 to 1.9.26 Robert Winch 2026-02-19 13:29:36 -06:00
  • 5973a66bb1 Bump ch.qos.logback:logback-classic from 1.5.29 to 1.5.32 Robert Winch 2026-02-19 13:29:30 -06:00
  • 3e3eeda560 Bump ch.qos.logback:logback-classic from 1.5.29 to 1.5.32 Robert Winch 2026-02-19 13:28:49 -06:00
  • cc6a005aa5 Add InetAddressMatcher Robert Winch 2026-02-02 16:01:24 -06:00
  • d4589c0fcb Merge branch '7.0.x' Robert Winch 2026-02-19 11:00:16 -06:00
  • e2486a2590 Bump org.springframework:spring-framework-bom from 7.0.4 to 7.0.5 dependabot[bot] 2026-02-19 03:09:24 +00:00
  • dbf7f4cfe5 Remove unused @Nullable Tran Ngoc Nhan 2026-02-19 17:55:08 +07:00
  • f27738c1f8 Bump org.springframework:spring-framework-bom from 7.0.4 to 7.0.5 dependabot[bot] 2026-02-19 03:04:39 +00:00
  • 8d76ae0844 Document multipart CSRF header option wonderfulrosemari 2026-02-19 02:06:19 +09:00
  • 73b055baa9 Bump org-opensaml5 from 5.2.0 to 5.2.1 dependabot[bot] 2026-02-18 03:04:15 +00:00
  • 5194826606 implement single-line RSA key support earlgrey02 2026-01-27 17:47:56 +09:00
  • fc48088759 Polish Josh Cummings 2026-02-17 17:04:35 -07:00
  • d528be38bb Add postProcessor to Introspector Builder itsmevichu 2026-01-31 14:15:05 +05:30
  • da0cd0bc68 Remove unused import Tran Ngoc Nhan 2026-02-13 09:20:21 +07:00
  • 410812c5bc Reduce Diff Size Josh Cummings 2026-02-12 17:08:19 -07:00
  • 329d9e2dfd Revert code Tran Ngoc Nhan 2025-10-21 20:13:40 +07:00
  • dc8ed8b168 Fix checkstyle Tran Ngoc Nhan 2025-10-21 19:57:16 +07:00
  • 17933ddab3 Resolve feedback Tran Ngoc Nhan 2025-10-21 19:35:05 +07:00
  • deb6416c93 Fix checkstyle Tran Ngoc Nhan 2025-08-27 02:29:53 +07:00
  • 9323775c5f Update javadoc and apply StringUtils#hasLength Tran Ngoc Nhan 2025-08-27 01:27:24 +07:00
  • 4cc5f543ab Add author Tran Ngoc Nhan 2025-08-24 14:03:51 +07:00
  • 67bc1d8d4a Polish some methods Tran Ngoc Nhan 2025-08-24 13:55:32 +07:00
  • 17b5cdde55 Remove redundant check and exception Tran Ngoc Nhan 2025-08-24 13:55:05 +07:00
  • e91b098c7c Update javadoc Tran Ngoc Nhan 2025-08-24 13:42:50 +07:00