On 01/10/2016 00:41, Konstantin Kolinko wrote:
> 2016-09-30 22:38 GMT+03:00  <ma...@apache.org>:
>> Author: markt
>> Date: Fri Sep 30 19:38:36 2016
>> New Revision: 1762955
>>
>> URL: http://svn.apache.org/viewvc?rev=1762955&view=rev
>> Log:
>> Remove unused class now JNDI is no longer used for resource access
> 
> 1. This class is still mentioned here, in Tomcat 8.0, in two places:
> - security-manager-howto.xml in documentation
> - WebappClassLoaderBase javadoc

Thanks. I'll clean those up as well.

> conf/catalina.policy is OK, no mention there.
> 
> 2. Maybe mention in migration guide, in "Web application resources"
> section of TC7 -> TC8.0 guide.
> (if anybody has to update their policy file when migrating to Tomcat 8).

Will do.

> 3. Changelog?

This is part of a potentially broader change in response to BZ 60087. My
plan was to think about how to represent this in the change (one or
multiple entries) once BZ 60087 was fixed.

Mark


> 
>> Removed:
>>     tomcat/tc8.0.x/trunk/java/org/apache/naming/JndiPermission.java
>> Modified:
>>     tomcat/tc8.0.x/trunk/   (props changed)
>>     tomcat/tc8.0.x/trunk/build.xml
>>
>> Propchange: tomcat/tc8.0.x/trunk/
>> ------------------------------------------------------------------------------
>> --- svn:mergeinfo (original)
>> +++ svn:mergeinfo Fri Sep 30 19:38:36 2016
>>
>> Modified: tomcat/tc8.0.x/trunk/build.xml
>> URL: 
>> http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/build.xml?rev=1762955&r1=1762954&r2=1762955&view=diff
>> ==============================================================================
>> --- tomcat/tc8.0.x/trunk/build.xml (original)
>> +++ tomcat/tc8.0.x/trunk/build.xml Fri Sep 30 19:38:36 2016
>> @@ -333,7 +333,6 @@
>>      <include name="org/apache/catalina/startup/ClassLoaderFactory$*.*" />
>>      <include name="org/apache/catalina/startup/Tool.*" />
>>      <include name="org/apache/catalina/security/SecurityClassLoad.*" />
>> -    <include name="org/apache/naming/JndiPermission.*" />
>>    </patternset>
>>
>>    <patternset id="files.tomcat-juli">
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to