You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Sergiu DINCA <Se...@etu.enseeiht.fr> on 2003/07/03 09:57:10 UTC

ACLs; Slide over SSL

Hello,

I got two questions:
- how can I set the ACL for a resource from an application
- can I use Slide over SSL?
Thank you!


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


Re: ACLs; Slide over SSL

Posted by Ingo Brunberg <ib...@fiz-chemie.de>.
> Hello,
> 
> I got two questions:
> - how can I set the ACL for a resource from an application

If you use the Slide client library you can construct an appropriate
instance of WebdavResource. Then use aclMethod() to apply a new set of
ACEs to your resource.

> - can I use Slide over SSL?
Yes.

Regards,
Ingo


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


Re: ACLs; Slide over SSL

Posted by Ingo Brunberg <ib...@fiz-chemie.de>.
>   Thank you for your fast reply!
>   
>   I already tryed to use the aclMethod to add aces, but I got a
> 501-Unimplemented message.
Sounds like the server you are using is not supporting the
ACLMethod. With current Slide this method works fine.

>   The WebdavResource object was ok, all other methods seeamed to work.
> 
>   Sergiu DINCA
> 


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


Re[2]: ACLs; Slide over SSL

Posted by Sergiu DINCA <Se...@etu.enseeiht.fr>.
  Thank you for your fast reply!
  
  I already tryed to use the aclMethod to add aces, but I got a
501-Unimplemented message.
  The WebdavResource object was ok, all other methods seeamed to work.

  Sergiu DINCA


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