Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9D452D113 for ; Thu, 28 Jun 2012 05:54:29 +0000 (UTC) Received: (qmail 51071 invoked by uid 500); 28 Jun 2012 05:54:28 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 51011 invoked by uid 500); 28 Jun 2012 05:54:28 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 50964 invoked by uid 99); 28 Jun 2012 05:54:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2012 05:54:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2012 05:54:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0ACDD23889FD for ; Thu, 28 Jun 2012 05:54:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1354820 - in /tomcat/tc6.0.x/trunk: ./ conf/web.xml webapps/docs/changelog.xml webapps/docs/ssi-howto.xml Date: Thu, 28 Jun 2012 05:54:02 -0000 To: dev@tomcat.apache.org From: kkolinko@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120628055403.0ACDD23889FD@eris.apache.org> Author: kkolinko Date: Thu Jun 28 05:54:00 2012 New Revision: 1354820 URL: http://svn.apache.org/viewvc?rev=1354820&view=rev Log: CTR: docs Merged revision 1354685 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53473 Correct documentation and web.xml comments for SSI isVirtualWebappRelative option since the allowed values are true or false Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/conf/web.xml tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/ssi-howto.xml Propchange: tomcat/tc6.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1354685 Modified: tomcat/tc6.0.x/trunk/conf/web.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/conf/web.xml?rev=1354820&r1=1354819&r2=1354820&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/conf/web.xml (original) +++ tomcat/tc6.0.x/trunk/conf/web.xml Thu Jun 28 05:54:00 2012 @@ -284,7 +284,7 @@ - + @@ -315,7 +315,7 @@ isVirtualWebappRelative - 0 + false 4 @@ -477,7 +477,7 @@ - + @@ -501,7 +501,7 @@ isVirtualWebappRelative - 0 + false --> Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1354820&r1=1354819&r2=1354820&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Thu Jun 28 05:54:00 2012 @@ -265,6 +265,11 @@ Change the index page of ROOT webapp to mention "manager-gui" role instead of "manager" one. (kkolinko) + + 53473: Correct the allowed values for the SSI option + isVirtualWebappRelative which are true or + false. (markt) + Modified: tomcat/tc6.0.x/trunk/webapps/docs/ssi-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/ssi-howto.xml?rev=1354820&r1=1354819&r2=1354820&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/ssi-howto.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/ssi-howto.xml Thu Jun 28 05:54:00 2012 @@ -99,7 +99,7 @@ directives will expire. Default behaviou evaluated for every request.
  • isVirtualWebappRelative - Should "virtual" SSI directive paths be interpreted as relative to the context root, instead of the server -root? (0=false, 1=true) Default 0 (false).
  • +root? Default false.
  • inputEncoding - The encoding to be assumed for SSI resources if one cannot be determined from the resource itself. Default is the default platform encoding.
  • @@ -129,7 +129,7 @@ directives will expire. Default behaviou evaluated for every request.
  • isVirtualWebappRelative - Should "virtual" SSI directive paths be interpreted as relative to the context root, instead of the server -root? (0=false, 1=true) Default 0 (false).
  • +root? Default false.
  • allowExec - Is the exec command enabled? Default is false.
  • --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org