This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new dd0aa8a  Servlet 4 preview has been removed
dd0aa8a is described below

commit dd0aa8aaf3fbb1b36d0c4f7b518a72d495ccf236
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Sep 18 10:40:16 2020 +0100

    Servlet 4 preview has been removed
---
 conf/catalina.policy | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/conf/catalina.policy b/conf/catalina.policy
index 4a5af06..ffa348d 100644
--- a/conf/catalina.policy
+++ b/conf/catalina.policy
@@ -183,9 +183,6 @@ grant {
     // Applications using WebSocket need to be able to access these packages
     permission java.lang.RuntimePermission 
"accessClassInPackage.org.apache.tomcat.websocket";
     permission java.lang.RuntimePermission 
"accessClassInPackage.org.apache.tomcat.websocket.server";
-
-    // Applications need to access these packages to use the Servlet 4.0 
Preview
-    permission java.lang.RuntimePermission 
"accessClassInPackage.org.apache.catalina.servlet4preview.http";
 };
 
 


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

Reply via email to