ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/res/checkstyle/jakarta-import-control.xml

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/res/checkstyle/jakarta-import-control.xml
Status
scanned
Type
file
Name
jakarta-import-control.xml
Extension
.xml
Programming language

      
    
Mime type
text/xml
File type
XML 1.0 document, ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
2984 (2.9 KB)
MD5
38a52bb49795d090f7cdbf6501629595
SHA1
f751d1c56d1d03eeffb13ebdada4ac4c7bf9f81e
SHA256
43428041b08274cb332b94d031aa034a0071d0cf032b3293be442459ebc54ba1
SHA512

      
    
SHA1_git
9e1126f8c6008acfc88daeaf28386b512c76497d
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
jakarta-import-control.xml | 2.9 KB |

<?xml version="1.0" encoding="UTF-8"?> <!-- 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. --> <!DOCTYPE import-control PUBLIC "-//Checkstyle//DTD ImportControl Configuration 1.4//EN" "https://checkstyle.org/dtds/import_control_1_4.dtd"> <import-control pkg="jakarta"> <allow pkg="java"/> <allow pkg="aQute.bnd.annotation.spi"/> <subpackage name="annotation"> <allow pkg="jakarta.annotation"/> </subpackage> <subpackage name="ejb"> <allow pkg="jakarta.ejb"/> </subpackage> <subpackage name="el"> <allow pkg="jakarta.el"/> </subpackage> <subpackage name="mail"> <allow pkg="jakarta.mail"/> </subpackage> <subpackage name="persistence"> <allow pkg="jakarta.persistence"/> </subpackage> <subpackage name="security"> <subpackage name="auth"> <subpackage name="message"> <allow pkg="javax.crypto" /> <allow class="javax.security.auth.Subject"/> <allow pkg="javax.security.auth.callback"/> <allow pkg="javax.security.auth.login"/> <allow pkg="javax.security.auth.x500"/> <disallow pkg="jakarta.security.auth.message.callback" local-only="true"/> <disallow pkg="jakarta.security.auth.message.config" local-only="true"/> <disallow pkg="jakarta.security.auth.message.module" local-only="true"/> <subpackage name="config"> <allow class="javax.security.auth.AuthPermission"/> <allow pkg="jakarta.security.auth.message"/> </subpackage> <subpackage name="module"> <allow pkg="jakarta.security.auth.message"/> </subpackage> </subpackage> </subpackage> </subpackage> <subpackage name="servlet"> <allow pkg="jakarta.servlet"/> <disallow pkg="jakarta.servlet.jsp" local-only="true"/> <subpackage name="jsp"> <allow pkg="jakarta.el"/> <allow pkg="jakarta.servlet.jsp"/> </subpackage> </subpackage> <subpackage name="transaction"> <allow pkg="jakarta.transaction"/> <allow pkg="javax.transaction.xa"/> </subpackage> <subpackage name="websocket"> <allow pkg="jakarta.websocket"/> <allow pkg="javax.net.ssl"/> </subpackage> </import-control>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
34.0
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 10 10
https://checkstyle.org/dtds/import_control_1_4.dtd 20 20