Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 853F410E89 for ; Mon, 2 Dec 2013 11:39:10 +0000 (UTC) Received: (qmail 75117 invoked by uid 500); 2 Dec 2013 11:39:06 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 75079 invoked by uid 500); 2 Dec 2013 11:39:03 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 75071 invoked by uid 99); 2 Dec 2013 11:39:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Dec 2013 11:39:01 +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 jukka.zitting@gmail.com designates 209.85.219.51 as permitted sender) Received: from [209.85.219.51] (HELO mail-oa0-f51.google.com) (209.85.219.51) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Dec 2013 11:38:55 +0000 Received: by mail-oa0-f51.google.com with SMTP id i7so12954329oag.38 for ; Mon, 02 Dec 2013 03:38:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=5asJrwWgR4+ppk/uZVJNN0ObznOloH5RUMGBOnWyvx0=; b=bBYqAUQjrRL+OIZtsunqjnB4Pb+TjgitVH8pObPL+XFSkajcQLMofWyU0TIWzPX7+y 7p6TwG15wt93CQOKTyQY+/WlmIu/+qCNNjtRELd+BWvA59aZE4AvkWb+/zXv1lMnhCI0 m2YBFBaw1upHA8G+WkXJqVyTgh/l3cGCXJhyyOIcDAAZ51XriDhIJupdwojg+KAXBae7 JSdAUHivYZTJHUpBZOxXnRDU7lMP+Kp0PvzKuuVU43G0ReIRz+DiU/4pLl2neCkxe4ew cfy7wN7ao+YZPGf1VRHAKBJf5QmXosZdo0qmFKY5IUEjuQj+COuTHOInzvnt81hno28F 1+1Q== X-Received: by 10.60.177.66 with SMTP id co2mr136096oec.85.1385984314303; Mon, 02 Dec 2013 03:38:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.153.198 with HTTP; Mon, 2 Dec 2013 03:38:13 -0800 (PST) In-Reply-To: References: From: Jukka Zitting Date: Mon, 2 Dec 2013 06:38:13 -0500 Message-ID: Subject: Re: SPI vs non-SPI To: Oak devs Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Mon, Dec 2, 2013 at 6:34 AM, Tobias Bocanegra wrote: > so this means, that the SPI as we had it in Jackrabbit 2.x does no > longer exist. And that if we want to continue to support remoting via > DavEx (for example) users need to use the (client) code from > Jackrabbit. Exactly. BR, Jukka Zitting