You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/01/12 13:46:06 UTC

[tomcat] branch main updated: Remove SecurityManager related test that is currently failing

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6b172aefd6 Remove SecurityManager related test that is currently failing
6b172aefd6 is described below

commit 6b172aefd644466bcf53b7bcd886fcb1727861ed
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jan 12 13:45:54 2023 +0000

    Remove SecurityManager related test that is currently failing
    
    The failure is due to classes that have already been removed and
    eventually, the SecurityClassLoad class will be removed.
---
 .../catalina/security/TestSecurityClassLoad.java   | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/test/org/apache/catalina/security/TestSecurityClassLoad.java b/test/org/apache/catalina/security/TestSecurityClassLoad.java
deleted file mode 100644
index a318486366..0000000000
--- a/test/org/apache/catalina/security/TestSecurityClassLoad.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.catalina.security;
-
-import org.junit.Test;
-
-public class TestSecurityClassLoad {
-
-    @Test
-    public void testLoad() throws Exception {
-        SecurityClassLoad.securityClassLoad(Thread.currentThread().getContextClassLoader(), false);
-    }
-}


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