Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D099E11643 for ; Tue, 12 Aug 2014 21:43:59 +0000 (UTC) Received: (qmail 16884 invoked by uid 500); 12 Aug 2014 21:43:59 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 16825 invoked by uid 500); 12 Aug 2014 21:43:58 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 16814 invoked by uid 99); 12 Aug 2014 21:43:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 21:43:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jens@couchbase.com designates 199.193.200.192 as permitted sender) Received: from [199.193.200.192] (HELO hub029-va-1.exch029.serverdata.net) (199.193.200.192) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 21:43:31 +0000 Received: from [10.0.1.26] (173.228.7.198) by east.exch029.serverdata.net (10.216.105.31) with Microsoft SMTP Server (TLS) id 14.3.174.1; Tue, 12 Aug 2014 14:43:29 -0700 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 (Mac OS X Mail 8.0 \(1972.3\)) Subject: Re: Detecting whether SSL is being used From: Jens Alfke In-Reply-To: Date: Tue, 12 Aug 2014 14:43:27 -0700 Content-Transfer-Encoding: quoted-printable Message-ID: <95195E14-25D5-42DB-B772-1F827DC63B0F@couchbase.com> References: To: X-Mailer: Apple Mail (2.1972.3) X-Virus-Checked: Checked by ClamAV on apache.org > On Aug 12, 2014, at 1:57 PM, Kevin Cernekee = wrote: >=20 > The ACRA package includes a JavaScript list function[1] which > generates an RSS feed. The resultant XML document needs to contain > absolute URLs to other documents in the CouchDB instance. It's valid for a feed to contain relative URLs with absolute paths; this = can help avoid needing knowledge of the server's hostname or SSL status. For example, the URL of an article is allowed to be = "/db/article1/body.html" instead of = "https://example.com/db/article1/body.html". The feed processor will = interpret this relative to the base URL of the website. =E2=80=94Jens=