Author: markt Date: Thu Jan 4 17:40:16 2018 New Revision: 1820153 URL: http://svn.apache.org/viewvc?rev=1820153&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61910 Clarify the meaning of the allowLinking option in the documentation web application.
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/resources.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1820153&r1=1820152&r2=1820153&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Thu Jan 4 17:40:16 2018 @@ -135,6 +135,10 @@ style (keystore) TLS configuration via the Manager web application. (markt) </add> + <fix> + <bug>61910</bug>: Clarify the meaning of the <code>allowLinking</code> + option in the documentation web application. (markt) + </fix> </changelog> </subsection> <subsection name="Other"> Modified: tomcat/trunk/webapps/docs/config/resources.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/resources.xml?rev=1820153&r1=1820152&r2=1820153&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/resources.xml (original) +++ tomcat/trunk/webapps/docs/config/resources.xml Thu Jan 4 17:40:16 2018 @@ -68,9 +68,9 @@ <attribute name="allowLinking" required="false"> <p>If the value of this flag is <code>true</code>, symlinks will be - allowed inside the web application, pointing to resources outside the - web application base path. If not specified, the default value - of the flag is <code>false</code>.</p> + allowed inside the web application, pointing to resources inside or + outside the web application base path. If not specified, the default + value of the flag is <code>false</code>.</p> <p><b>NOTE: This flag MUST NOT be set to true on the Windows platform (or any other OS which does not have a case sensitive filesystem), as it will disable case sensitivity checks, allowing JSP source code --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org