diff options
author | David Seifert <soap@gentoo.org> | 2017-11-25 23:14:21 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-26 12:23:46 +0100 |
commit | 51b2ee5e2aecc92deca3d93e56e93e7a7b3ea6bd (patch) | |
tree | 11cbc40451958863b94088e81007f17d13ce4cdd /dev-java | |
parent | dev-java/java-service-wrapper: [QA] Consistent whitespace in metadata.xml (diff) | |
download | gentoo-51b2ee5e2aecc92deca3d93e56e93e7a7b3ea6bd.tar.gz gentoo-51b2ee5e2aecc92deca3d93e56e93e7a7b3ea6bd.tar.bz2 gentoo-51b2ee5e2aecc92deca3d93e56e93e7a7b3ea6bd.zip |
dev-java/jetty-alpn-api: [QA] Consistent whitespace in metadata.xml
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jetty-alpn-api/metadata.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-java/jetty-alpn-api/metadata.xml b/dev-java/jetty-alpn-api/metadata.xml index d0ea9f190876..e7ff4b83b664 100644 --- a/dev-java/jetty-alpn-api/metadata.xml +++ b/dev-java/jetty-alpn-api/metadata.xml @@ -8,7 +8,9 @@ <upstream> <remote-id type="github">eclipse/jetty.alpn.api</remote-id> </upstream> - <longdescription>The Jetty project provides an implementation of the TLS extension for ALPN for OpenJDK 7 and OpenJDK 8. ALPN allows the application layer to negotiate which protocol to use over the secure connection. + <longdescription> + The Jetty project provides an implementation of the TLS extension for ALPN for OpenJDK 7 and OpenJDK 8. ALPN allows the application layer to negotiate which protocol to use over the secure connection. -Any protocol can be negotiated by ALPN within a TLS connection. The protocols that are most commonly negotiated are HTTP/2 (for browsers that support it) and, historically, SPDY. The ALPN implementation is therefore not HTTP/2 or SPDY specific in any way. Jetty's ALPN implementation, although hosted under the umbrella of the Jetty project, is independent of Jetty (the Servlet Container); you can use the ALPN implementation in any other Java network server.</longdescription> + Any protocol can be negotiated by ALPN within a TLS connection. The protocols that are most commonly negotiated are HTTP/2 (for browsers that support it) and, historically, SPDY. The ALPN implementation is therefore not HTTP/2 or SPDY specific in any way. Jetty's ALPN implementation, although hosted under the umbrella of the Jetty project, is independent of Jetty (the Servlet Container); you can use the ALPN implementation in any other Java network server. + </longdescription> </pkgmetadata> |