Re: [PATCH] Send 407 on url_rewrite_access/storeurl_access

2008-09-09 Thread Amos Jeffries
Amos Jeffries has voted reject. Status is now: Vetoed Comment: Squid-2 patch. not for BB to handle. For details, see: http://bundlebuggy.aaronbentley.com/project/squid/request/%3C20080907005501.GB8733%40motherbox.xtech.com.ar%3E Project: Squid

Re: [PATCH] Send 407 on url_rewrite_access/storeurl_access

2008-09-07 Thread Adrian Chadd
Thanks! Don't forget to bug me if its not sorted out in the next week or so. Adrian 2008/9/8 Diego Woitasen <[EMAIL PROTECTED]>: > http://www.squid-cache.org/bugs/show_bug.cgi?id=2455 > > On Sun, Sep 07, 2008 at 09:28:30AM +0800, Adrian Chadd wrote: >> It looks fine; could you dump it into bugz

Re: [PATCH] Send 407 on url_rewrite_access/storeurl_access

2008-09-07 Thread Diego Woitasen
http://www.squid-cache.org/bugs/show_bug.cgi?id=2455 On Sun, Sep 07, 2008 at 09:28:30AM +0800, Adrian Chadd wrote: > It looks fine; could you dump it into bugzilla for the time being? > (We're working on the Squid-2 -> bzr merge stuff at the moment!) > > > > Adrian > > 2008/9/7 Diego Woitasen

Re: [PATCH] Send 407 on url_rewrite_access/storeurl_access

2008-09-06 Thread Adrian Chadd
It looks fine; could you dump it into bugzilla for the time being? (We're working on the Squid-2 -> bzr merge stuff at the moment!) Adrian 2008/9/7 Diego Woitasen <[EMAIL PROTECTED]>: > This patch apply to Squid 2.7.STABLE4. > > If we use a proxy_auth acl on {storeurl,url_rewrite}_access and th

Re: [PATCH] Send 407 on url_rewrite_access/storeurl_access

2008-09-06 Thread Bundle Buggy
Bundle Buggy has detected this merge request. For details, see: http://bundlebuggy.aaronbentley.com/project/squid/request/%3C20080907005501.GB8733%40motherbox.xtech.com.ar%3E Project: Squid

[PATCH] Send 407 on url_rewrite_access/storeurl_access

2008-09-06 Thread Diego Woitasen
This patch apply to Squid 2.7.STABLE4. If we use a proxy_auth acl on {storeurl,url_rewrite}_access and the user isn't authenticated previously, send 407. regards, Diego diff --git a/src/client_side.c b/src/client_side.c index 23c4274..4f75ea0 100644 --- a/src/client_side.c +++ b/src/cli