|
|
@ -66,7 +66,7 @@ public class UriComponentsBuilder implements Cloneable { |
|
|
|
|
|
|
|
|
|
|
|
private static final String HTTP_PATTERN = "(?i)(http|https):"; |
|
|
|
private static final String HTTP_PATTERN = "(?i)(http|https):"; |
|
|
|
|
|
|
|
|
|
|
|
private static final String USERINFO_PATTERN = "([^@\\[/?#]*)"; |
|
|
|
private static final String USERINFO_PATTERN = "([^@/?#]*)"; |
|
|
|
|
|
|
|
|
|
|
|
private static final String HOST_IPV4_PATTERN = "[^\\[/?#:]*"; |
|
|
|
private static final String HOST_IPV4_PATTERN = "[^\\[/?#:]*"; |
|
|
|
|
|
|
|
|
|
|
|