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.catalina.connector.Connector.getBufferSize() |
org.apache.el.parser.SimpleCharStream.getColumn() |
org.apache.el.parser.SimpleCharStream.getLine() |
org.apache.catalina.Cluster.getProtocol() |
org.apache.catalina.connector.Request.getRealPath(String)
As of version 2.1 of the Java Servlet API, use
ServletContext.getRealPath() .
|
org.apache.tomcat.util.modeler.Registry.getRegistry()
Not enough info - use the method that takes CL and domain
|
org.apache.tomcat.util.modeler.Registry.getServer()
Use the instance method
|
org.apache.catalina.core.ApplicationContext.getServlet(String)
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.catalina.core.ApplicationContext.getServlets()
As of Java Servlet API 2.1, with no direct 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.jasper.compiler.JspUtil.getTagHandlerClassName(String, ErrorDispatcher)
Use {@link #getTagHandlerClassName(String, String,
ErrorDispatcher)
See https://issues.apache.org/bugzilla/show_bug.cgi?id=46471
|
org.apache.catalina.session.StandardSession.getValue(String)
As of Version 2.2, this method is replaced by
getAttribute()
|
org.apache.catalina.session.StandardSession.getValueNames()
As of Version 2.2, this method is replaced by
getAttributeNames()
|
org.jboss.logging.Logger.isDebugEnabled()
DEBUG is for low volume logging, you don't need this
|
org.jboss.logging.LoggerPlugin.isDebugEnabled()
DEBUG is for low volume logging, you don't need this
|
org.jboss.logging.Logger.isInfoEnabled()
INFO is for low volume information, you don't need this
|
org.jboss.logging.LoggerPlugin.isInfoEnabled()
INFO is for low volume information, you don't need this
|
org.apache.catalina.connector.Request.isRequestedSessionIdFromUrl()
As of Version 2.1 of the Java Servlet API, use
isRequestedSessionIdFromURL() instead.
|
org.apache.tomcat.util.modeler.Registry.load(String, Object, String)
bad interface, mixing of metadata and mbeans
|
org.apache.tomcat.util.modeler.Registry.loadCachedDescriptors(Object)
Loaded automatically or using a File or Url ending in .ser
|
org.apache.tomcat.util.modeler.Registry.loadDescriptors(String, Object, String) |
org.apache.tomcat.util.modeler.Registry.loadRegistry(InputStream)
use normal class method instead
|
org.apache.catalina.core.ApplicationContext.log(Exception, String)
As of Java Servlet API 2.1, use
log(String, Throwable) instead
|
org.apache.catalina.session.StandardSession.putValue(String, Object)
As of Version 2.2, this method is replaced by
setAttribute()
|
org.apache.tomcat.util.modeler.Registry.registerComponent(Object, String, String, String)
- may still be used in code using pre-1.1 builds
|
org.apache.catalina.session.StandardSession.removeValue(String)
As of Version 2.2, this method is replaced by
removeAttribute()
|
org.apache.catalina.connector.Connector.setBufferSize(int) |
org.apache.naming.resources.ResourceAttributes.setLastModified(Date) |
org.apache.catalina.Cluster.setProtocol(String) |
org.apache.tomcat.util.modeler.Registry.setServer(MBeanServer)
Use the instance method
|
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.jasper.compiler.JspUtil.validateExpressions(Mark, String, Class, FunctionMapper, ErrorDispatcher)
now delegated to the org.apache.el Package
|