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 bu...@apache.org on 2004/06/15 17:45:22 UTC

DO NOT REPLY [Bug 29578] New: - AclMethod not setting aces.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29578>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29578

AclMethod not setting aces.

           Summary: AclMethod not setting aces.
           Product: Slide
           Version: 2.0
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WebDAV client
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: jessica_lee@hyperion.com


AclMethod not setting aces.  Generated xml is incorrect.  

 * $Revision: 1.1.2.2 $
 * $Date: 2004/03/22 16:26:08 $

In AclMethod.generateRequestBody() line 191, 

printer.writeElement(null,privilege.getNamespace(),privilege.getName(), 
XMLPrinter.NO_CONTENT);

First and second parameters are swapped.  Should be like below:

printer.writeElement(privilege.getNamespace(),null,privilege.getName(), 
XMLPrinter.NO_CONTENT);

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org