Moving all our URL and URL pattern parsing code to urlmatch.c.
authorjongfoster <jongfoster@users.sourceforge.net>
Thu, 17 Jan 2002 21:00:32 +0000 (21:00 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Thu, 17 Jan 2002 21:00:32 +0000 (21:00 +0000)
commit3fae4c0f831bf0d681a20ab55e1d082d24cf5522
tree6516ff23fca25f98ebc928a98555181acd110018
parentbd8c476f053258f68476b246c435ad09baae85ab
Moving all our URL and URL pattern parsing code to urlmatch.c.

Using a single, simple url_match(pattern,url) function - rather than
the 3-line match routine which was repeated all over the place.

Renaming free_url to free_url_spec, since it frees a struct url_spec.

Using parse_http_url() to parse URLs without faking a HTTP
request line for parse_http_request().
filters.c