File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
config/src/main/java/org/springframework/security/config/annotation/web Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2024 the original author or authors.
2+ * Copyright 2002-2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -135,6 +135,7 @@ public interface HttpSecurityBuilder<H extends HttpSecurityBuilder<H>>
135135 * <li>{@link DisableEncodeUrlFilter}</li>
136136 * <li>{@link ForceEagerSessionCreationFilter}</li>
137137 * <li>{@link ChannelProcessingFilter}</li>
138+ * <li>{@link org.springframework.security.web.transport.HttpsRedirectFilter}</li>
138139 * <li>{@link WebAsyncManagerIntegrationFilter}</li>
139140 * <li>{@link SecurityContextHolderFilter}</li>
140141 * <li>{@link SecurityContextPersistenceFilter}</li>
You can’t perform that action at this time.
0 commit comments