Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 33066 invoked from network); 5 Nov 2010 21:30:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Nov 2010 21:30:46 -0000 Received: (qmail 87453 invoked by uid 500); 5 Nov 2010 21:31:17 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 87397 invoked by uid 500); 5 Nov 2010 21:31:16 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 87389 invoked by uid 99); 5 Nov 2010 21:31:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 21:31:16 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=10.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jorton@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 21:31:10 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oA5LUnvQ015348 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 5 Nov 2010 17:30:49 -0400 Received: from manyfish.co.uk (vpn-11-26.rdu.redhat.com [10.11.11.26]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oA5LUlGk011403 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Fri, 5 Nov 2010 17:30:49 -0400 Date: Fri, 5 Nov 2010 17:30:46 -0400 From: Joe Orton To: dev@httpd.apache.org Subject: Re: Proxy regressions Message-ID: <20101105213046.GA11035@manyfish.co.uk> References: <201011032112.06345.sf@sfritsch.de> <4CD2626E.5040509@apache.org> <3DA517F3-DF8D-41D1-BE0B-A287BA86E619@jaguNET.com> <201011042057.54064.sf@sfritsch.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201011042057.54064.sf@sfritsch.de> User-Agent: Mutt/1.5.20 (2009-08-17) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 On Thu, Nov 04, 2010 at 08:57:53PM +0100, Stefan Fritsch wrote: > On Thursday 04 November 2010, Jim Jagielski wrote: > > Tested so +1 > > Yes, the latest round of fixes seems to have fixed all my problems. > Thanks. I get a bunch of 404s in the aaa.t authz/form tests, did you forget to check in t/htdocs/authz/form or is that supposed to be created on-the-fly? I haven't dug into it. t/modules/aaa.t ............. 1/38 # Test 23 got: "404" (t/modules/aaa.t at line 117) # Expected: "302" (form: access without user/env should redirect with 302) # Test 24 got: (t/modules/aaa.t at line 125) # Expected: "/authz/login.html" (form: login without user/env should redirect to login form) # Test 25 got: "404" (t/modules/aaa.t at line 135) # Expected: "302" (form: login with wrong passwd should redirect with 302) # Test 26 got: (t/modules/aaa.t at line 143) # Expected: "/authz/login.html" (form: login with wrong passwd should redirect to login form) ... error_log sez: 127.0.0.1 - udigest [05/Nov/2010:17:28:42 -0400] "GET /authz/digest/index.html HTTP/1.1" 200 26 127.0.0.1 - - [05/Nov/2010:17:28:42 -0400] "GET /authz/digest/index.html HTTP/1.1" 200 26 127.0.0.1 - - [05/Nov/2010:17:28:42 -0400] "GET /authz/digest/index.html.foo HTTP/1.1" 404 225 127.0.0.1 - - [05/Nov/2010:17:28:42 -0400] "GET /authz/form/index.html HTTP/1.1" 404 219 127.0.0.1 - - [05/Nov/2010:17:28:42 -0400] "POST /authz/form/dologin.html HTTP/1.1" 404 221 ...