On Sat, Nov 24, 2018 at 7:02 AM Michael Osipov <[email protected]> wrote:

> Am 2018-11-21 um 20:23 schrieb Gary Gregory:
> > On Wed, Nov 21, 2018 at 11:20 AM Michael Osipov <[email protected]>
> wrote:
> >
> >> Am 2018-11-21 um 19:05 schrieb Gary Gregory:
> >>> 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.
> >>
> >> What does the RFCs say to the order?
> >>
> >
> > I can't imagine any RFC defines any behavior for how HttpCore works ;-)
>
> Not HttpCore, but maybe the order of headers. I was just thinking...
>

This is not about the order of headers though. It's about the order in
which you register patterns like "*" and "/foo/*" with
AsyncServerBootstrap.register(String, Supplier<AsyncServerExchangeHandler>)

Gary

Reply via email to