/**
- * @deprecated
+ * @deprecated As of Java Servlet API 2.1, with no direct replacement.
*/
@Override
@Deprecated
/**
- * @deprecated
+ * @deprecated As of Java Servlet API 2.1, with no direct replacement.
*/
@Override
@SuppressWarnings("unchecked") // doPrivileged() returns the correct type
/**
- * @deprecated
+ * @deprecated As of Java Servlet API 2.1, with no direct replacement.
*/
@Override
@SuppressWarnings("unchecked") // doPrivileged() returns the correct type
/**
- * @deprecated
+ * @deprecated As of Java Servlet API 2.1, use
+ * <code>log(String, Throwable)</code> instead
*/
@Override
@Deprecated
*
* @param sc The new status code
* @param msg The new message
- * @deprecated
+ * @deprecated As of version 2.1, due to ambiguous meaning of the message
+ * parameter. To set a status code use
+ * <code>setStatus(int)</code>, to send an error with a
+ * description use <code>sendError(int, String)</code>.
*/
@Deprecated
@Override
/**
- * @deprecated
+ * @deprecated As of Version 2.1, this method is deprecated and has no
+ * replacement.
*/
@Override
@Deprecated
/**
- * @deprecated
+ * @deprecated As of Version 2.2, this method is replaced by
+ * {@link #getAttribute}.
*/
@Override
@Deprecated
/**
- * @deprecated
+ * @deprecated As of Version 2.2, this method is replaced by
+ * {@link #getAttributeNames}
*/
@Override
@Deprecated
/**
- * @deprecated
+ * @deprecated As of Version 2.2, this method is replaced by
+ * {@link #setAttribute}
*/
@Override
@Deprecated
/**
- * @deprecated
+ * @deprecated As of Version 2.2, this method is replaced by
+ * {@link #removeAttribute}
*/
@Override
@Deprecated