juergen     02/04/03 03:52:41

  Modified:    src/webdav/server/org/apache/slide/webdav/method
                        WebdavMethod.java
  Log:
  Added string constant.
  (ralf)
  
  Revision  Changes    Path
  1.46      +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.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- WebdavMethod.java 28 Mar 2002 06:12:12 -0000      1.45
  +++ WebdavMethod.java 3 Apr 2002 11:52:40 -0000       1.46
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/WebdavMethod.java,v
 1.45 2002/03/28 06:12:12 jericho Exp $
  - * $Revision: 1.45 $
  - * $Date: 2002/03/28 06:12:12 $
  + * $Header: 
/home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/WebdavMethod.java,v
 1.46 2002/04/03 11:52:40 juergen Exp $
  + * $Revision: 1.46 $
  + * $Date: 2002/04/03 11:52:40 $
    *
    * ====================================================================
    *
  @@ -111,6 +111,11 @@
        * String constant for <code>text/xml</code>.
        */
       public static final String TEXT_XML = "text/xml";
  +    
  +    /**
  +     * String constant for <code>text/xml; charset="UTF-8"</code>.
  +     */
  +    public static final String TEXT_XML_UTF_8 = "text/xml; charset=\"UTF-8\"";
       
       private static final String LOG_CHANNEL = WebdavMethod.class.getName();
       
  
  
  

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

Reply via email to