From 820b3373a2e932bd255c3a0951eb014d96729a7e Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 13 Jul 2010 21:35:39 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48960 Disable exec by default in SSI and provide an option to enable it for both Servlet and Filter git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@963868 13f79535-47bb-0310-9956-ffa450edef68 --- conf/web.xml | 4 ++++ java/org/apache/catalina/ssi/SSIFilter.java | 6 +++++- java/org/apache/catalina/ssi/SSIProcessor.java | 9 +++++++-- java/org/apache/catalina/ssi/SSIServlet.java | 7 ++++++- webapps/docs/changelog.xml | 5 +++++ webapps/docs/ssi-howto.xml | 4 ++++ 6 files changed, 31 insertions(+), 4 deletions(-) diff --git a/conf/web.xml b/conf/web.xml index 4db42c396..5e85d7348 100644 --- a/conf/web.xml +++ b/conf/web.xml @@ -267,6 +267,8 @@ + + + +