Return-Path: Delivered-To: apmail-incubator-shiro-dev-archive@www.apache.org Received: (qmail 88281 invoked from network); 20 May 2010 05:34:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 May 2010 05:34:22 -0000 Received: (qmail 71789 invoked by uid 500); 20 May 2010 05:34:22 -0000 Delivered-To: apmail-incubator-shiro-dev-archive@incubator.apache.org Received: (qmail 71709 invoked by uid 500); 20 May 2010 05:34:21 -0000 Mailing-List: contact shiro-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: shiro-dev@incubator.apache.org Delivered-To: mailing list shiro-dev@incubator.apache.org Received: (qmail 71701 invoked by uid 99); 20 May 2010 05:34:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 May 2010 05:34:20 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kalle.o.korhonen@gmail.com designates 209.85.212.47 as permitted sender) Received: from [209.85.212.47] (HELO mail-vw0-f47.google.com) (209.85.212.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 May 2010 05:34:13 +0000 Received: by vws20 with SMTP id 20so3576655vws.6 for ; Wed, 19 May 2010 22:33:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=AAqd15r05Ht5fTyQpLtht5qrzqWNxCBtFlQignlP6Jc=; b=IVsgNZlOEDxmhEURC8Wi2vP7+J5J7dTp8rlIMVK7Eq5CUV1UlxVigwR+yHdwXzAVdB Uyy45hqerrLDXq1P1cENZ7BahItCdA7flzO4gHYyLyn7l5SL9QqhtGt+Cw1ZC7w0b0CG hN/Fj9JmAI5ZZw1IXR2bvg3BsGJ6QQXZ5QTvI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=uVzQUiKiaW/RBzbCbC+huT0EbFCzA0rzygO3ZeiHbevP8Gv6H4DMRnsLiKzUgNuoNR Con+wcMAxvRk0omXZm0By1OEJNXmmb+hcFbpU7WpCw9cjsn7i8Il/p0Hf0L7v2A/oBGo Vw2ftqxcC8B2crZem253DZ+JIXsAPjHXiqtcA= MIME-Version: 1.0 Received: by 10.220.108.76 with SMTP id e12mr5011186vcp.24.1274333632092; Wed, 19 May 2010 22:33:52 -0700 (PDT) Received: by 10.220.86.16 with HTTP; Wed, 19 May 2010 22:33:52 -0700 (PDT) In-Reply-To: References: Date: Wed, 19 May 2010 22:33:52 -0700 Message-ID: Subject: Re: Web site static resources From: Kalle Korhonen To: shiro-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, May 19, 2010 at 3:25 PM, Les Hazlewood wrot= e: > I'm thinking we should have a top-level /static directory under which > all static content resides, including the Maven generated site. > Currently the maven generated site is located at /site which is a > little odd, since we already have a 'site'. =A0Can we move it to > /static/mvnsite to parallel other static images? =A0Thoughts? /static ok, do we really need /mvnsite added? What if it's just: - /static/latest for latest Maven snapshot - /static/{project.version} for archived Maven releases - /static/css - /static/images I'd try to keep the visible urls as short as possible for user's convenience. It's not absolutely necessary to even deploy the Maven site under /static, could be directly under our webroot. Kalle