From e7d33a401e4709ebe06b95ddb290b40a89e8582c Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Feb 26 2013 15:24:18 +0000 Subject: Clarify why SPDY is disabled --- diff --git a/jetty.spec b/jetty.spec index e7f2c8c..d7a4ac6 100644 --- a/jetty.spec +++ b/jetty.spec @@ -496,8 +496,10 @@ find . -name "*.class" -exec rm {} \; # manually before building distribution %pom_xpath_remove "pom:execution[pom:id[text()='unpack-config-deps']]" jetty-distribution -# Disable SPDY for now as there are missing dependencies -# (like some TLS extensions for OpenJDK) +# Disable SPDY for now as there are missing dependencies. SPDY needs +# Next Protocol Negotiation TLS Extension (NPN) for OpenJDK 7 or +# greater. We don't have this extension in Fedora. +# See: http://wiki.eclipse.org/Jetty/Feature/NPN %pom_disable_module jetty-spdy %pom_remove_dep org.eclipse.jetty.spdy: jetty-distribution