Hi All: I am going to change org.apache.hc.core5.http.protocol.UriPatternMatcher.map from a HashMap to a LinkedHashMap.
This is to allow a reverse proxy to be configured with UriPatternMatcher that are processed by HttpCore in a predictable order, as opposed to the current 'random' order. This is valuable for v4 and 5. Since this seems to me like an uncontroversial improvement, YMMV, I will commit it. Thank you, Gary
