cvs commit: jakarta-tomcat-4.0/webapps/webdav index.html

2004-12-20 Thread markt
markt   2004/12/20 10:47:05

  Modified:catalina/src/share/org/apache/catalina/servlets
WebdavServlet.java
   webapps/webdav/WEB-INF web.xml
   webapps/webdav index.html
  Log:
  Fix webDAV servlet so it can be used via any arbitrary mapping
(eg /webdav/*) to edit the contents of a web application
  
  Revision  ChangesPath
  1.37  +2 -2  
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/WebdavServlet.java
  
  Index: WebdavServlet.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/WebdavServlet.java,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- WebdavServlet.java26 Aug 2004 21:38:13 -  1.36
  +++ WebdavServlet.java20 Dec 2004 18:47:05 -  1.37
  @@ -1962,7 +1962,7 @@
   // Generating href element
   generatedXML.writeElement(null, "href", XMLWriter.OPENING);
   
  -String href = req.getContextPath();
  +String href = req.getContextPath() + req.getServletPath();
   if ((href.endsWith("/")) && (path.startsWith("/")))
   href += path.substring(1);
   else
  
  
  
  1.4   +1 -1  jakarta-tomcat-4.0/webapps/webdav/WEB-INF/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/webdav/WEB-INF/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml   2 Sep 2002 13:45:23 -   1.3
  +++ web.xml   20 Dec 2004 18:47:05 -  1.4
  @@ -35,7 +35,7 @@
 
 
   webdav
  -/
  +/*
 
   
 
  
  
  
  1.6   +13 -0 jakarta-tomcat-4.0/webapps/webdav/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/webdav/index.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.html9 Oct 2001 02:41:21 -   1.5
  +++ index.html20 Dec 2004 18:47:05 -  1.6
  @@ -26,6 +26,19 @@
   safety reasons. It can be put in read-write mode by editing the web 
   application descriptor file (WEB-INF/web.xml).
   
  +To add remote authoring to your web application, you need to make the 
following
  +changes:
  +
  +Add the webDAV servlet to your web application. See the web application
  +deployment descriptor for an example. Don't forget to make it read/write.
  +Add a servlet mapping for the webDAV servlet with a url pattern of 
"/webdav/*"
  +to your web.xml.
  +Add an appropriate security constraint to prevent unauthorised changes 
to your
  +web application.
  +You can then edit your web application using a webDAV client using a url
  +like http://host:port/webapp/webdav
  +
  +
   Working WebDAV clients include :
   
   Adobe GoLive 5.0 (and other WebDAV-enabled Adobe products, like
  
  
  

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



cvs commit: jakarta-tomcat-4.0/webapps/webdav index.html

2001-01-23 Thread remm

remm01/01/23 21:12:36

  Modified:webapps/webdav index.html
  Log:
  - Update to the Webdav page, listing more compatibe clients.
  
  Revision  ChangesPath
  1.4   +11 -6 jakarta-tomcat-4.0/webapps/webdav/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/webdav/index.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.html2000/12/16 19:05:21 1.3
  +++ index.html2001/01/24 05:12:35 1.4
  @@ -29,34 +29,39 @@
   
   Working WebDAV clients include :
   
  +Adobe GoLive 5.0 (and other WebDAV-enabled Adobe products, like
  +  Photoshop)
  +Cadaver 0.15
  +DAV Explorer 0.60 and 0.70
   Internet Explorer 5 (Windows 2000)
   Internet Explorer 5.5 (Windows 2000)
  +Jakarta Slide 1.0 WebDAV client library
   Office 2000 (Windows 2000)
  -DAV Explorer 0.60
  -Adobe GoLive 5.0
  -Jakarta Slide 1.0 WebDAV client
  +SkunkDAV 1.0
   
   
   Incompatible WebDAV clients include :
   
  -DAV Explorer 0.61 and 0.62
   WebDrive
   
   Any help resolving those issues would be appreciated.
   
  -Documentation on WebDAV:
  +WebDAV links:
   
   http://www.webdav.org">General info on WebDAV
   http://www.ics.uci.edu/pub/ietf/webdav/">WebDAV working 
   group
   http://www.webdav.org/projects/">WebDAV clients
  +
  +http://jakarta.apache.org/slide/">The Jakarta Slide Project
  +
   
   
   
   
   
    
  -Copyright © 1999-2000 Apache Software Foundation
  +Copyright © 1999-2001 Apache Software Foundation
   All Rights Reserved 
    
    
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




cvs commit: jakarta-tomcat-4.0/webapps/webdav index.html

2000-12-16 Thread remm

remm00/12/16 11:05:23

  Modified:webapps/webdav index.html
  Log:
  - Add an ad for Slide's WIP WebDAV client.
  
  Revision  ChangesPath
  1.3   +1 -0  jakarta-tomcat-4.0/webapps/webdav/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/webdav/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html2000/11/14 04:09:24 1.2
  +++ index.html2000/12/16 19:05:21 1.3
  @@ -34,6 +34,7 @@
   Office 2000 (Windows 2000)
   DAV Explorer 0.60
   Adobe GoLive 5.0
  +Jakarta Slide 1.0 WebDAV client
   
   
   Incompatible WebDAV clients include :
  
  
  



cvs commit: jakarta-tomcat-4.0/webapps/webdav index.html

2000-11-13 Thread remm

remm00/11/13 20:09:25

  Modified:webapps/webdav index.html
  Log:
  - Added a DAV clients compatibility list.
  
  Revision  ChangesPath
  1.2   +16 -0 jakarta-tomcat-4.0/webapps/webdav/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/webdav/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html2000/08/31 19:09:08 1.1
  +++ index.html2000/11/14 04:09:24 1.2
  @@ -27,6 +27,22 @@
   safety reasons. It can be put in read-write mode by editing the web 
   application descriptor file (WEB-INF/web.xml).
   
  +Working WebDAV clients include :
  +
  +Internet Explorer 5 (Windows 2000)
  +Internet Explorer 5.5 (Windows 2000)
  +Office 2000 (Windows 2000)
  +DAV Explorer 0.60
  +Adobe GoLive 5.0
  +
  +
  +Incompatible WebDAV clients include :
  +
  +DAV Explorer 0.61 and 0.62
  +WebDrive
  +
  +Any help resolving those issues would be appreciated.
  +
   Documentation on WebDAV:
   
   http://www.webdav.org">General info on WebDAV
  
  
  

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