mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Remove obsolete code
This commit is contained in:
@@ -74,8 +74,6 @@ public class UriComponentsBuilder implements UriBuilder, Cloneable {
|
||||
|
||||
private static final String SCHEME_PATTERN = "([^:/?#\\\\]+):";
|
||||
|
||||
private static final String HTTP_PATTERN = "(?i)(http|https):";
|
||||
|
||||
private static final String USERINFO_PATTERN = "([^/?#\\\\]*)";
|
||||
|
||||
private static final String HOST_IPV4_PATTERN = "[^/?#:\\\\]*";
|
||||
|
||||
Reference in New Issue
Block a user