-
Fields Field Description org.apache.catalina.authenticator.Constants.FORM_PRINCIPAL_NOTE Unused. Will be removed in Tomcat 10.org.apache.catalina.connector.Request.formats Unused. This will be removed in Tomcat 10org.apache.catalina.connector.Request.GMT_ZONE Unused. This will be removed in Tomcat 10.org.apache.catalina.connector.Response.format Unused. This will be removed in Tomcat 10org.apache.catalina.filters.CorsFilter.REQUEST_HEADER_VARY Unused. Will be removed in Tomcat 10org.apache.catalina.Globals.SSI_FLAG_ATTR Unused. This is no longer used as the CGIO servlet now has generic handling for when it is used as an include. This will be removed in Tomcat 10org.apache.catalina.mapper.MappingData.contextPath Unused. This will be removed in Tomcat 10.org.apache.catalina.session.StandardSession.sessionContext org.apache.catalina.startup.HostConfig.serviced Unused. Will be removed in Tomcat 10.1.x onwards. Replaced by the privateservicedSetfield.org.apache.catalina.tribes.membership.MemberImpl.DO_DNS_LOOKUPS This will be removed without replacement in Tomact 10 onwardsorg.apache.catalina.util.LifecycleMBeanBase.mserver org.apache.coyote.http11.Constants.CLOSE_BYTES Unused. Will be removed in Tomcat 10.org.apache.coyote.http11.Constants.KEEPALIVE Unused. Will be removed in Tomcat 10.org.apache.coyote.http11.Constants.KEEPALIVE_BYTES Unused. Will be removed in Tomcat 10.org.apache.tomcat.jni.OS.IS_NETWARE Hard-coded to false since there has not been a supported Netware platform for many years. This will be removed in Tomcat 10 onwardsorg.apache.tomcat.jni.SSL.SSL_OP_PKCS1_CHECK_1 Unsupported in the current version of OpenSSLorg.apache.tomcat.jni.SSL.SSL_OP_PKCS1_CHECK_2 Unsupported in the current version of OpenSSLorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH org.apache.tomcat.util.http.FastHttpDateFormat.RFC1123_DATE Unused. This will be removed in Tomcat 10.
-
Constructors Constructor Description org.apache.catalina.authenticator.BasicAuthenticator.BasicCredentials(ByteChunk, Charset) Unused. Will be removed in Tomcat 10. Use 3-arg constructororg.apache.catalina.loader.WebappLoader(ClassLoader) UseContainer.setParentClassLoader(ClassLoader)to specify the required class loader. This method will be removed in Tomcat 10 onwards.org.apache.tomcat.dbcp.dbcp2.PStmtKey(String) org.apache.tomcat.util.net.jsse.JSSESupport(SSLSession) This will be removed in Tomcat 10.1.x onwards UseJSSESupport(SSLSession, Map)