[jetty] Set glassfish as default jsp implementation

Michael Šimáček msimacek at fedoraproject.org
Fri Jan 2 16:01:59 UTC 2015


commit e94bca345956a819fe7e4a34de08501323684769
Author: Michael Simacek <msimacek at redhat.com>
Date:   Fri Jan 2 17:00:51 2015 +0100

    Set glassfish as default jsp implementation

 jetty.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/jetty.spec b/jetty.spec
index a5c5b6f..0357eda 100644
--- a/jetty.spec
+++ b/jetty.spec
@@ -642,6 +642,7 @@ cp %{SOURCE6} .
 sed -i '/<SystemProperty name="jetty.state"/d' \
     jetty-distribution/src/main/resources/etc/jetty-started.xml
 
+sed -i '/jsp-impl=/s/apache/glassfish/' jetty-distribution/src/main/resources/modules/jsp.mod
 
 # Looks like all CDDL licensed content in tarball has been replaced,
 # we don't need to install this license
@@ -898,6 +899,7 @@ exit 0
 - Update to upstream version 9.2.6
 - Simplify symlink creation
 - Include symlink to jetty-schemas (RHBZ#1170829)
+- Set glassfish as default jsp implementation
 
 * Fri Oct 10 2014 Michael Simacek <msimacek at redhat.com> - 9.2.3-2
 - Add missing requires jetty-start


More information about the scm-commits mailing list