]> git.pld-linux.org Git - packages/tomcat.git/commitdiff
- fixes admin struts config.
authorpawelz <pawelz@pld-linux.org>
Sat, 11 Apr 2009 01:23:28 +0000 (01:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- in debian it works without this patch. Is it related to struts version?

Changed files:
    apache-tomcat-admin-struts.patch -> 1.1

apache-tomcat-admin-struts.patch [new file with mode: 0644]

diff --git a/apache-tomcat-admin-struts.patch b/apache-tomcat-admin-struts.patch
new file mode 100644 (file)
index 0000000..645af33
--- /dev/null
@@ -0,0 +1,12 @@
+--- apache-tomcat-5.5.27-src/container/webapps/admin/WEB-INF/struts-config.xml~        2008-08-29 05:14:01.000000000 +0200
++++ apache-tomcat-5.5.27-src/container/webapps/admin/WEB-INF/struts-config.xml 2009-04-11 04:19:16.000000000 +0200
+@@ -478,6 +478,9 @@
+   <action-mappings>
++    <!-- Ugly PLD hack, that makes it working -->
++    <action    path="/login.jsp" unknown="true"/>
++
+     <!-- Dump registry information (debugging) -->
+     <action    path="/dumpRegistry"
+                type="org.apache.webapp.admin.DumpRegistryAction"/>
This page took 0.055282 seconds and 4 git commands to generate.