RE: Newbee: Understanding question WebDAV-Protocoll

2007-09-14 Thread Miguel Figueiredo
Hello mate, If you need to do change the lastModified time of a resource, I would consider that an hacker wish ;) No way you're going to be able to that, especially if you are using the client API. You would need to change server behavior, and in a way that the server would not follow webdav

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-14 Thread Arne v.Irmer
Hi Satish, look for JAAS-Authentication that is a standard API that works pretty well with tomcat. A good introduction is found at http://www.javaworld.com/javaworld/jw-09-2002/jw-0913-jaas.html Yours Arne Satish schrieb: Hi I need to authentication with Slide, there are two ways I can see

Authentication with Slide - Slide vs tomcat Realm

2007-09-14 Thread Satish
Hi I need to authentication with Slide, there are two ways I can see I am thinking of using Slide realm and configuring tomcat to use Slide user database for authentication. Otherwise if I rely completely on tomcat realm, typical tomcat-users.xml file based, authetication, I need to add user

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-14 Thread Satish
Hey Arne Thanks for quick reponse. Do you mean here that I should take steps below to implemnt authetication, - configure Slide realm, configure tomcat to use Slide users for authentication - configure JAAS for tomcat - use JAAS API to authenticate the requests, so here JAAS will ask tomcat

Re: Authentication with Slide - Slide vs tomcat Realm

2007-09-14 Thread Arne v.Irmer
Hi Satish, things are easy, if you look at the used technics: Silde is a servlet in tomcat and uses the authentication mechanism of tomcat. This includes such nice things like the sso-Valve. What you have to implement a user management that does both: 1. Creating/Deleting the user in silde by just

Re: Newbee: Understanding question WebDAV-Protocoll

2007-09-14 Thread Julian Reschke
Miguel Figueiredo wrote: Hello mate, If you need to do change the lastModified time of a resource, I would consider that an hacker wish ;) No way you're going to be able to that, especially if you are using the client API. You would need to change server behavior, and in a way that the server