Deprecated API

Deprecated Classes
org.apache.catalina.loader.StandardLoader
          StandardLoader is slower and less robust than WebappLoader for loading web applications. Use WebappLoader instead. 
 

Deprecated Methods
org.apache.catalina.connector.HttpResponseBase.encodeRedirectUrl(String)
          As of Version 2.1 of the Java Servlet API, use encodeRedirectURL() instead. 
org.apache.catalina.connector.HttpResponseBase.encodeUrl(String)
          As of Version 2.1 of the Java Servlet API, use encodeURL() instead. 
org.apache.catalina.util.CookieTools.getCookieHeaderValue(Cookie)
          Use StringBuffer version 
org.apache.catalina.connector.RequestBase.getRealPath(String)
          As of version 2.1 of the Java Servlet API, use ServletContext.getRealPath(). 
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.connector.HttpRequestBase.isRequestedSessionIdFromUrl()
          As of Version 2.1 of the Java Servlet API, use isRequestedSessionIdFromURL() instead. 
org.apache.catalina.core.ApplicationContext.log(Exception, String)
          As of Java Servlet API 2.1, use log(String, Throwable) instead 
org.apache.naming.resources.ResourceAttributes.setLastModified(Date)
            
org.apache.catalina.connector.HttpResponseBase.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. 
 



Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.