Re: How to do a MoveMethod with locks

2007-05-01 Thread Julian Reschke
Stephen Martin wrote: I'm having trouble making a moveMethod request on a resource that I have locked. My research leads me to believe that I have to also lock the destination of the move which I have done but when I try to perform the move I get an error. I suspect that I have to somehow add

Re: How to do a MoveMethod with locks

2007-05-01 Thread Julian Reschke
Stephen Martin wrote: In answer to my own question, I discovered that the If: header seemed to be incorrect or at least unacceptable to mod_dav/mod_svn. There are two forms of this header, one that includes the URL of the request and one that does not. The rfc is unclear (at least to me) on

Re: User-Agent information within Store implementation

2007-05-01 Thread Julian Reschke
[EMAIL PROTECTED] wrote: Hi, Is there any way I can get the user-agent information of the request within my Data Store implementation. I couldn't find a way where this information is passed in to the store implementation. I want to extend the data store to use our own repository and would like

RE: User-Agent information within Store implementation

2007-05-01 Thread Padmanabhan_Sheeba
Hi Julian, Thank you so much for the reply... One of the use cases is the way we store the data fork and resource forks into our repository... Sometimes we use to create an apple double file out of it before sending it off to the repository.. So we need to know the request is from MacOS... The

Re: How to do a MoveMethod with locks

2007-05-01 Thread Stephen Martin
Yes I've discovered that but i would like to inorder to reserve the name. Julian Reschke wrote: Stephen Martin wrote: I'm having trouble making a moveMethod request on a resource that I have locked. My research leads me to believe that I have to also lock the destination of the move which I

Re: How to do a MoveMethod with locks

2007-05-01 Thread Stephen Martin
I can not get this to work without adding the url to the If header, the server always responds with a 424 error. Experimenting with cadaver in debug mode, i found that it likes the tagged version. I've also discovered that in order to do the move when both the source and the destination are

Slide 3.0

2007-05-01 Thread Belinda Randolph
Just curious, when is Slide 3.0 expected to be released? -Belinda Belinda Randolph Architecture Systems Engineering Group (3861) Instrument Software Systems (386) Phone: (818) 354-3579 Location: 169-325 Mail Stop: 168-414 NOTE: All personal and professional opinions presented herein are

Re: User-Agent information within Store implementation

2007-05-01 Thread Julian Reschke
[EMAIL PROTECTED] wrote: Hi Julian, Thank you so much for the reply... One of the use cases is the way we store the data fork and resource forks into our repository... Sometimes we use to create an apple double file out of it before sending it off to the repository.. So we need to know the

Re: How to do a MoveMethod with locks

2007-05-01 Thread Julian Reschke
Stephen Martin wrote: I can not get this to work without adding the url to the If header, the server always responds with a 424 error. Experimenting with cadaver in debug mode, i found that it likes the tagged version. I've also discovered that in order to do the move when both the source and

Re: How to do a MoveMethod with locks

2007-05-01 Thread Stephen Martin
Julian Reschke wrote: You need the tagged-list form when you need to provide a lock token which is not for the Request-URI, which of course is the case if yiu lock the target folder... Is there anyway to do this using the WebdavResource API? I can't see it.

Tamino?

2007-05-01 Thread Belinda Randolph
What is Tamino? I found it in a diagram for the Data Stores. Thanks, Belinda Belinda Randolph Architecture Systems Engineering Group (3861) Instrument Software Systems (386) Phone: (818) 354-3579 Location: 169-325 Mail Stop: 168-414 NOTE: All personal and professional opinions presented

Re: Tamino?

2007-05-01 Thread Zeus Courtois
Hi Belinda, Tamino is an XML database developed by Software AG: http://www.softwareag.com/corporate/products/tamino/default.asp. Good if you wish to store/retrieve/manipulate XML Documents. The code for Tamino is found in the trunk of slide but I don't know if you can get a free database such

RE: Custom Authentication

2007-05-01 Thread Reza Rahman
Look into WCK. It has a very simple hook API that will let you avoid dealing with JAAS directly, as long as you are using Apache Tomcat. -Original Message- From: Ali Naddaf [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 11:09 AM To: Slide Users Mailing List Subject: Custom

RE: User-Agent information within Store implementation

2007-05-01 Thread Padmanabhan_Sheeba
Hi Julian, Thanks a lot for the reply... Will the mime type reflect the client information? I thought that is more for the content type information? Thanks Sheeba Padmanabhan -Original Message- From: Julian Reschke [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 01, 2007 11:42 AM

url does not show the actual store

2007-05-01 Thread Padmanabhan_Sheeba
Hi, I modified the Domain.xml to have my custom store information in it and set the scope as scope match=/custom store=myCustomStore/ I could create webfolder using the http://localhost:8080/slide/custom url. But once I created the webfolder, I always see it's internet address as just

Re: User-Agent information within Store implementation

2007-05-01 Thread Julian Reschke
[EMAIL PROTECTED] wrote: Hi Julian, Thanks a lot for the reply... Will the mime type reflect the client information? I thought that is more for the content type information? It will (well, should) reflect the type of the content. Doesn't the Apple Double format have its own content type?