Method and Description |
---|
org.apache.cactus.internal.ServiceEnumeration.equals(String)
Use
ServiceEnumeration.valueOf(java.lang.String) and identity
comparison instead of this method |
org.apache.cactus.Cookie.getCookieDomain(WebRequest, String) |
org.apache.cactus.Cookie.getCookiePath(WebRequest, String) |
org.apache.cactus.Cookie.getCookiePort(WebRequest, int) |
org.apache.cactus.server.AbstractServletContextWrapper.log(Exception, String)
As of Java Servlet API 2.1, use
AbstractServletContextWrapper.log(String message, Throwable throwable) instead.
This method was originally defined to write an exception's
stack trace and an explanatory error message to the servlet
log file. |
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.