Jonathan Larmour wrote:

> What about this in client_side.c:2243 :

            if (!http->flags.internal) {
                if (internalCheck(strBuf(request->urlpath))) {
....
                    } else if
(internalStaticCheck(strBuf(request->urlpath))) {
...

Yes. This is the code which itercepts all squid-internal-static requests
regardless of which destination host the URL uses.

One known bug is that the code does not catch requests which are for the
same hostname but a different port.

---
Henrik Nordstrom
Spare time Squid hacker

Reply via email to