ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/manager/WEB-INF/jsp/connectorTrustedCerts.jsp

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/webapps/manager/WEB-INF/jsp/connectorTrustedCerts.jsp
Status
scanned
Type
file
Name
connectorTrustedCerts.jsp
Extension
.jsp
Programming language
Java Server Page
Mime type
text/xml
File type
XML 1.0 document, ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
3573 (3.5 KB)
MD5
3fb08075ea47a4d3742a279a2929c14e
SHA1
30d9575ae3cd031a8ebdd7b969bf0d4735e69297
SHA256
1a3f80e79ad6d0d673bbdd306bc681ca0cd87f9a4a556e4e4b9e65d94e2a6934
SHA512

      
    
SHA1_git
75b758218103dba01649d94bac73d543e70b99c2
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
connectorTrustedCerts.jsp | 3.5 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. --%> <%@page session="false" contentType="text/html; charset=UTF-8" %> <%@page import="java.util.Map" %> <%@page import="java.util.Map.Entry" %> <%@page import="java.util.List" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <% Map<String,List<String>> trustedCertList = (Map<String,List<String>>) request.getAttribute("trustedCertList"); %> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta http-equiv="pragma" content="no-cache"/><!-- HTTP 1.0 --> <meta http-equiv="cache-control" content="no-cache,must-revalidate"/><!-- HTTP 1.1 --> <meta http-equiv="expires" content="0"/><!-- 0 is an invalid value and should be treated as 'now' --> <meta http-equiv="content-language" content="en"/> <meta name="copyright" content="copyright 2005-2026 the Apache Software Foundation"/> <meta name="robots" content="noindex,nofollow,noarchive"/> <title>Trusted certificates per Connector</title> <link href="<%=request.getContextPath()%>/images/favicon.ico" rel="icon" type="image/x-icon" /> </head> <body> <h1>Trusted certificates per Connector</h1> <table border="1" cellpadding="2" cellspacing="2" width="100%"> <thead> <tr> <th>Connector / TLS Virtual Host</th> <th>Trusted Certificates</th> </tr> </thead> <tbody> <% for (Map.Entry<String, List<String>> entry : trustedCertList.entrySet()) { %> <tr> <td><%=entry.getKey()%></td> <td> <% for (String cert : entry.getValue()) { %> <pre><%=cert%></pre> <% } %> </td> </tr> <% } %> </tbody> </table> <form method="GET" action="<%=request.getContextPath()%>/html"> <p style="text-align: center;"> <input type="submit" value="Return to main page" /> </p> </form> <%--div style="display: none;"> <p> <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" height="31" width="88"></a> <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a> <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml11" alt="Valid XHTML 1.1!" height="31" width="88" /></a> </p> </div--%> </body> </html>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
28.95
Copyrights
- end_line: 35
  copyright: copyright 2005-2026 the Apache Software Foundation
  start_line: 35
Holders
- holder: the Apache Software Foundation
  end_line: 35
  start_line: 35
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
http://validator.w3.org/check?uri=referer 80 80
http://www.w3.org/Icons/valid-html401 81 81
http://www.w3.org/Icons/valid-xhtml10 84 84
http://www.w3.org/Icons/valid-xhtml11 87 87