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
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)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.