You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@apache.org on 2001/04/29 09:48:47 UTC

cvs commit: jakarta-slide/src/doc contrib.xml

remm        01/04/29 00:48:47

  Modified:    docs     contrib.html
               src/doc  contrib.xml
  Log:
  - Add Peter Hawkins in the contributors list.
  
  Revision  Changes    Path
  1.20      +6 -0      jakarta-slide/docs/contrib.html
  
  Index: contrib.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/docs/contrib.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- contrib.html	2001/04/29 07:41:45	1.19
  +++ contrib.html	2001/04/29 07:48:46	1.20
  @@ -87,6 +87,12 @@
         XML logger.
       <br></p>
       
  +    <p>
  +      <a href="mailto:peter%20at%20globalvision.com.au"><b>Peter Hawkins</b></a>
  +      <br>
  +      Hosts and maintains the FAQ on Slide.
  +    <br></p>
  +    
     </blockquote><a name="Sponsors"><h2>Sponsors</h2></a><blockquote>
       
       <p>
  @@ -97,7 +103,7 @@
       <br></p>
       
     </blockquote><br></td></tr><tr><td width="120" bgcolor="#ffffff"></td><td valign="top" width="11" height="11" bgcolor="#ffffff"></td><td valign="top" bgcolor="#ffffff"><img width="11" height="11" src="style/images/blank.gif"></td></tr><tr><td width="120" bgcolor="#ffffff"></td><td width="11" bgcolor="#ffffff"><img width="11" height="11" src="style/images/blank.gif"></td><td valign="top" bgcolor="#ffffff"></td></tr><tr><td width="120" bgcolor="#ffffff"></td><td valign="top" width="11" bgcolor="#ffffff"></td><td valign="top" bgcolor="#ffffff"><img width="11" height="11" src="style/images/blank.gif"></td></tr><tr><td width="120" bgcolor="#ffffff"></td><td width="11" bgcolor="#ffffff">&nbsp;</td><td bgcolor="#ffffff"><small><hr><notice>
  -    $Revision: 1.19 $ $Author: remm $ $Date: 2001/04/29 07:41:45 $
  +    $Revision: 1.20 $ $Author: remm $ $Date: 2001/04/29 07:48:46 $
     </notice><br>&nbsp;<br></small><small><hr><notice>
       Java, JDBC, JNDI, JTA, JMS, Sun, Sun Microsystems are trademarks 
       or registered trademarks of Sun Microsystems, Inc. in the United States 
  
  
  
  1.18      +6 -0      jakarta-slide/src/doc/contrib.xml
  
  Index: contrib.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/contrib.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- contrib.xml	2001/03/26 07:14:36	1.17
  +++ contrib.xml	2001/04/29 07:48:46	1.18
  @@ -95,6 +95,12 @@
         XML logger.
       </p>
       
  +    <p>
  +      <a href="mailto:peter at globalvision.com.au"><b>Peter Hawkins</b></a>
  +      <br/>
  +      Hosts and maintains the FAQ on Slide.
  +    </p>
  +    
     </section>
     
     <section title="Sponsors">
  
  
  

WebDAV client API change

Posted by Remy Maucherat <re...@apache.org>.
Hi,

The WebDAV client library is about to be split in two parts (the reasons for
this are given below) :
- All the HTTP/1.1 specific code is moved to the commons subproject. The
rationale is to make it easier for other projects (like Tomcat) to reuse the
code.
- The WebDAV specific part of the client library will extend that HTTP/1.1
core, and will remain in Slide.

IMO, that's the best way to keep Slide focused on its core goals (WebDAV and
content management), while allowing more people to develop the HTTP library
independently.

The API changes this causes are :
- Some classes are renamed :
  WebdavClient -> HttpClient
  WebdavException -> HttpException
  WebdavStatus -> HttpStatus
- A lot of the classes in the lib package are moved to package
org.apache.commons.httpclient

Comments ?

Note : To minimize the time needed to update any existsing application to
the new API, I can introduce some "fake" objects (for example, add back a
WebdavClient object which would directly extend the new HttpClient object).
This would almost allow full API backwards compatibility. Please let me know
if you think this would be needed.

Thanks,
Remy


Windows 2k bug

Posted by Peter Hawkins <pe...@globalvision.com.au>.
Just thought I'd let you all know something I've discovered and placed on
the FAQ. Slide won't work with the version of IE that ships with W2K so that
a vanilla W2K install with TC and slide fails.

I've tracked it down to the web folders DAV client that comes with IE5.0 -
it sends credentials for every request but not the HEAD method request it
issues just before a file upload. Upgrading to IE5.5 sp1 fixed it.

I checked the MS knowledgebase but couldn't identify any PR that seemed to
be the one, however it's fixed with IE5.5, so no matter. Still, it's a bit
of a trap!

To see it, install W2K out of box, add TC4b3, add a user for root in TC's
users file, drop in the slide.war, run TC (to unpack the war) then edit
slide's web.xml to allow auth. Restart TC and create a web folder. You'll be
able to create a sub-folder but not upload a file. To see why, set your TC
for logging and debugging and look in the TC log file - no credentials for
HEAD, so TC doesn't pass the HEAD through to slide at all.

Peter


RE: cvs commit: jakarta-slide/src/doc contrib.xml

Posted by Peter Hawkins <pe...@globalvision.com.au>.
Awww shucks - thankyou....

Peter

-----Original Message-----
From: remm@apache.org [mailto:remm@apache.org]
Sent: Sunday, 29 April 2001 5:49 PM
To: jakarta-slide-cvs@apache.org
Subject: cvs commit: jakarta-slide/src/doc contrib.xml


remm        01/04/29 00:48:47

  Modified:    docs     contrib.html
               src/doc  contrib.xml
  Log:
  - Add Peter Hawkins in the contributors list.

  Revision  Changes    Path
  1.20      +6 -0      jakarta-slide/docs/contrib.html

  Index: contrib.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/docs/contrib.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- contrib.html	2001/04/29 07:41:45	1.19
  +++ contrib.html	2001/04/29 07:48:46	1.20
  @@ -87,6 +87,12 @@
         XML logger.
       <br></p>

  +    <p>
  +      <a href="mailto:peter%20at%20globalvision.com.au"><b>Peter
Hawkins</b></a>
  +      <br>
  +      Hosts and maintains the FAQ on Slide.
  +    <br></p>
  +
     </blockquote><a name="Sponsors"><h2>Sponsors</h2></a><blockquote>

       <p>
  @@ -97,7 +103,7 @@
       <br></p>

     </blockquote><br></td></tr><tr><td width="120"
bgcolor="#ffffff"></td><td valign="top" width="11" height="11"
bgcolor="#ffffff"></td><td valign="top" bgcolor="#ffffff"><img width="11"
height="11" src="style/images/blank.gif"></td></tr><tr><td width="120"
bgcolor="#ffffff"></td><td width="11" bgcolor="#ffffff"><img width="11"
height="11" src="style/images/blank.gif"></td><td valign="top"
bgcolor="#ffffff"></td></tr><tr><td width="120" bgcolor="#ffffff"></td><td
valign="top" width="11" bgcolor="#ffffff"></td><td valign="top"
bgcolor="#ffffff"><img width="11" height="11"
src="style/images/blank.gif"></td></tr><tr><td width="120"
bgcolor="#ffffff"></td><td width="11" bgcolor="#ffffff">&nbsp;</td><td
bgcolor="#ffffff"><small><hr><notice>
  -    $Revision: 1.19 $ $Author: remm $ $Date: 2001/04/29 07:41:45 $
  +    $Revision: 1.20 $ $Author: remm $ $Date: 2001/04/29 07:48:46 $
     </notice><br>&nbsp;<br></small><small><hr><notice>
       Java, JDBC, JNDI, JTA, JMS, Sun, Sun Microsystems are trademarks
       or registered trademarks of Sun Microsystems, Inc. in the United
States



  1.18      +6 -0      jakarta-slide/src/doc/contrib.xml

  Index: contrib.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/contrib.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- contrib.xml	2001/03/26 07:14:36	1.17
  +++ contrib.xml	2001/04/29 07:48:46	1.18
  @@ -95,6 +95,12 @@
         XML logger.
       </p>

  +    <p>
  +      <a href="mailto:peter at globalvision.com.au"><b>Peter
Hawkins</b></a>
  +      <br/>
  +      Hosts and maintains the FAQ on Slide.
  +    </p>
  +
     </section>

     <section title="Sponsors">