Hi All:

There is a bit of clean up left from a previous branch:

diff --git
a/httpcore5/src/main/java/org/apache/hc/core5/http/protocol/RequestHandlerRegistry.java
b/httpcore5/src/main/java/org/apache/hc/core5/http/protocol/RequestHandlerRegistry.java
index 61ced60..6618806 100644
---
a/httpcore5/src/main/java/org/apache/hc/core5/http/protocol/RequestHandlerRegistry.java
+++
b/httpcore5/src/main/java/org/apache/hc/core5/http/protocol/RequestHandlerRegistry.java
@@ -87,7 +87,7 @@
     }

     public RequestHandlerRegistry() {
-        this(LOCALHOST, UriPatternType.BASIC);
+        this(LOCALHOST, UriPatternType.URI_PATTERN);
     }

     private LookupRegistry<T> getPatternMatcher(final String hostname) {
diff --git
a/httpcore5/src/main/java/org/apache/hc/core5/http/protocol/UriPatternType.java
b/httpcore5/src/main/java/org/apache/hc/core5/http/protocol/UriPatternType.java
index 1ab9c85..35c5625 100644
---
a/httpcore5/src/main/java/org/apache/hc/core5/http/protocol/UriPatternType.java
+++
b/httpcore5/src/main/java/org/apache/hc/core5/http/protocol/UriPatternType.java
@@ -33,7 +33,7 @@
 public enum UriPatternType {

     /**
-     * @deprecated Use {@link #URI_PATTERN_IN_ORDER}.
+     * @deprecated Use {@link #URI_PATTERN}.
      */
     @Deprecated
     BASIC,

Is this OK to commit to master or does it need another branch or PR?

Gary

Reply via email to