From dev-return-20008-apmail-mina-dev-archive=mina.apache.org@mina.apache.org Sun May 30 20:41:58 2010 Return-Path: Delivered-To: apmail-mina-dev-archive@www.apache.org Received: (qmail 20475 invoked from network); 30 May 2010 20:41:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 May 2010 20:41:57 -0000 Received: (qmail 14055 invoked by uid 500); 30 May 2010 20:41:57 -0000 Delivered-To: apmail-mina-dev-archive@mina.apache.org Received: (qmail 14017 invoked by uid 500); 30 May 2010 20:41:57 -0000 Mailing-List: contact dev-help@mina.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mina.apache.org Delivered-To: mailing list dev@mina.apache.org Received: (qmail 14009 invoked by uid 99); 30 May 2010 20:41:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 May 2010 20:41:57 +0000 X-ASF-Spam-Status: No, hits=-1480.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 May 2010 20:41:56 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4UKfahX026985 for ; Sun, 30 May 2010 20:41:36 GMT Message-ID: <23147803.74651275252096587.JavaMail.jira@thor> Date: Sun, 30 May 2010 16:41:36 -0400 (EDT) From: "Bogdan Pistol (JIRA)" To: dev@mina.apache.org Subject: [jira] Updated: (VYSPER-205) Bosh-0.4 - Servet + SSL + flash crossdomain In-Reply-To: <27132536.74611275251976738.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/VYSPER-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bogdan Pistol updated VYSPER-205: --------------------------------- Description: This patch implements a Servlet that acts like a BOSH handler. The pom.xml is updated to depend on jetty-servlet. Jetty SSL is implemented and a keystore is provided to test on HTTPS. Because there are already 2 patches (https://issues.apache.org/jira/browse/VYSPER-204) I cannot make incremental diffs against SVN (only a total patch that will incorporate the previous diffs/patches). So I used the GNU diff command to create a unified diff that is incremental to the other patches. First you have to apply the first patches and then this patch that is only incremental for easy reading. The actual command to create the diff is: diff -x ".svn" -urN tree1 tree2 And to apply the patch from within the xep0124-xep0206-bosh folder: patch -p1 < the-patch It also works in Eclipse from Team -> Apply patch, ("Ignore leading path name segments" should be 1 in the second screen of the wizard) was: This patch implements a Servlet that acts like a BOSH handler. The pom.xml is updated to depend on jetty-servlet. Jetty SSL is implemented and a keystore is provided to test on HTTPS. Because there are already 2 patches I cannot make incremental diffs against SVN (only a total patch that will incorporate the previous diffs/patches). So I used the GNU diff command to create a unified diff that is incremental to the other patches. First you have to apply the first patches and then this patch that is only incremental for easy reading. The actual command to create the diff is: diff -x ".svn" -urN tree1 tree2 And to apply the patch from within the xep0124-xep0206-bosh folder: patch -p1 < the-patch It also works in Eclipse from Team -> Apply patch, ("Ignore leading path name segments" should be 1 in the second screen of the wizard) > Bosh-0.4 - Servet + SSL + flash crossdomain > ------------------------------------------- > > Key: VYSPER-205 > URL: https://issues.apache.org/jira/browse/VYSPER-205 > Project: VYSPER > Issue Type: Improvement > Components: extension > Reporter: Bogdan Pistol > Priority: Minor > Attachments: bosh-0.4-binary.tgz, bosh-0.4.patch > > > This patch implements a Servlet that acts like a BOSH handler. > The pom.xml is updated to depend on jetty-servlet. > Jetty SSL is implemented and a keystore is provided to test on HTTPS. > Because there are already 2 patches (https://issues.apache.org/jira/browse/VYSPER-204) I cannot make incremental diffs against SVN (only a total patch that will incorporate the previous diffs/patches). So I used the GNU diff command to create a unified diff that is incremental to the other patches. First you have to apply the first patches and then this patch that is only incremental for easy reading. The actual command to create the diff is: > diff -x ".svn" -urN tree1 tree2 > And to apply the patch from within the xep0124-xep0206-bosh folder: > patch -p1 < the-patch > It also works in Eclipse from Team -> Apply patch, ("Ignore leading path name segments" should be 1 in the second screen of the wizard) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.