]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 1961, Bug 429: Add asterisk to class URL
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 18 Dec 2014 12:12:33 +0000 (01:12 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 18 Dec 2014 12:12:33 +0000 (01:12 +1300)
commit2e26020833b38cded2f6dec576a4a62483d19553
tree75cd42ae846d33a63306444ce0684b04b07378a9
parent5a14d64b12e16f819329c9dfec26ce549e701984
Bug 1961, Bug 429: Add asterisk to class URL

This does not yet perform any of the outgoing request mapping from
path-less URI required by current RFC 7231.

Squid already allows these URI in OPTIONS and TRACE requests (only).

It does make a start by cleaning up the current special case handling of
"*" URI to be matched by the URI class/namespace method and SBuf
comparisions instead of c-strings.
src/URL.h
src/url.cc