org.apache.catalina.mapper.Mapper.addContextVersion(String, Host, String, String, Context, String[], WebResourceRoot)
|
org.apache.tomcat.util.digester.Rule.begin(Attributes)
Use the begin
method with namespace and name
parameters instead.
|
org.apache.tomcat.util.digester.Rule.body(String)
Use the body method
with namespace and name parameters
instead.
|
org.apache.tomcat.jdbc.pool.PooledConnection.checkUser(String, String)
|
org.apache.catalina.realm.RealmBase.compareCredentials(String, String)
Unused. Will be removed in Tomcat 9.0.x onwards.
|
org.apache.catalina.connector.Response.encodeRedirectUrl(String)
As of Version 2.1 of the Java Servlet API, use
encodeRedirectURL() instead.
|
org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper.encodeRedirectUrl(String) |
org.apache.catalina.connector.Response.encodeUrl(String)
As of Version 2.1 of the Java Servlet API, use
encodeURL() instead.
|
org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper.encodeUrl(String) |
org.apache.tomcat.util.digester.Rule.end()
Use the end method with
namespace and name parameters instead.
|
org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet.getBigDecimal(int, int) |
org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement.getBigDecimal(int, int) |
org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet.getBigDecimal(String, int) |
org.apache.el.parser.SimpleCharStream.getColumn() |
org.apache.catalina.Manager.getContainer()
|
org.apache.catalina.session.ManagerBase.getContainer() |
org.apache.catalina.realm.RealmBase.getDigest()
This will be removed in Tomcat 9.0.x as it has been replaced
by the CredentialHandler
|
org.apache.catalina.realm.RealmBase.getDigestCharset()
This will be removed in Tomcat 9.0.x as it has been replaced
by the CredentialHandler
|
org.apache.catalina.realm.RealmBase.getDigestEncoding()
This will be removed in Tomcat 9.0.x as it has been replaced
by the CredentialHandler
|
org.apache.jasper.runtime.PageContextImpl.getExpressionEvaluator() |
org.apache.jasper.runtime.JspContextWrapper.getExpressionEvaluator() |
org.apache.el.parser.SimpleCharStream.getLine() |
org.apache.catalina.connector.Request.getRealPath(String)
As of version 2.1 of the Java Servlet API, use
ServletContext.getRealPath() .
|
org.apache.catalina.core.ApplicationContextFacade.getServlet(String)
As of Java Servlet API 2.1, with no direct replacement.
|
org.apache.catalina.core.ApplicationContext.getServlet(String)
As of Java Servlet API 2.1, with no direct replacement.
|
org.apache.jasper.servlet.JspCServletContext.getServlet(String)
This method has been deprecated with no replacement
|
org.apache.catalina.core.ApplicationContextFacade.getServletNames()
As of Java Servlet API 2.1, with no direct replacement.
|
org.apache.catalina.core.ApplicationContext.getServletNames()
As of Java Servlet API 2.1, with no direct replacement.
|
org.apache.jasper.servlet.JspCServletContext.getServletNames()
This method has been deprecated with no replacement
|
org.apache.catalina.core.ApplicationContextFacade.getServlets()
As of Java Servlet API 2.1, with no direct replacement.
|
org.apache.catalina.core.ApplicationContext.getServlets()
As of Java Servlet API 2.1, with no direct replacement.
|
org.apache.jasper.servlet.JspCServletContext.getServlets()
This method has been deprecated with no replacement
|
org.apache.catalina.session.StandardSessionFacade.getSessionContext()
As of Version 2.1, this method is deprecated and has no
replacement.
|
org.apache.catalina.session.StandardSession.getSessionContext()
As of Version 2.1, this method is deprecated and has no
replacement. It will be removed in a future version of the
Java Servlet API.
|
org.apache.catalina.Manager.getSessionIdLength()
|
org.apache.catalina.session.ManagerBase.getSessionIdLength()
|
org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet.getUnicodeStream(int) |
org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet.getUnicodeStream(String) |
org.apache.catalina.session.StandardSessionFacade.getValue(String)
|
org.apache.catalina.session.StandardSession.getValue(String)
As of Version 2.2, this method is replaced by
getAttribute()
|
org.apache.catalina.session.StandardSessionFacade.getValueNames()
|
org.apache.catalina.session.StandardSession.getValueNames()
As of Version 2.2, this method is replaced by
getAttributeNames()
|
org.apache.jasper.runtime.PageContextImpl.getVariableResolver() |
org.apache.jasper.runtime.JspContextWrapper.getVariableResolver() |
org.apache.catalina.connector.Request.isRequestedSessionIdFromUrl()
As of Version 2.1 of the Java Servlet API, use
isRequestedSessionIdFromURL() instead.
|
org.apache.catalina.core.ApplicationContextFacade.log(Exception, String)
As of Java Servlet API 2.1, use
log(String, Throwable) instead
|
org.apache.catalina.core.ApplicationContext.log(Exception, String)
As of Java Servlet API 2.1, use
log(String, Throwable) instead
|
org.apache.jasper.servlet.JspCServletContext.log(Exception, String)
Use log(String,Throwable) instead
|
org.apache.catalina.session.StandardSessionFacade.putValue(String, Object)
|
org.apache.catalina.session.StandardSession.putValue(String, Object)
As of Version 2.2, this method is replaced by
setAttribute()
|
org.apache.catalina.session.StandardSessionFacade.removeValue(String)
|
org.apache.catalina.session.StandardSession.removeValue(String)
As of Version 2.2, this method is replaced by
removeAttribute()
|
org.apache.jasper.runtime.ProtectedFunctionMapper.resolveFunction(String, String) |
org.apache.jasper.runtime.JspContextWrapper.resolveVariable(String) |
org.apache.catalina.Manager.setContainer(Container)
|
org.apache.catalina.session.ManagerBase.setContainer(Container) |
org.apache.catalina.connector.Request.setContext(Context)
Use setters on MappingData object.
Depending on use case, you may need to update other
MappingData fields as well, such as
contextSlashCount and host .
|
org.apache.catalina.realm.RealmBase.setDigest(String)
This will be removed in Tomcat 9.0.x as it has been replaced
by the CredentialHandler
|
org.apache.catalina.realm.RealmBase.setDigestEncoding(String)
This will be removed in Tomcat 9.0.x as it has been replaced
by the CredentialHandler
|
org.apache.catalina.Manager.setSessionIdLength(int)
|
org.apache.catalina.session.ManagerBase.setSessionIdLength(int)
|
org.apache.catalina.connector.Response.setStatus(int, String)
As of Version 2.1 of the Java Servlet API, this method
has been deprecated due to the ambiguous meaning of the message
parameter.
|
org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement.setUnicodeStream(int, InputStream, int) |
org.apache.catalina.connector.Request.setWrapper(Wrapper)
Use setters on MappingData object.
Depending on use case, you may need to update other
MappingData fields as well, such as context
and contextSlashCount .
|