Deprecate PortResolver

Closes gh-15972
This commit is contained in:
Rob Winch
2025-02-26 16:10:09 -06:00
parent 76a566265c
commit 9417f02790
8 changed files with 67 additions and 0 deletions

View File

@@ -25,7 +25,9 @@ import org.springframework.security.web.PortResolver;
*
* @author Ben Alex
* @author nomoreFt
* @deprecated
*/
@Deprecated(forRemoval = true)
public class MockPortResolver implements PortResolver {
private static final String HTTPS_SCHEME = "https";