Re: [PATCH v2 4/4] urlmatch: allow globbing for the URL host part

2017-01-25 Thread Patrick Steinhardt
On Tue, Jan 24, 2017 at 05:52:39PM -, Philip Oakley wrote: > From: "Patrick Steinhardt" > > a quick comment on the documentation part .. > > > The URL matching function computes for two URLs whether they match not. > > The match is performed by splitting up the

Re: [PATCH v2 4/4] urlmatch: allow globbing for the URL host part

2017-01-24 Thread Philip Oakley
From: "Patrick Steinhardt" a quick comment on the documentation part .. The URL matching function computes for two URLs whether they match not. The match is performed by splitting up the URL into different parts and then doing an exact comparison with the

[PATCH v2 4/4] urlmatch: allow globbing for the URL host part

2017-01-24 Thread Patrick Steinhardt
The URL matching function computes for two URLs whether they match not. The match is performed by splitting up the URL into different parts and then doing an exact comparison with the to-be-matched URL. The main user of `urlmatch` is the configuration subsystem. It allows to set certain