Author: pawelz Date: Sat Apr 11 01:23:33 2009 GMT Module: SOURCES Tag: HEAD ---- Log message: - fixes admin struts config. - in debian it works without this patch. Is it related to struts version?
---- Files affected: SOURCES: apache-tomcat-admin-struts.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/apache-tomcat-admin-struts.patch diff -u /dev/null SOURCES/apache-tomcat-admin-struts.patch:1.1 --- /dev/null Sat Apr 11 03:23:34 2009 +++ SOURCES/apache-tomcat-admin-struts.patch Sat Apr 11 03:23:28 2009 @@ -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"/> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
