Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 831787 Details for
Bug 1036905
Update to jetty-9.1.0
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Update to jetty-9.1.0
update-to-jetty-9.1.0.patch (text/plain), 4.00 KB, created by
Michael Simacek
on 2013-12-02 21:31:03 UTC
(
hide
)
Description:
Update to jetty-9.1.0
Filename:
MIME Type:
Creator:
Michael Simacek
Created:
2013-12-02 21:31:03 UTC
Size:
4.00 KB
patch
obsolete
>From 3a91850a038316d5f2550838f5acc78aa45c5652 Mon Sep 17 00:00:00 2001 >From: Michael Simacek <msimacek@redhat.com> >Date: Mon, 2 Dec 2013 13:43:05 +0100 >Subject: [PATCH] Update to jetty-9.1.0 > >Signed-off-by: Michael Simacek <msimacek@redhat.com> >--- > hadoop-hdfs-project/hadoop-hdfs/pom.xml | 18 +++++++++++++----- > 1 file changed, 13 insertions(+), 5 deletions(-) > >diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml >index bffe4d0..6df146a 100644 >--- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml >+++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml >@@ -184,7 +184,9 @@ > </goals> > <configuration> > <webAppSourceDirectory>${basedir}/src/main/webapps/hdfs</webAppSourceDirectory> >- <packageRoot>org.apache.hadoop.hdfs.server.namenode</packageRoot> >+ <jspc> >+ <targetPackage>org.apache.hadoop.hdfs.server.namenode</targetPackage> >+ </jspc> > <includes>*.jsp</includes> > <workingDirectory>${project.build.directory}/generated-sources/java</workingDirectory> > <webXmlFragment>${project.build.directory}/hdfs-jsp-servlet-definitions.xml</webXmlFragment> >@@ -198,7 +200,9 @@ > </goals> > <configuration> > <webAppSourceDirectory>${basedir}/src/main/webapps/secondary</webAppSourceDirectory> >- <packageRoot>org.apache.hadoop.hdfs.server.namenode</packageRoot> >+ <jspc> >+ <targetPackage>org.apache.hadoop.hdfs.server.namenode</targetPackage> >+ </jspc> > <includes>*.jsp</includes> > <workingDirectory>${project.build.directory}/generated-sources/java</workingDirectory> > <webXmlFragment>${project.build.directory}/secondary-jsp-servlet-definitions.xml</webXmlFragment> >@@ -212,7 +216,9 @@ > </goals> > <configuration> > <webAppSourceDirectory>${basedir}/src/main/webapps/journal</webAppSourceDirectory> >- <packageRoot>org.apache.hadoop.hdfs.server.journalservice</packageRoot> >+ <jspc> >+ <targetPackage>org.apache.hadoop.hdfs.server.journalservice</targetPackage> >+ </jspc> > <includes>*.jsp</includes> > <workingDirectory>${project.build.directory}/generated-sources/java</workingDirectory> > <webXmlFragment>${project.build.directory}/journal-jsp-servlet-definitions.xml</webXmlFragment> >@@ -226,7 +232,9 @@ > </goals> > <configuration> > <webAppSourceDirectory>${basedir}/src/main/webapps/datanode</webAppSourceDirectory> >- <packageRoot>org.apache.hadoop.hdfs.server.datanode</packageRoot> >+ <jspc> >+ <targetPackage>org.apache.hadoop.hdfs.server.datanode</targetPackage> >+ </jspc> > <includes>*.jsp</includes> > <workingDirectory>${project.build.directory}/generated-sources/java</workingDirectory> > <webXmlFragment>${project.build.directory}/datanode-jsp-servlet-definitions.xml</webXmlFragment> >@@ -308,7 +316,7 @@ > <loadfile property="hdfs.servlet.definitions" srcFile="${project.build.directory}/hdfs-jsp-servlet-definitions.xml"/> > <loadfile property="secondary.servlet.definitions" srcFile="${project.build.directory}/secondary-jsp-servlet-definitions.xml"/> > <loadfile property="datanode.servlet.definitions" srcFile="${project.build.directory}/datanode-jsp-servlet-definitions.xml"/> >- <loadfile property="journal.servlet.definitions" srcFile="${project.build.directory}/journal-jsp-servlet-definitions.xml"/> >+ <loadfile property="journal.servlet.definitions" srcFile="${project.build.directory}/journal-jsp-servlet-definitions.xml"/> > <echoproperties destfile="${project.build.directory}/webxml.properties"> > <propertyset> > <propertyref regex=".*.servlet.definitions"/> >-- >1.8.3.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1036905
: 831787