From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.227.175.12 with SMTP id v12csp25685wbz; Mon, 6 May 2013 00:55:26 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of rack-devel+bncBDJZV45X5EIBB2WDTWGAKGQEOALAQVY@googlegroups.com designates 10.50.176.234 as permitted sender) client-ip=10.50.176.234 Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-devel+bncBDJZV45X5EIBB2WDTWGAKGQEOALAQVY@googlegroups.com designates 10.50.176.234 as permitted sender) smtp.mail=rack-devel+bncBDJZV45X5EIBB2WDTWGAKGQEOALAQVY@googlegroups.com; dkim=pass header.i=@googlegroups.com X-Received: from mr.google.com ([10.50.176.234]) by 10.50.176.234 with SMTP id cl10mr2472758igc.6.1367826925617 (num_hops = 1); Mon, 06 May 2013 00:55:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=x-received:x-beenthere:x-received:x-received:received-spf :x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:x-original-sender:x-original-authentication-results :reply-to:precedence:mailing-list:list-id:x-google-group-id :list-post:list-help:list-archive:sender:list-subscribe :list-unsubscribe:content-type; bh=rJgq5W7tYpIl9SI6koWyVGMWeCrGlS3kPIavZ+t9IhU=; b=X7ts97tROVxeRzUGXckS0WrWyrpRW4ArpvFWTQ7QH80MPv3s4Uh/1sHOjrlpVHF2Sl tmNu3o4fVYXuGChAkAKJmHpn7MyRTB0DwzDcA26Ok/4VGoHvpX+QSnYBvisvHN7aTsxh isoQaT18JfJgq4r5Wy3YMT01g3MfsPtJInn/ArnKKrNLdcnb0aupw+r5UoH2evqVrdyI jl9jR20uTcd+016fFcBh+hUpFVHDzvbjVH/ZhgePIPi/zX9HGWa8opVatgN7Q570WAq/ 3EM48vWi23aINDnqfRY+FIcfrJq8c3PhZR8R7KM3Mmfn+56z66yC8cxzKekv0K6UVV6B N/EA== X-Received: by 10.50.176.234 with SMTP id cl10mr551724igc.6.1367826924906; Mon, 06 May 2013 00:55:24 -0700 (PDT) X-BeenThere: rack-devel@googlegroups.com Received: by 10.50.114.69 with SMTP id je5ls1636195igb.34.canary; Mon, 06 May 2013 00:55:22 -0700 (PDT) X-Received: by 10.50.106.4 with SMTP id gq4mr8923923igb.4.1367826922138; Mon, 06 May 2013 00:55:22 -0700 (PDT) Received: by 10.50.22.210 with SMTP id g18msigf; Mon, 6 May 2013 00:26:37 -0700 (PDT) X-Received: by 10.42.23.210 with SMTP id t18mr9666654icb.10.1367825196863; Mon, 06 May 2013 00:26:36 -0700 (PDT) Received: from mail-ia0-x22f.google.com (mail-ia0-x22f.google.com [2607:f8b0:4001:c02::22f]) by gmr-mx.google.com with ESMTPS id b19si318799igd.3.2013.05.06.00.26.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 06 May 2013 00:26:36 -0700 (PDT) Received-SPF: pass (google.com: domain of kashyap.kmbc@gmail.com designates 2607:f8b0:4001:c02::22f as permitted sender) client-ip=2607:f8b0:4001:c02::22f; Received: by mail-ia0-f175.google.com with SMTP id i38so2966770iae.34 for ; Mon, 06 May 2013 00:26:36 -0700 (PDT) X-Received: by 10.50.11.138 with SMTP id q10mr2239071igb.5.1367825196754; Mon, 06 May 2013 00:26:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.35.99 with HTTP; Mon, 6 May 2013 00:25:56 -0700 (PDT) In-Reply-To: <31932b53-0035-4a4a-93c9-63438e36ac85@googlegroups.com> References: <31932b53-0035-4a4a-93c9-63438e36ac85@googlegroups.com> From: kashyap k Date: Mon, 6 May 2013 12:55:56 +0530 Message-ID: Subject: Re: Serving static files from directories whose name includes a dot To: rack-devel@googlegroups.com X-Original-Sender: kashyap.kmbc@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of kashyap.kmbc@gmail.com designates 2607:f8b0:4001:c02::22f as permitted sender) smtp.mail=kashyap.kmbc@gmail.com; dkim=pass header.i=@gmail.com Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: X-Google-Group-Id: 486215384060 List-Post: , List-Help: , List-Archive: Sender: rack-devel@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: multipart/alternative; boundary=e89a8f503254f7b03e04dc079e73 --e89a8f503254f7b03e04dc079e73 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Christoph, Can you share some of of the failing code? On Fri, May 3, 2013 at 7:38 PM, wrote: > Hello everyone, > > i'm trying to serve static files - e.g. > /assets/js/handlebars.js/handlebars.min.js - via rack server. > Requests to any files in these directories are answered by 404 responses > from thin or puma. > > I asked @macournoyer (creator of thin) on twitter and he suspected a bug > in Rack::File. > Could this be possible? > > As i'm new to the whole ruby ecosystem and don't really know how to debug > this (altering > file.rb followed by recompiling and installing the rack gem didn't change > anything apparently). > Any tips on how to proceed are welcome. > > Greetings > Christoph > > *Pixum* - Immer die *sch=F6nsten* Bilder > ------------------------------**------------------------------** > ------------------------------**----------------- > *Pixum* ist eine gesch=FCtzte Marke der > Diginet GmbH & Co. KG - Industriestr.161 - 50999 K=F6ln > > Fon: +49 (2236) 886-0 - Fax: +49 (2236) 88 66 99 > Sitz K=F6ln, HRA 25531, Umsatzsteuer-ID: DE-209867661 > Komplement=E4rin: Diginet Management GmbH, Sitz K=F6ln, HRB 69766 > Gesch=E4ftsf=FChrer: Daniel Attallah, Oliver Thomsen > ------------------------------**------------------------------** > ------------------------------**------------------ > www.pixum.de .at .be .ch .com .uk .dk .es .eu .fr .nl .no .pl ... > > -- > > --- > You received this message because you are subscribed to the Google Groups > "Rack Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rack-devel+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > > --=20 Kashyap KMBC --=20 ---=20 You received this message because you are subscribed to the Google Groups "= Rack Development" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to rack-devel+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. --e89a8f503254f7b03e04dc079e73 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Christoph,

Can you sh= are some of of the failing code?=A0

On Fri, May 3, 2013 at 7:38 PM, <cwe@pixum.com> wrote:
Hello everyone,

i'm t= rying to serve static files - e.g. /assets/js/handlebars.js/handlebars.min.= js - via rack server.
Requests to any files in these directories are answered by 404 respons= es from thin or puma.

I asked @macournoyer (creato= r of thin) on twitter and he suspected a bug in Rack::File.
Could this be possible?

As i'm new to the whole ruby ecosystem and don'= t really know how to debug this (altering=A0
file.rb followed by = recompiling and installing the rack gem didn't change anything apparent= ly).
Any tips on how to proceed are welcome.

Greet= ings
Christoph

Pixum=A0- Immer die=A0= sch=F6nsten= =A0Bilder
-------------------------------------------------------= ----------------------------------------------------
Pi= xum=A0ist eine gesch=FCtzte Marke der
Diginet GmbH & Co. KG -=A0Industriestr.161 - 50999 K=F6ln

--
=A0
---
You received this message because you are subscribed to the Google Groups &= quot;Rack Development" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to rack-devel+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
=A0
=A0



-- Kashyap KMBC

--
 
---
You received this message because you are subscribed to the Google Groups &= quot;Rack Development" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to rack-devel+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
--e89a8f503254f7b03e04dc079e73--