From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.142.191.1 with SMTP id o1cs347333wff; Fri, 18 Dec 2009 10:41:59 -0800 (PST) Received: from mr.google.com ([10.91.119.20]) by 10.91.119.20 with SMTP id w20mr1480442agm.22.1261161716132 (num_hops = 1); Fri, 18 Dec 2009 10:41:56 -0800 (PST) Received: by 10.91.119.20 with SMTP id w20mr213412agm.22.1261161714689; Fri, 18 Dec 2009 10:41:54 -0800 (PST) X-BeenThere: rack-devel@googlegroups.com Received: by 10.213.62.209 with SMTP id y17ls130ebh.1.p; Fri, 18 Dec 2009 10:41:52 -0800 (PST) Received: by 10.213.61.142 with SMTP id t14mr1244469ebh.14.1261161712670; Fri, 18 Dec 2009 10:41:52 -0800 (PST) Received: by 10.213.61.142 with SMTP id t14mr1244467ebh.14.1261161712417; Fri, 18 Dec 2009 10:41:52 -0800 (PST) Return-Path: Received: from mail-ew0-f219.google.com (mail-ew0-f219.google.com [209.85.219.219]) by gmr-mx.google.com with ESMTP id 18si422301ewy.0.2009.12.18.10.41.52; Fri, 18 Dec 2009 10:41:52 -0800 (PST) Received-SPF: neutral (google.com: 209.85.219.219 is neither permitted nor denied by best guess record for domain of ibc@aliax.net) client-ip=209.85.219.219; Received: by mail-ew0-f219.google.com with SMTP id 19so1791069ewy.21 for ; Fri, 18 Dec 2009 10:41:52 -0800 (PST) Received: by 10.213.102.133 with SMTP id g5mr5161754ebo.43.1261161711448; Fri, 18 Dec 2009 10:41:51 -0800 (PST) Return-Path: Received: from ibc-laptop.localnet ([212.230.46.89]) by mx.google.com with ESMTPS id 16sm2099928ewy.14.2009.12.18.10.41.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 18 Dec 2009 10:41:50 -0800 (PST) From: =?iso-8859-1?q?I=F1aki_Baz_Castillo?= To: rack-devel@googlegroups.com Subject: Re: How to use Rack::Auth::Digest::MD5 Date: Fri, 18 Dec 2009 19:41:47 +0100 User-Agent: KMail/1.12.2 (Linux/2.6.28-16-generic; KDE/4.3.2; x86_64; ; ) References: <200910162033.57584.ibc@aliax.net> <200910191407.03030.ibc@aliax.net> <8601f15a-3436-42e3-a0f3-f9338963201d@b36g2000prf.googlegroups.com> In-Reply-To: <8601f15a-3436-42e3-a0f3-f9338963201d@b36g2000prf.googlegroups.com> MIME-Version: 1.0 Message-Id: <200912181941.47218.ibc@aliax.net> X-Original-Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.219.219 is neither permitted nor denied by best guess record for domain of ibc@aliax.net) smtp.mail=ibc@aliax.net X-Original-Sender: ibc@aliax.net Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: X-Thread-Url: http://groups.google.com/group/rack-devel/t/d6cf30e9ccdc6dde X-Message-Url: http://groups.google.com/group/rack-devel/msg/9991eb1a63028e3c Sender: rack-devel@googlegroups.com List-Unsubscribe: , List-Subscribe: , Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable El Viernes, 18 de Diciembre de 2009, Genta IHA escribi=F3: > # authentication needed for users area > env =3D callcc do |cont| > auth =3D Rack::Auth::Digest::MD5.new(cont, realm) {|u| USERS[realm] > [user] } I get an error: what is "callcc"? Thanks a lot. =20 =2D-=20 I=F1aki Baz Castillo