juergen     02/04/26 04:50:20

  Modified:    src/webdav/server/org/apache/slide/webdav/method
                        WebdavMethod.java
  Log:
  Added constant for header 'no-cache'.
  (ralf)
  
  Revision  Changes    Path
  1.51      +8 -3      
jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/WebdavMethod.java
  
  Index: WebdavMethod.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/WebdavMethod.java,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- WebdavMethod.java 25 Apr 2002 21:15:15 -0000      1.50
  +++ WebdavMethod.java 26 Apr 2002 11:50:20 -0000      1.51
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/WebdavMethod.java,v
 1.50 2002/04/25 21:15:15 jericho Exp $
  - * $Revision: 1.50 $
  - * $Date: 2002/04/25 21:15:15 $
  + * $Header: 
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/WebdavMethod.java,v
 1.51 2002/04/26 11:50:20 juergen Exp $
  + * $Revision: 1.51 $
  + * $Date: 2002/04/26 11:50:20 $
    *
    * ====================================================================
    *
  @@ -110,6 +110,11 @@
       
       
       // -------------------------------------------------------------- Constants
  +    
  +    /**
  +     * String constant for <code>no-cache</code>.
  +     */
  +    protected static final String NO_CACHE = "no-cache";
       
       /**
        * String constant for <code>http://</code>.
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to