[prev in list] [next in list] [prev in thread] [next in thread] 

List:       slide-dev
Subject:    cvs commit: jakarta-slide/src/share/org/apache/slide/webdav/method LockMethod.java
From:       remm () locus ! apache ! org
Date:       2000-07-24 23:41:24
[Download RAW message or body]

remm        00/07/24 16:41:24

  Modified:    src/share/org/apache/slide/webdav/method LockMethod.java
  Log:
  - Fixes a regression problem which would prevent the LockMethod
    from being able to load the Slide object representing the owner
    of the lock.
  
  Revision  Changes    Path
  1.5       +4 -4      \
jakarta-slide/src/share/org/apache/slide/webdav/method/LockMethod.java  
  Index: LockMethod.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/webdav/method/LockMethod.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- LockMethod.java	2000/06/15 06:52:07	1.4
  +++ LockMethod.java	2000/07/24 23:41:24	1.5
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/webdav/method/LockMethod.java,v \
                1.4 2000/06/15 06:52:07 remm Exp $
  - * $Revision: 1.4 $
  - * $Date: 2000/06/15 06:52:07 $
  + * $Header: /home/cvs/jakarta-slide/src/share/org/apache/slide/webdav/method/LockMethod.java,v \
1.5 2000/07/24 23:41:24 remm Exp $  + * $Revision: 1.5 $
  + * $Date: 2000/07/24 23:41:24 $
    *
    * ====================================================================
    *
  @@ -443,7 +443,7 @@
                       .retrieve(credToken, lockInfo_lockSubject);
                   SubjectNode credentialsSubject = 
                       (SubjectNode) structure.retrieve
  -                    (credToken, namespaceConfig.getUsersPath() 
  +                    (credToken, namespaceConfig.getUsersPath() + "/"
                        + credToken.getPublicCredentials());
                   
                   NodeLock lockToken = null;
  
  
  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic