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
commit 4c68b27981b3fff8f623b5e6e5638dfae0ce4e7b Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jan 7 15:04:17 2020 +0000 Remove unnecessary entry (package has been removed) --- conf/catalina.policy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/catalina.policy b/conf/catalina.policy index 7f91de3..e5b2e92 100644 --- a/conf/catalina.policy +++ b/conf/catalina.policy @@ -185,7 +185,6 @@ grant { 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"; permission java.lang.RuntimePermission "accessClassInPackage.org.apache.catalina.servlet4preview.http"; }; @@ -269,4 +268,4 @@ grant codeBase "file:${catalina.home}/webapps/host-manager/-" { // // The permissions granted to a specific JAR // grant codeBase "war:file:${catalina.base}/webapps/examples.war*/WEB-INF/lib/foo.jar" { -// }; \ No newline at end of file +// }; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org