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 cm...@apache.org on 2002/03/02 16:30:32 UTC

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/method WebdavMethod.java

cmlenz      02/03/02 07:30:32

  Modified:    src/webdav/server/org/apache/slide/webdav/method Tag:
                        SLIDE_1_0 WebdavMethod.java
  Log:
  Porting bugfixes/enhancements from the HEAD branch:
  - Committed by juergen, 02/02/21 09:21:55
    "Getting an exception at this point in time is crucial, do a
     printStackTrace here to identify the error better."
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.39.2.1  +4 -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.39
  retrieving revision 1.39.2.1
  diff -u -r1.39 -r1.39.2.1
  --- WebdavMethod.java	17 Oct 2001 16:05:01 -0000	1.39
  +++ WebdavMethod.java	2 Mar 2002 15:30:32 -0000	1.39.2.1
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/WebdavMethod.java,v 1.39 2001/10/17 16:05:01 remm Exp $
  - * $Revision: 1.39 $
  - * $Date: 2001/10/17 16:05:01 $
  + * $Header: /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/WebdavMethod.java,v 1.39.2.1 2002/03/02 15:30:32 cmlenz Exp $
  + * $Revision: 1.39.2.1 $
  + * $Date: 2002/03/02 15:30:32 $
    *
    * ====================================================================
    *
  @@ -320,6 +320,7 @@
           } catch (Exception ex) {
               token.getLogger().log(ex,LOG_CHANNEL,Logger.ERROR);
               resp.setStatus(WebdavStatus.SC_INTERNAL_SERVER_ERROR);
  +            ex.printStackTrace();
               throw new WebdavException(WebdavStatus.SC_INTERNAL_SERVER_ERROR);
           } finally {
               if (transactionIsStarted && methodNeedsTransactionSupport()) {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>