ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/test/org/apache/catalina/startup/TestHostConfigAutomaticDeploymentXmlExternalDirXml.java

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/test/org/apache/catalina/startup/TestHostConfigAutomaticDeploymentXmlExternalDirXml.java
Status
scanned
Type
file
Name
TestHostConfigAutomaticDeploymentXmlExternalDirXml.java
Extension
.java
Programming language
Java
Mime type
text/plain
File type
ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
4021 (3.9 KB)
MD5
c10b61d46c12a2d03413a91f7bfacbbd
SHA1
f76a7bb4ae1264a3c8e2ea06764db2d86ca88b84
SHA256
9e35fc91ed9e0907a4fa96cec06187acd162690edc250b84d7e29526fd026963
SHA512

      
    
SHA1_git
515d4fedaa507f82f15129e7025be7f48bf9724a
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
TestHostConfigAutomaticDeploymentXmlExternalDirXml.java | 3.9 KB |

/* * 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.startup; import java.io.File; import org.junit.Test; import org.apache.catalina.LifecycleState; /** * The purpose of this class is to test the automatic deployment features of the * {@link HostConfig} implementation. */ public class TestHostConfigAutomaticDeploymentXmlExternalDirXml extends HostConfigAutomaticDeploymentBaseTest { /* * Expected behaviour for deployment of an XML file that points to an * external DIR. * deployXML copyXML unpackWARs XML WAR DIR * Y/N Y/N Y/N Y N N * * Notes: Any context.xml file embedded in the external DIR file is ignored. */ @Test public void testDeploymentXmlExternalDirXmlFFF() throws Exception { File dir = createDirInExternal(true); createXmlInConfigBaseForExternal(dir); doTestDeployment(false, false, false, LifecycleState.STARTED, XML_COOKIE_NAME, true, false, false); } @Test public void testDeploymentXmlExternalDirXmlFFT() throws Exception { File dir = createDirInExternal(true); createXmlInConfigBaseForExternal(dir); doTestDeployment(false, false, true, LifecycleState.STARTED, XML_COOKIE_NAME, true, false, false); } @Test public void testDeploymentXmlExternalDirXmlFTF() throws Exception { File dir = createDirInExternal(true); createXmlInConfigBaseForExternal(dir); doTestDeployment(false, true, false, LifecycleState.STARTED, XML_COOKIE_NAME, true, false, false); } @Test public void testDeploymentXmlExternalDirXmlFTT() throws Exception { File dir = createDirInExternal(true); createXmlInConfigBaseForExternal(dir); doTestDeployment(false, true, true, LifecycleState.STARTED, XML_COOKIE_NAME, true, false, false); } @Test public void testDeploymentXmlExternalDirXmlTFF() throws Exception { File dir = createDirInExternal(true); createXmlInConfigBaseForExternal(dir); doTestDeployment(true, false, false, LifecycleState.STARTED, XML_COOKIE_NAME, true, false, false); } @Test public void testDeploymentXmlExternalDirXmlTFT() throws Exception { File dir = createDirInExternal(true); createXmlInConfigBaseForExternal(dir); doTestDeployment(true, false, true, LifecycleState.STARTED, XML_COOKIE_NAME, true, false, false); } @Test public void testDeploymentXmlExternalDirXmlTTF() throws Exception { File dir = createDirInExternal(true); createXmlInConfigBaseForExternal(dir); doTestDeployment(true, true, false, LifecycleState.STARTED, XML_COOKIE_NAME, true, false, false); } @Test public void testDeploymentXmlExternalDirXmlTTT() throws Exception { File dir = createDirInExternal(true); createXmlInConfigBaseForExternal(dir); doTestDeployment(true, true, true, LifecycleState.STARTED, XML_COOKIE_NAME, true, false, false); } }
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
30.43
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 9 9