Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 24563 invoked from network); 24 May 2005 17:24:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2005 17:24:19 -0000 Received: (qmail 57732 invoked by uid 500); 24 May 2005 17:24:19 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 57712 invoked by uid 500); 24 May 2005 17:24:19 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 57697 invoked by uid 99); 24 May 2005 17:24:19 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of gcaa-apreq-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 24 May 2005 10:24:17 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Dad5v-0001dH-F2 for apreq-dev@httpd.apache.org; Tue, 24 May 2005 19:21:31 +0200 Received: from adsl-3-0-37.mia.bellsouth.net ([65.3.0.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 May 2005 19:21:31 +0200 Received: from joe+gmane by adsl-3-0-37.mia.bellsouth.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 24 May 2005 19:21:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: apreq-dev@httpd.apache.org To: apreq-dev@httpd.apache.org From: Joe Schaefer Subject: Re: Apache2::Cookie::Jar->cookies($key) doesn't work anymore? Date: Tue, 24 May 2005 13:20:22 -0400 Lines: 26 Message-ID: <87wtpofsmh.fsf@gemini.sunstarsys.com> References: <200505241202.18863.nomis80@lqt.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-3-0-37.mia.bellsouth.net Mail-Copies-To: never User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:8a3wpeNkBFATVwIpV1HB8q9jgDY= Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Simon Perreault writes: > Re-hi, > > I've come to realize that I, as a user of libapreq, shouldn't be > playing with APR::* classes, but with the Apache2::* classes instead. No, you shouldn't do that, because the APR::* classes will be the ones we recommend nowadays. We debated whether to chuck the Apache2::* classes entirely, but we left them in for back-compat reasons. It doesn't surprise me that we broke lots of stuff in the Apache2::* APIs with 2.05-dev, but we consider most of those breakages as bugs to fix. > I'll try to ask my question in as general a way as possible so as not > to get into things that are way over my head. > > Apache2::Cookie::Jar->cookies($key) doesn't seem to work anymore in 2.05. Nope, and that's another bug I suppose (although I don't think cookies() was ever intended to be a class method). -- Joe Schaefer