Let extended hostname patterns without trailing dots cover hostnames with trailing...
authorFabian Keil <fk@fabiankeil.de>
Wed, 10 Jun 2009 13:17:17 +0000 (13:17 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 10 Jun 2009 13:17:17 +0000 (13:17 +0000)
commit92c3c1230f233687caf08413b124285a75cb515b
tree623bd6086be232835bea0bdbd642ce17e4fa92fc
parent7d98aef96809d53d40c6954b326b895fb54716a8
Let extended hostname patterns without trailing dots cover hostnames with trailing dot as well.

The old-school pattern code already does that as a side effect
of treating dots as delimiters instead of real characters.
urlmatch.c