RE: custom authentication with slide and httpclient

2005-02-09 Thread Miguel Figueiredo
Hello Aaron, Lately I have been very upset by that 'expect: continue' handshake. I'll just link you with my results in this urls: http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.dotnet .frameworkmid=a515168f-df63-4ff3-8e2b-ec7f6fb76c0a

versioncontrol-exclude for subfolders

2005-02-09 Thread Sven Pfeiffer
Hi List i want to exclude a folder and all subfolders from versioncontrol. the folder should be a temporary file dump. but if I set parameter name=versioncontrol-exclude/files/temp/parameter and i create a new folder in /files/temp/ lets say /files/temp/first first will be version controlled.

RE: versioncontrol-exclude for subfolders

2005-02-09 Thread Sven Pfeiffer
it seems like there is another problem. it looks like versioncontrol-exclude is not only for the specified folder, but also for the subfolders. my problem seems to be that i want to set more then one folder to be excluded from version control. it looks like that: /slide/files/users

RE: A question on Http Connection obtained by WebdavResoruce

2005-02-09 Thread Ritu Kedia
Warwick, Thanks for your reply. The HttpConnection that I am referring to is method.releaseConnection() after the method is executed. Calling this method would just close the current request and not re-set the HttpClient state. In other words the HttpClient will still hold on to any cookies

RE: versioncontrol-exclude for subfolders

2005-02-09 Thread Peter.Nevermann
Hi Sven, please try parameter name=versioncontrol-exclude/slide/files/users;/slide/files/public/pa rameter Regards, Peter -Original Message- From: Sven Pfeiffer [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 9. Februar 2005 11:48 To: Slide Users Mailing List Subject: RE:

RE: failed to programatically upload file

2005-02-09 Thread Zoltan
Hello Clive, I followed your suggestion and it worked! Thanks a lot. So the wdr.putMethod(fileName) will work only if passed the complete URL to the Slide server concatenated with the name of the file to upload? If yes, this is not very clearly documented... Regards, Zoltan Hi, I had the

Re: Duplicating security information?

2005-02-09 Thread Andy Depue
Thanks for the response! If I go ahead with this, my plan is to mimick a good idea that Ben Alex had for his Acegi Security framework, which is to create an adapter that would implement the store interfaces (like JNDIPrincipalStore does), but translate and delegate to a simplified DAO that one

RE: failed to programatically upload file

2005-02-09 Thread Clive Borrageiro
Hi Zoltan, That is correct! I have found that Slide is not clearly documented; but under the roadmap link on the website; slide documentation, snippets, tutorials etc. is in progress. Hope that will shed some light on slide! The problem I have encountered is large file transfer! (files 2GB) I

Line breaks in properties

2005-02-09 Thread Andrey Shulinsky
Hi there! Here's the case. When I save a property like this: descriptor.setProperty( new NodeProperty(propertyName, propertyValue, propertyNamespace)); where a descriptor is an instance of the NodeRevisionDescriptor class and a propertyValue is a String object that contains line breaks,

Re: tomcat w/slide not stopping cleanly

2005-02-09 Thread Roman D
I am having exactly same problem with Slide HEAD / Tomcat 5.0.28 / Java 1.4.2 / Linux. shutdown.sh stops Tomcat, but java process is still there, with 10-20 threads. Maybe we should post this into Tomcat group ? Brian Moseley wrote: i'm using the jakarta-slide-server-bin-2.1 binary release for

Re: tomcat w/slide not stopping cleanly

2005-02-09 Thread Brian Moseley
Roman D wrote: I am having exactly same problem with Slide HEAD / Tomcat 5.0.28 / Java 1.4.2 / Linux. shutdown.sh stops Tomcat, but java process is still there, with 10-20 threads. Maybe we should post this into Tomcat group ? well, it doesn't happen when slide isn't deployed into tomcat, so

Re: role properties not showing up as expected

2005-02-09 Thread Brian Moseley
Michael Smith wrote: one thing i noticed is that the page above seems to be confused about what namespace this property should use. the screenshot which shows the view/modify properties dialog shows the group-member-set property in the slide namespace, but the next screenshot shows the property

WCK Strange Behavior

2005-02-09 Thread Brian Lee
Both the reference webdav store and my custom store exhibit the same behavior... I'm using Jetty 5.x on a Mac OS X. Basically the resource properties being returned by Slide do not match what they are in reality. ex. The file 'AmazonLetter.doc' is in the 'files' directory and was last

Re: role properties not showing up as expected

2005-02-09 Thread Michael Smith
Brian Moseley wrote: Michael Smith wrote: one thing i noticed is that the page above seems to be confused about what namespace this property should use. the screenshot which shows the view/modify properties dialog shows the group-member-set property in the slide namespace, but the next

RE: versioncontrol-exclude for subfolders

2005-02-09 Thread Sven Pfeiffer
Hi Peter, I didn't excpect it to be that easy ;-) but it works fine Thank you SVen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 5:09 PM To: slide-user@jakarta.apache.org Subject: RE: versioncontrol-exclude for subfolders Hi

ATT: Sven Pfeiffer - file size limitation

2005-02-09 Thread Clive Borrageiro
Hi Sven, I found the thread in the mailing lists relating to the file size limitation in slide. Were you able to patch this? We are having the same problems as stated in the thread. Your help will be much appreciated. Thank You Clive

Re: role properties not showing up as expected

2005-02-09 Thread Brian Moseley
Michael Smith wrote: It looks like a bug - group-member-set is definately defined as being in the DAV: namespace. I wouldn't expect it to work without defining the namespace correctly. well, i can set and get the property by specifying the DAV: namespace, with both cadaver and the client lib,

RE: Sven Pfeiffer - file size limitation

2005-02-09 Thread Sven Pfeiffer
Hi Clive, I am still trying to find the problem. In the moment I am thinking the problem might be on tomcat-side, which passes the request. But no one in the tomcat mailing lists seems to be able to help me. But development has to go on, so I have to live with the file size limitation of 2 GB