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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to