Prefer specific alias over wildcard, regardless of case
Since direct addresses (not aliases) are case-insensitive since a while, it makes sense for aliases to behave the same. Up until now, a wildcard alias could trump a alias not-matching-the-case of the incoming address. This clarifies this behavior. closes #1387master
parent
cc4720d890
commit
da2dda49d4
@ -0,0 +1 @@
|
||||
Fix alias resolution in regard to case: A specifically matching alias of wrong case is now preferred over a wildcard alias that might have »eaten« it previously.
|
Loading…
Reference in New Issue