Author: markt Date: Wed Feb 1 18:43:32 2012 New Revision: 1239257 URL: http://svn.apache.org/viewvc?rev=1239257&view=rev Log: Remove deprecated code
Modified: tomcat/trunk/java/org/apache/catalina/Globals.java Modified: tomcat/trunk/java/org/apache/catalina/Globals.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/Globals.java?rev=1239257&r1=1239256&r2=1239257&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/Globals.java (original) +++ tomcat/trunk/java/org/apache/catalina/Globals.java Wed Feb 1 18:43:32 2012 @@ -110,26 +110,6 @@ public final class Globals { /** - * The servlet context attribute under which the managed bean Registry - * will be stored for privileged contexts (if enabled). - * @deprecated Unused. Will be removed in Tomcat 8.0.x. - */ - @Deprecated - public static final String MBEAN_REGISTRY_ATTR = - "org.apache.catalina.Registry"; - - - /** - * The servlet context attribute under which the MBeanServer will be stored - * for privileged contexts (if enabled). - * @deprecated Unused. Will be removed in Tomcat 8.0.x. - */ - @Deprecated - public static final String MBEAN_SERVER_ATTR = - "org.apache.catalina.MBeanServer"; - - - /** * The request attribute under which we store the servlet name on a * named dispatcher request. */ @@ -160,17 +140,6 @@ public final class Globals { /** - * All request attributes which names start with this prefix are used by - * connector implementations. They are passed down to coyoteRequest and back - * up. See <code>Request.setAttribute(String, Object)</code>. - * @deprecated Unused. Will be removed in Tomcat 8.0.x. - */ - @Deprecated - public static final String TOMCAT_CONNECTOR_ATTR_PREFIX = - "org.apache.tomcat."; - - - /** * The request attribute that is set to the value of {@code Boolean.TRUE} * if connector processing this request supports Comet API. */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org