升级Tomcat版本 6.0.41
diff --git a/tomcat-uid/conf/catalina.properties b/tomcat-uid/conf/catalina.properties
index 4cb90ce..0d9afc7 100644
--- a/tomcat-uid/conf/catalina.properties
+++ b/tomcat-uid/conf/catalina.properties
@@ -19,7 +19,8 @@
 # passed to checkPackageAccess unless the

 # corresponding RuntimePermission ("accessClassInPackage."+package) has

 # been granted.

-package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.

+package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,\

+org.apache.naming.resources.,org.apache.tomcat.,sun.beans.

 #

 # List of comma-separated packages that start with or equal this string

 # will cause a security exception to be thrown when

@@ -30,7 +31,8 @@
 # by default, no packages are restricted for definition, and none of

 # the class loaders supplied with the JDK call checkPackageDefinition.

 #

-package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.

+package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,\

+org.apache.jasper.,org.apache.naming.,org.apache.tomcat.

 

 #

 #

diff --git a/tomcat-uid/conf/web.xml b/tomcat-uid/conf/web.xml
index e1ec6f2..4b2cb5a 100644
--- a/tomcat-uid/conf/web.xml
+++ b/tomcat-uid/conf/web.xml
@@ -87,10 +87,12 @@
   <!--                       globalXsltFile[null]                           -->

   <!--                                                                      -->

   <!--   globalXsltFile      Site wide configuration version of             -->

-  <!--                       localXsltFile This argument is expected        -->

-  <!--                       to be a physical file. [null]                  -->

-  <!--                                                                      -->

-  <!--                                                                      -->

+  <!--                       localXsltFile. This argument must either be an -->

+  <!--                       absolute or relative (to either                -->

+  <!--                       $CATALINA_BASE/conf or $CATALINA_HOME/conf)    -->

+  <!--                       path that points to a location below either    -->

+  <!--                       $CATALINA_BASE/conf (checked first) or         -->

+  <!--                       $CATALINA_HOME/conf (checked second).[null]    -->

 

     <servlet>

         <servlet-name>default</servlet-name>