You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/06/30 13:53:28 UTC

[04/50] [abbrv] incubator-taverna-common-activities git commit: Details about Jetty

Details about Jetty


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/c49ce852
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/c49ce852
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/c49ce852

Branch: refs/heads/docker
Commit: c49ce8523735bfcc564ca42425bb494f7130cd72
Parents: 8e6553f
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon May 2 01:24:22 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon May 2 01:28:31 2016 +0100

----------------------------------------------------------------------
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/c49ce852/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f139215..5213e04 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,6 @@ The following provides more details on the included cryptographic software:
   (JSSE) and depend on
   [Apache WSS4J](https://ws.apache.org/wss4j/),
   [Apache XML Security for Java](https://santuario.apache.org/javaindex.html)
-  and [Open SAML Java](https://shibboleth.net/products/opensaml-java.html))
   for accessing secure SOAP Web Services.
 * Apache Taverna Common Activities depends on the
   [Apache Taverna Engine](http://taverna.incubator.apache.org/download/engine/)
@@ -150,4 +149,6 @@ The following provides more details on the included cryptographic software:
   management of username/password and client/server SSL certificates.
 * [taverna-interaction-activity](taverna-interaction-activity) depend on
   [Jetty](http://www.eclipse.org/jetty/),
-  which includes UnixCrypt.java for one way cryptography.
+  which includes UnixCrypt.java for one way cryptography, and can be
+  configured for SSL encryption using
+  [Java Secure Socket Extension](https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html)