Author: markt Date: Sun Feb 5 23:25:16 2012 New Revision: 1240858 URL: http://svn.apache.org/viewvc?rev=1240858&view=rev Log: Remove deprecated code
Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationSessionCookieConfig.java Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationSessionCookieConfig.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/ApplicationSessionCookieConfig.java?rev=1240858&r1=1240857&r2=1240858&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/core/ApplicationSessionCookieConfig.java (original) +++ tomcat/trunk/java/org/apache/catalina/core/ApplicationSessionCookieConfig.java Sun Feb 5 23:25:16 2012 @@ -174,32 +174,4 @@ public class ApplicationSessionCookieCon return cookie; } - - /** - * Determine the name to use for the session cookie for the provided - * context. - * @param context - * - * @deprecated Replaced by - * {@link SessionConfig#getSessionCookieName(Context)}. This - * will be removed in Tomcat 8.0.x. - */ - @Deprecated - public static String getSessionCookieName(Context context) { - return SessionConfig.getSessionCookieName(context); - } - - /** - * Determine the name to use for the session cookie for the provided - * context. - * @param context - * - * @deprecated Replaced by - * {@link SessionConfig#getSessionUriParamName(Context)}. This - * will be removed in Tomcat 8.0.x. - */ - @Deprecated - public static String getSessionUriParamName(Context context) { - return SessionConfig.getSessionUriParamName(context); - } } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org