bidi icon indicating copy to clipboard operation
bidi copied to clipboard

bidi vhosts matches on incorrect scheme

Open SevereOverfl0w opened this issue 6 years ago • 0 comments

With 2 separate vhost routes, for the same host, but with different schemes, bidi will match on both sets of routes. But should only match on one.

This looks suspicious as it is missing a reference to the scheme: https://github.com/juxt/bidi/blob/b892040c9cfa8fd91745996e8ef6e201eec2a48b/src/bidi/vhosts.clj#L163

SevereOverfl0w avatar Aug 04 '17 13:08 SevereOverfl0w