craigmcc    01/06/23 16:59:11

  Modified:    catalina/src/share/org/apache/catalina/core
                        StandardContext.java
  Log:
  Remove a FIXME comment since we have dealt with this issue.
  
  Revision  Changes    Path
  1.68      +4 -7      
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/StandardContext.java
  
  Index: StandardContext.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/StandardContext.java,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- StandardContext.java      2001/06/23 23:41:51     1.67
  +++ StandardContext.java      2001/06/23 23:59:10     1.68
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/StandardContext.java,v
 1.67 2001/06/23 23:41:51 craigmcc Exp $
  - * $Revision: 1.67 $
  - * $Date: 2001/06/23 23:41:51 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/StandardContext.java,v
 1.68 2001/06/23 23:59:10 craigmcc Exp $
  + * $Revision: 1.68 $
  + * $Date: 2001/06/23 23:59:10 $
    *
    * ====================================================================
    *
  @@ -141,7 +141,7 @@
    *
    * @author Craig R. McClanahan
    * @author Remy Maucherat
  - * @version $Revision: 1.67 $ $Date: 2001/06/23 23:41:51 $
  + * @version $Revision: 1.68 $ $Date: 2001/06/23 23:59:10 $
    */
   
   public class StandardContext
  @@ -2261,9 +2261,6 @@
        * of our class loader.  It does not handle changes to the web application
        * deployment descriptor.  If that has occurred, you should stop this
        * Context and create (and start) a new Context instance instead.
  -     * <p>
  -     * <b>FIXME</b>:  What about context attributes that have been created
  -     * by servlets?  ClassCastException?
        *
        * @exception IllegalStateException if the <code>reloadable</code>
        *  property is set to <code>false</code>.
  
  
  

Reply via email to