DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27483>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27483 Request for aclfindMethod() convenience method Summary: Request for aclfindMethod() convenience method Product: Slide Version: Nightly Platform: All OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: WebDAV client AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] We've found a parameterless aclfindMethod that defaults to working on the current resource, analogous to other paramaterless methods, to be useful. Could one be added to Slide? org.apache.webdav.lib.WebdavResource ~ line 2107 /** * Return the <code>AclProperty</code> for the current resource * * @param path the server relative path of the resource to request * @return acl property, null if the server doesn't respond with * <code>AclProperty</code> */ public AclProperty aclfindMethod() throws HttpException, IOException { thisResource = true; return aclfindMethod(httpURL.getPathQuery()); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
