From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.204.72.79 with SMTP id l15cs42608bkj; Wed, 10 Jun 2009 09:57:24 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com designates 10.142.125.8 as permitted sender) client-ip=10.142.125.8; Authentication-Results: mr.google.com; spf=pass (google.com: domain of grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com designates 10.142.125.8 as permitted sender) smtp.mail=grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com; dkim=pass header.i=grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com Received: from mr.google.com ([10.142.125.8]) by 10.142.125.8 with SMTP id x8mr2367368wfc.21.1244653041489 (num_hops = 1); Wed, 10 Jun 2009 09:57:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :mime-version:received:date:in-reply-to:x-ip:references:user-agent :x-http-useragent:message-id:subject:from:to:content-type :content-transfer-encoding:reply-to:sender:precedence:x-google-loop :mailing-list:list-id:list-post:list-help:list-unsubscribe :x-beenthere-env:x-beenthere; bh=34IdJc6ykk4aVV0AYJ9ZBDOHmvNq5R6Mja8cohRh79Y=; b=Q5HoOcpPaeq7dT/r7FCns1+DDpZBcBEkZ/S4UYdZPcSMxmbucElY7LpsQXDDRvLJJQ NI9YB9uW8UclzTTbLkjXZvrFp0Q1HQvYgSfENYKT3VEK5jV/RGTZ7CLRiI1Rvtjm9Sxv dn04RC12/j8fdZduvhNwpU6v72upglIaUWkhI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-sender:x-apparently-to:mime-version:date:in-reply-to:x-ip :references:user-agent:x-http-useragent:message-id:subject:from:to :content-type:content-transfer-encoding:reply-to:sender:precedence :x-google-loop:mailing-list:list-id:list-post:list-help :list-unsubscribe:x-beenthere-env:x-beenthere; b=yFpujuCyFQQ0URiicGFFLbhesspdexr3jPVyAIFHaxrpvU4YUC+9S9mcqqqOMKhrzE oUsSdOrEPksFsrkGWzf7ERHUUrSBAVYvMdPROTD8zN6KovdsNs3RnR+sFb8mxwgEPcj8 AAQ/Uzmiv663V8+qbog03xkygC3pOSleYv2Hg= Received: by 10.142.125.8 with SMTP id x8mr309351wfc.21.1244653041304; Wed, 10 Jun 2009 09:57:21 -0700 (PDT) Received: by 10.106.201.4 with SMTP id y4gr1433prf.0; Wed, 10 Jun 2009 09:57:08 -0700 (PDT) X-Sender: james.a.rosen@gmail.com X-Apparently-To: rack-devel@googlegroups.com MIME-Version: 1.0 Received: by 10.100.6.16 with SMTP id 16mr96625anf.8.1244653027683; Wed, 10 Jun 2009 09:57:07 -0700 (PDT) Date: Wed, 10 Jun 2009 09:57:07 -0700 (PDT) In-Reply-To: X-IP: 129.83.31.3 References: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10,gzip(gfe),gzip(gfe) Message-ID: <135b7973-b7d5-4563-a102-4ba18cdc0bab@o36g2000vbi.googlegroups.com> Subject: Re: new middleware for rack-contrib: CAS From: Gaius To: Rack Development Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Reply-To: rack-devel@googlegroups.com Sender: rack-devel@googlegroups.com Precedence: bulk X-Google-Loop: groups Mailing-List: list rack-devel@googlegroups.com; contact rack-devel+owner@googlegroups.com List-Id: List-Post: List-Help: List-Unsubscribe: , X-BeenThere-Env: rack-devel@googlegroups.com X-BeenThere: rack-devel@googlegroups.com Still no interest in CAS? How do I go about getting it accepted to the master repository, and thus into the contrib section of the next Rack gem release? -Gaius On Jun 6, 3:32=A0pm, Gaius wrote: > I built a CAS login middleware over the past week. > > The lighthouse ticket is here:http://rack.lighthouseapp.com/projects/2245= 6/tickets/2-new-middleware... > > The code is here:http://github.com/gcnovus/rack-contrib/commit/322a598f3c= 4cc6cdfd3fbbd...