rubyfox-server 2.17.3.2 → 2.19.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/rubyfox/server/data/config/admin/descriptors/config_room.txt +10 -1
- data/lib/rubyfox/server/data/config/admin/descriptors/config_server.txt +90 -20
- data/lib/rubyfox/server/data/config/admin/descriptors/config_zone.txt +9 -0
- data/lib/rubyfox/server/data/config/admin/descriptors/runtime_room.txt +11 -0
- data/lib/rubyfox/server/data/config/admin/descriptors/runtime_user.txt +3 -3
- data/lib/rubyfox/server/data/config/core.xml +4 -4
- data/lib/rubyfox/server/data/config/default.words.txt +11 -0
- data/lib/rubyfox/server/data/config/log4j.properties +1 -2
- data/lib/rubyfox/server/data/config/server.xml +1 -1
- data/lib/rubyfox/server/data/data/GeoLite2-Country.mmdb +0 -0
- data/lib/rubyfox/server/data/data/bannedusers/users.bin +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/bootstrap.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/catalina-tasks.xml +39 -39
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/catalina.sh +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/ciphers.sh +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/commons-daemon-native.tar.gz +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/commons-daemon.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/configtest.sh +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/daemon.sh +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/digest.sh +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/makebase.sh +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/setclasspath.sh +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/shutdown.sh +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/startup.sh +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/tomcat-juli.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/tomcat-native.tar.gz +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/tool-wrapper.sh +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/bin/version.sh +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/conf/Catalina/localhost/rewrite.config +1 -1
- data/lib/rubyfox/server/data/lib/apache-tomcat/conf/catalina.policy +263 -263
- data/lib/rubyfox/server/data/lib/apache-tomcat/conf/catalina.properties +209 -207
- data/lib/rubyfox/server/data/lib/apache-tomcat/conf/context.xml +31 -31
- data/lib/rubyfox/server/data/lib/apache-tomcat/conf/jaspic-providers.xml +23 -23
- data/lib/rubyfox/server/data/lib/apache-tomcat/conf/jaspic-providers.xsd +52 -52
- data/lib/rubyfox/server/data/lib/apache-tomcat/conf/keystore.jks +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/conf/server.xml +177 -161
- data/lib/rubyfox/server/data/lib/apache-tomcat/conf/tomcat-users.xml +18 -7
- data/lib/rubyfox/server/data/lib/apache-tomcat/conf/tomcat-users.xsd +59 -59
- data/lib/rubyfox/server/data/lib/apache-tomcat/conf/web.xml +4740 -4737
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/annotations-api.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/catalina-ant.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/catalina-ha.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/catalina-ssi.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/catalina-storeconfig.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/catalina-tribes.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/catalina.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/el-api.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/jasper-el.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/jasper.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/jaspic-api.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/jsp-api.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/servlet-api.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/sfs2x-ws-helper.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-api.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-coyote.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-dbcp.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-cs.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-de.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-es.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-fr.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-ja.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-ko.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-pt-BR.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-ru.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-i18n-zh-CN.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-jdbc.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-jni.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-util-scan.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-util.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/tomcat-websocket.jar +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/lib/websocket-api.jar +0 -0
- data/lib/rubyfox/server/data/lib/javax.activation-1.2.0.jar +0 -0
- data/lib/rubyfox/server/data/lib/javax.mail.jar +0 -0
- data/lib/rubyfox/server/data/lib/js/JSApi.js +2 -1
- data/lib/rubyfox/server/data/lib/js/LibApi.js +181 -48
- data/lib/rubyfox/server/data/lib/sfs2x-admin.jar +0 -0
- data/lib/rubyfox/server/data/lib/sfs2x-cluster.jar +0 -0
- data/lib/rubyfox/server/data/lib/sfs2x-core.jar +0 -0
- data/lib/rubyfox/server/data/lib/sfs2x.jar +0 -0
- data/lib/rubyfox/server/data/sfs2x-service +26 -30
- data/lib/rubyfox/server/data/www/BlueBox.war +0 -0
- data/lib/rubyfox/server/data/www/HelloServlet/WEB-INF/web.xml +1 -3
- data/lib/rubyfox/server/data/www/ROOT/_css_/default.css +14 -6
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/css/style.css +44 -2
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/application.bundle.js +98 -61
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/endors~mod-0~mod-1~mod-11~mod-12~mod-17~mod-6~mod-7~mod-8~mod-9.bundle.js +17357 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-0.bundle.js +4 -4
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-1.bundle.js +3 -3
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-10.bundle.js +101 -66
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-11.bundle.js +544 -8
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-12.bundle.js +915 -1480
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-12~module-15~module-16~module-4.bundle.js +2665 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-13.bundle.js +606 -3093
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-13~module-16~module-17~module-4.bundle.js +2665 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-14.bundle.js +764 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-15.bundle.js +71 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-16.bundle.js +1787 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-17.bundle.js +3383 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-4.bundle.js +121 -1009
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-5.bundle.js +1214 -1744
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-6.bundle.js +398 -666
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-7.bundle.js +717 -192
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-8.bundle.js +2117 -665
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-9.bundle.js +613 -690
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/vendors~mod-0~mod-1~mod-10~mod-11~mod-16~mod-5~mod-6~mod-7~mod-8.bundle.js +17357 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/vendors~mod-0~mod-1~mod-11~mod-12~mod-17~mod-5~mod-6~mod-7~mod-8~mod-9.bundle.js +17357 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/{vendors~module-0~module-1~module-13~module-4~module-5~module-7~module-8.bundle.js → vendors~mod-0~mod-1~mod-11~mod-12~mod-17~mod-5~mod-7~mod-8~mod-9.bundle.js} +2 -2
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/vendors~module-12.bundle.js +807 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/vendors~module-13.bundle.js +807 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/modules/cluster-configurator.html +32 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/modules/cluster-monitor.html +185 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/modules/cluster-updater.html +47 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/modules/extension-deployer.html +84 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/modules/zone-monitor.html +15 -8
- data/lib/rubyfox/server/data/www/ROOT/index.html +13 -23
- data/lib/rubyfox/server/data/www/host-manager/META-INF/context.xml +2 -2
- data/lib/rubyfox/server/data/www/host-manager/WEB-INF/jsp/404.jsp +2 -2
- data/lib/rubyfox/server/data/www/host-manager/{manager.xml → WEB-INF/manager.xml} +5 -1
- data/lib/rubyfox/server/data/www/host-manager/WEB-INF/web.xml +17 -0
- data/lib/rubyfox/server/data/www/host-manager/css/manager.css +141 -0
- data/lib/rubyfox/server/data/www/host-manager/images/tomcat.svg +967 -0
- data/lib/rubyfox/server/data/www/manager/META-INF/context.xml +2 -0
- data/lib/rubyfox/server/data/www/manager/WEB-INF/jsp/connectorCerts.jsp +1 -1
- data/lib/rubyfox/server/data/www/manager/WEB-INF/jsp/connectorCiphers.jsp +1 -1
- data/lib/rubyfox/server/data/www/manager/WEB-INF/jsp/connectorTrustedCerts.jsp +1 -1
- data/lib/rubyfox/server/data/www/manager/WEB-INF/jsp/sessionDetail.jsp +3 -3
- data/lib/rubyfox/server/data/www/manager/WEB-INF/jsp/sessionsList.jsp +1 -1
- data/lib/rubyfox/server/data/www/manager/WEB-INF/web.xml +17 -0
- data/lib/rubyfox/server/data/www/manager/css/manager.css +141 -0
- data/lib/rubyfox/server/data/www/manager/images/tomcat.svg +967 -0
- data/lib/rubyfox/server/data/www/manager/xform.xsl +74 -59
- data/lib/rubyfox/server/version.rb +1 -1
- metadata +30 -31
- data/lib/rubyfox/server/data/config/admin/icons/Analytics.png +0 -0
- data/lib/rubyfox/server/data/config/admin/icons/BanManager.png +0 -0
- data/lib/rubyfox/server/data/config/admin/icons/BlueBoxMonitor.png +0 -0
- data/lib/rubyfox/server/data/config/admin/icons/Console.png +0 -0
- data/lib/rubyfox/server/data/config/admin/icons/Dashboard.png +0 -0
- data/lib/rubyfox/server/data/config/admin/icons/ExtensionManager.png +0 -0
- data/lib/rubyfox/server/data/config/admin/icons/LicenseManager.png +0 -0
- data/lib/rubyfox/server/data/config/admin/icons/LogViewer.png +0 -0
- data/lib/rubyfox/server/data/config/admin/icons/ServerConfigurator.png +0 -0
- data/lib/rubyfox/server/data/config/admin/icons/ServletManager.png +0 -0
- data/lib/rubyfox/server/data/config/admin/icons/ZoneConfigurator.png +0 -0
- data/lib/rubyfox/server/data/config/admin/icons/ZoneMonitor.png +0 -0
- data/lib/rubyfox/server/data/lib/BlueBox.war +0 -0
- data/lib/rubyfox/server/data/lib/apache-tomcat/LICENSE +0 -1061
- data/lib/rubyfox/server/data/lib/apache-tomcat/NOTICE +0 -68
- data/lib/rubyfox/server/data/lib/apache-tomcat/README.md +0 -81
- data/lib/rubyfox/server/data/lib/apache-tomcat/RELEASE-NOTES +0 -174
- data/lib/rubyfox/server/data/lib/imap.jar +0 -0
- data/lib/rubyfox/server/data/lib/mailapi.jar +0 -0
- data/lib/rubyfox/server/data/lib/pop3.jar +0 -0
- data/lib/rubyfox/server/data/lib/smtp.jar +0 -0
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/module-12~module-13~module-9.bundle.js +0 -2634
- data/lib/rubyfox/server/data/www/ROOT/admin/assets/js/core/modules/vendors~module-9.bundle.js +0 -807
- data/lib/rubyfox/server/data/www/host-manager/images/tomcat.gif +0 -0
- data/lib/rubyfox/server/data/www/manager/images/tomcat.gif +0 -0
- /data/lib/rubyfox/server/data/data/buddylists/{BasicExamples/.keep → .keep} +0 -0
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
limitations under the License.
|
|
17
17
|
-->
|
|
18
18
|
<Context antiResourceLocking="false" privileged="true" >
|
|
19
|
+
<CookieProcessor className="org.apache.tomcat.util.http.Rfc6265CookieProcessor"
|
|
20
|
+
sameSiteCookies="strict" />
|
|
19
21
|
<!--
|
|
20
22
|
<Valve className="org.apache.catalina.valves.RemoteAddrValve"
|
|
21
23
|
allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1" />
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
<meta http-equiv="cache-control" content="no-cache,must-revalidate"/><!-- HTTP 1.1 -->
|
|
33
33
|
<meta http-equiv="expires" content="0"/><!-- 0 is an invalid value and should be treated as 'now' -->
|
|
34
34
|
<meta http-equiv="content-language" content="en"/>
|
|
35
|
-
<meta name="copyright" content="copyright 2005-
|
|
35
|
+
<meta name="copyright" content="copyright 2005-2021 the Apache Software Foundation"/>
|
|
36
36
|
<meta name="robots" content="noindex,nofollow,noarchive"/>
|
|
37
37
|
<title>Configured certificate chains per Connector</title>
|
|
38
38
|
</head>
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
<meta http-equiv="cache-control" content="no-cache,must-revalidate"/><!-- HTTP 1.1 -->
|
|
33
33
|
<meta http-equiv="expires" content="0"/><!-- 0 is an invalid value and should be treated as 'now' -->
|
|
34
34
|
<meta http-equiv="content-language" content="en"/>
|
|
35
|
-
<meta name="copyright" content="copyright 2005-
|
|
35
|
+
<meta name="copyright" content="copyright 2005-2021 the Apache Software Foundation"/>
|
|
36
36
|
<meta name="robots" content="noindex,nofollow,noarchive"/>
|
|
37
37
|
<title>Configured ciphers per Connector</title>
|
|
38
38
|
</head>
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
<meta http-equiv="cache-control" content="no-cache,must-revalidate"/><!-- HTTP 1.1 -->
|
|
33
33
|
<meta http-equiv="expires" content="0"/><!-- 0 is an invalid value and should be treated as 'now' -->
|
|
34
34
|
<meta http-equiv="content-language" content="en"/>
|
|
35
|
-
<meta name="copyright" content="copyright 2005-
|
|
35
|
+
<meta name="copyright" content="copyright 2005-2021 the Apache Software Foundation"/>
|
|
36
36
|
<meta name="robots" content="noindex,nofollow,noarchive"/>
|
|
37
37
|
<title>Trusted certificates per Connector</title>
|
|
38
38
|
</head>
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
<meta http-equiv="expires" content="0"/><!-- 0 is an invalid value and should be treated as 'now' -->
|
|
52
52
|
<meta http-equiv="content-language" content="en"/>
|
|
53
53
|
<meta name="author" content="Cedrik LIME"/>
|
|
54
|
-
<meta name="copyright" content="copyright 2005-
|
|
54
|
+
<meta name="copyright" content="copyright 2005-2021 the Apache Software Foundation"/>
|
|
55
55
|
<meta name="robots" content="noindex,nofollow,noarchive"/>
|
|
56
56
|
<title>Sessions Administration: details for <%= currentSessionId %></title>
|
|
57
57
|
</head>
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
|
|
120
120
|
<table style="text-align: left;" border="1" cellpadding="2" cellspacing="2">
|
|
121
121
|
<% int nAttributes = 0;
|
|
122
|
-
Enumeration attributeNamesEnumeration = currentHttpSession.getAttributeNames();
|
|
122
|
+
Enumeration<String> attributeNamesEnumeration = currentHttpSession.getAttributeNames();
|
|
123
123
|
while (attributeNamesEnumeration.hasMoreElements()) {
|
|
124
124
|
attributeNamesEnumeration.nextElement();
|
|
125
125
|
++nAttributes;
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
<tbody>
|
|
144
144
|
<% attributeNamesEnumeration = currentHttpSession.getAttributeNames();
|
|
145
145
|
while (attributeNamesEnumeration.hasMoreElements()) {
|
|
146
|
-
String attributeName =
|
|
146
|
+
String attributeName = attributeNamesEnumeration.nextElement();
|
|
147
147
|
%>
|
|
148
148
|
<tr>
|
|
149
149
|
<td align="center">
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
<meta http-equiv="expires" content="0"/><!-- 0 is an invalid value and should be treated as 'now' -->
|
|
43
43
|
<meta http-equiv="content-language" content="en"/>
|
|
44
44
|
<meta name="author" content="Cedrik LIME"/>
|
|
45
|
-
<meta name="copyright" content="copyright 2005-
|
|
45
|
+
<meta name="copyright" content="copyright 2005-2021 the Apache Software Foundation"/>
|
|
46
46
|
<meta name="robots" content="noindex,nofollow,noarchive"/>
|
|
47
47
|
<title>Sessions Administration for <%= JspHelper.escapeXml(cn.getDisplayName()) %></title>
|
|
48
48
|
</head>
|
|
@@ -100,11 +100,28 @@
|
|
|
100
100
|
</init-param>
|
|
101
101
|
</filter>
|
|
102
102
|
|
|
103
|
+
<!-- Configured to set X-FRAME-OPTIONS. Disable HSTS in case it interferes -->
|
|
104
|
+
<!-- with an existing setting. Keep X-Content-Type-Options and -->
|
|
105
|
+
<!-- X-XSS-Protection as they are page specific. -->
|
|
106
|
+
<filter>
|
|
107
|
+
<filter-name>HTTP header security filter</filter-name>
|
|
108
|
+
<filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class>
|
|
109
|
+
<init-param>
|
|
110
|
+
<param-name>hstsEnabled</param-name>
|
|
111
|
+
<param-value>false</param-value>
|
|
112
|
+
</init-param>
|
|
113
|
+
</filter>
|
|
114
|
+
|
|
103
115
|
<filter-mapping>
|
|
104
116
|
<filter-name>CSRF</filter-name>
|
|
105
117
|
<servlet-name>HTMLManager</servlet-name>
|
|
106
118
|
</filter-mapping>
|
|
107
119
|
|
|
120
|
+
<filter-mapping>
|
|
121
|
+
<filter-name>HTTP header security filter</filter-name>
|
|
122
|
+
<url-pattern>/*</url-pattern>
|
|
123
|
+
</filter-mapping>
|
|
124
|
+
|
|
108
125
|
<!-- Define a Security Constraint on this Application -->
|
|
109
126
|
<!-- NOTE: None of these roles are present in the default users file -->
|
|
110
127
|
<security-constraint>
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
3
|
+
* contributor license agreements. See the NOTICE file distributed with
|
|
4
|
+
* this work for additional information regarding copyright ownership.
|
|
5
|
+
* The ASF licenses this file to You under the Apache License, Version 2.0
|
|
6
|
+
* (the "License"); you may not use this file except in compliance with
|
|
7
|
+
* the License. You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
body {
|
|
19
|
+
font-family: Tahoma, Arial, sans-serif;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
h1,
|
|
23
|
+
h2,
|
|
24
|
+
h3,
|
|
25
|
+
b {
|
|
26
|
+
color : white;
|
|
27
|
+
background-color: #525D76;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
h1 {
|
|
31
|
+
font-size: 22px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
h2 {
|
|
35
|
+
font-size: 16px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
h3 {
|
|
39
|
+
font-size: 14px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
p {
|
|
43
|
+
font-size: 12px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
a {
|
|
47
|
+
color: black;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.line {
|
|
51
|
+
height : 1px;
|
|
52
|
+
background-color: #525D76;
|
|
53
|
+
border : none;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
table {
|
|
57
|
+
width: 100%;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
td.page-title {
|
|
61
|
+
text-align : center;
|
|
62
|
+
vertical-align: top;
|
|
63
|
+
font-family : sans-serif, Tahoma, Arial;
|
|
64
|
+
font-weight : bold;
|
|
65
|
+
background : white;
|
|
66
|
+
color : black;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
td.title {
|
|
70
|
+
text-align : left;
|
|
71
|
+
vertical-align: top;
|
|
72
|
+
font-family : sans-serif, Tahoma, Arial;
|
|
73
|
+
font-style : italic;
|
|
74
|
+
font-weight : bold;
|
|
75
|
+
background : #D2A41C;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
td.header-left {
|
|
79
|
+
text-align : left;
|
|
80
|
+
vertical-align: top;
|
|
81
|
+
font-family : sans-serif, Tahoma, Arial;
|
|
82
|
+
font-weight : bold;
|
|
83
|
+
background : #FFDC75;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
td.header-center {
|
|
87
|
+
text-align : center;
|
|
88
|
+
vertical-align: top;
|
|
89
|
+
font-family : sans-serif, Tahoma, Arial;
|
|
90
|
+
font-weight : bold;
|
|
91
|
+
background : #FFDC75;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
td.row-left {
|
|
95
|
+
text-align : left;
|
|
96
|
+
vertical-align: middle;
|
|
97
|
+
font-family : sans-serif, Tahoma, Arial;
|
|
98
|
+
color : black;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
td.row-center {
|
|
102
|
+
text-align : center;
|
|
103
|
+
vertical-align: middle;
|
|
104
|
+
font-family : sans-serif, Tahoma, Arial;
|
|
105
|
+
color : black;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
td.row-right {
|
|
109
|
+
text-align : right;
|
|
110
|
+
vertical-align: middle;
|
|
111
|
+
font-family : sans-serif, Tahoma, Arial;
|
|
112
|
+
color : black;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
TH {
|
|
116
|
+
text-align : center;
|
|
117
|
+
vertical-align: top;
|
|
118
|
+
font-family : sans-serif, Tahoma, Arial;
|
|
119
|
+
font-weight : bold;
|
|
120
|
+
background : #FFDC75;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
TD {
|
|
124
|
+
text-align : center;
|
|
125
|
+
vertical-align: middle;
|
|
126
|
+
font-family : sans-serif, Tahoma, Arial;
|
|
127
|
+
color : black;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
form {
|
|
131
|
+
margin: 1;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
form.inline {
|
|
135
|
+
display: inline;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
img.tomcat-logo {
|
|
139
|
+
height: 92px;
|
|
140
|
+
float : left;
|
|
141
|
+
}
|