Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D711892BB for ; Thu, 19 Jan 2012 20:11:08 +0000 (UTC) Received: (qmail 51975 invoked by uid 500); 19 Jan 2012 20:11:08 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 51850 invoked by uid 500); 19 Jan 2012 20:11:07 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 51842 invoked by uid 99); 19 Jan 2012 20:11:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2012 20:11:07 +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 bimargulies@gmail.com designates 74.125.82.169 as permitted sender) Received: from [74.125.82.169] (HELO mail-we0-f169.google.com) (74.125.82.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2012 20:11:00 +0000 Received: by werl4 with SMTP id l4so354459wer.0 for ; Thu, 19 Jan 2012 12:10:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=gVqmL9KaeaTKLRzGXgR4W7cMsGZO1b1iu1Qc5vTZfU0=; b=USH1n6v5Vgb7RNksBVJvwaHNWGQg0mqAZIPYh1FUeTkIYbprGhiu3I6ik416Qgkl5H vRIIbIwD7gDS09CPumJIlZ78DTihImMFSxDc04rHOnSTrUhUkqJxiknbRD8egfGTFPcy piMB4XHfsu3GW9pg7SSiEG5TweXXvKhwBuUUs= MIME-Version: 1.0 Received: by 10.216.136.90 with SMTP id v68mr12054062wei.47.1327003839865; Thu, 19 Jan 2012 12:10:39 -0800 (PST) Received: by 10.180.93.5 with HTTP; Thu, 19 Jan 2012 12:10:39 -0800 (PST) In-Reply-To: <4F185EB7.1030404@gmail.com> References: <4F06DFF2.7080903@gmail.com> <4F185EB7.1030404@gmail.com> Date: Thu, 19 Jan 2012 15:10:39 -0500 Message-ID: Subject: Re: CORS documentation From: Benson Margulies To: dev@cxf.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Sorry, I've been marginally sick and that has stopped me from making it to this task. I did try to write a lot of javadoc. On Thu, Jan 19, 2012 at 1:19 PM, Sergey Beryozkin wrote: > On 06/01/12 11:50, Sergey Beryozkin wrote: >> >> Hi Benson >> >> I've created a page for documenting the initial CORS support, >> https://cwiki.apache.org/confluence/display/CXF20DOC/JAX-RS+CORS >> >> if you get a chance, fill it in please; I can contribute too but a bit >> later > > > I started putting some code examples from the tests you did, which is a > start. The package.html is also very good, I have a couple of minor changes, > will commit a bit later. > It seems we have some good support for people to start experimenting with > CORS, > > By the way I'm planning to move the CORS code into a dedicated module as > it's very likely to grow > > Cheers, Sergey