Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA36F18F08 for ; Wed, 18 Nov 2015 12:01:34 +0000 (UTC) Received: (qmail 30534 invoked by uid 500); 18 Nov 2015 12:01:34 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 30473 invoked by uid 500); 18 Nov 2015 12:01:34 -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 30463 invoked by uid 99); 18 Nov 2015 12:01:34 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2015 12:01:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id A91D01A20A7 for ; Wed, 18 Nov 2015 12:01:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.009 X-Spam-Level: X-Spam-Status: No, score=-0.009 tagged_above=-999 required=6.31 tests=[T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ce6If11GwhqP for ; Wed, 18 Nov 2015 12:01:24 +0000 (UTC) Received: from lewis.sophia.w3.org (lewis.sophia.w3.org [193.51.208.79]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id C8ACD2304C for ; Wed, 18 Nov 2015 12:01:23 +0000 (UTC) Received: from mut38-7-78-226-234-114.fbx.proxad.net ([78.226.234.114] helo=kiribati.inrialpes.fr) by lewis.sophia.w3.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1Zz1QL-00058a-Af for dev@httpd.apache.org; Wed, 18 Nov 2015 12:01:17 +0000 Received: by kiribati.inrialpes.fr (Postfix, from userid 50104) id 990BC77A; Wed, 18 Nov 2015 13:01:12 +0100 (CET) Date: Wed, 18 Nov 2015 13:01:12 +0100 From: Jose Kahan To: dev@httpd.apache.org Subject: Re: patch to mod_authz_dbd to handle query parameters Message-ID: <20151118120112.GA30637@kiribati.inrialpes.fr> Reply-To: jose.kahan@w3.org References: <20150414173852.GA7233@kiribati.inrialpes.fr> <304DB914-ED71-4476-B875-F1ABDD1E370C@sharp.fm> <20150423195443.GA6564@kiribati.inrialpes.fr> <20150428165148.GA17745@kiribati.inrialpes.fr> <20150530092940.GA5259@kiribati.inrialpes.fr> <20150530093150.GA5492@kiribati.inrialpes.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150530093150.GA5492@kiribati.inrialpes.fr> User-Agent: Mutt/1.5.21 (2010-09-15) Hi, Not having heard back since submitting this enhancement, I decided to put it on github to share it with other people who may be interested by it [1]. I integrated the changes from [2] and used 2.4.17 as the "base version". My original submission is [3]. Feel free to contact me if you are interested to integrate this into apache and require further changes. -jose [1] https://github.com/jkbzh/apache2_mod_authz_dbd [2] https://bz.apache.org/bugzilla/show_bug.cgi?id=57868 [3] https://bz.apache.org/bugzilla/show_bug.cgi?id=58025