Author: rjung
Date: Sun Sep 29 11:10:26 2013
New Revision: 1527300
URL: http://svn.apache.org/r1527300
Log:
Remove version number from configuration commment.
The user should know to which version the file
belongs so maintaining the explicit version number
here is not worth it.
Modified:
tomcat/trunk/conf/catalina.policy
tomcat/trunk/conf/context.xml
Modified: tomcat/trunk/conf/catalina.policy
URL:
http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina.policy?rev=1527300&r1=1527299&r2=1527300&view=diff
==============================================================================
--- tomcat/trunk/conf/catalina.policy (original)
+++ tomcat/trunk/conf/catalina.policy Sun Sep 29 11:10:26 2013
@@ -14,7 +14,7 @@
// limitations under the License.
// ============================================================================
-// catalina.policy - Security Policy Permissions for Tomcat 7
+// catalina.policy - Security Policy Permissions for Tomcat
//
// This file contains a default set of security policies to be enforced (by the
// JVM) when Catalina is executed with the "-security" option. In addition
Modified: tomcat/trunk/conf/context.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/conf/context.xml?rev=1527300&r1=1527299&r2=1527300&view=diff
==============================================================================
--- tomcat/trunk/conf/context.xml (original)
+++ tomcat/trunk/conf/context.xml Sun Sep 29 11:10:26 2013
@@ -34,7 +34,7 @@
<Valve className="org.apache.catalina.valves.CometConnectionManagerValve"
/>
-->
- <!-- Tomcat 8 uses SCIs to initialise both JSP and WebSocket support.
-->
+ <!-- Tomcat uses SCIs to initialise both JSP and WebSocket support.
-->
<!-- This means that neither jasper.jar nor tomcat-websocket.jar can be
-->
<!-- excluded from SCI scanning. Therefore, they do not appear in the
-->
<!-- default list of JARs to skip. However, they do not contain TLDs so
-->
@@ -46,4 +46,4 @@
tldSkip="${tomcat.util.scan.StandardJarScanFilter.jarsToSkip},
jasper.jar,tomcat-websocket.jar"/>
</JarScanner>
-</Context>
\ No newline at end of file
+</Context>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]