Proppatch query

2004-06-10 Thread Luanne Coutinho
Hello, I would like to define my own properties for a resource. I looked up the proppatch method and one of the signatures was: boolean proppatchMethod(PropertyName propertyName, java.lang.String propertyValue, boolean action) What is a PropertyName and how do I construct one? I don't understan

Re: Slide Security Documentation Problem.

2004-06-10 Thread Simone Gianni
The webapp archive, has authentication DISABLED by default. The tomcat bundle has authentication ENABLED by default. This is stated somewhere on the web site, but effectively this could lead to misinterpretation. Simone Michael Furgang wrote: Hello The slide security documentation states: "By

Re: Slide Security Documentation Problem.

2004-06-10 Thread Oliver Zeigermann
Have just downloaded jakarta-slide-2.0-tomcat-5.0.19.tar.gz, had a look at the concerned sections and authentication actually is uncommented and thus switched on. Do not know what your are referring to... Oliver Michael Furgang wrote: Hello The slide security documentation states: "By default,

Streaming Downloads??

2004-06-10 Thread J H
Hi All, Has anyone tried to stream downloads with the slide libraries yet? I'm implementing a webdav client, which is caching a pdf to disk, but I'd like to be able to start viewing the pdf before it is completely downloaded, much like internet explorer does. I'd greatly appreciate any thought

Slide Security Documentation Problem.

2004-06-10 Thread Michael Furgang
Hello The slide security documentation states: "By default, authentication is enabled in Slide. To disable authentication, open the webapp deployment descriptor, i.e. WEB-INF/web.xml in the webapp directory, and uncomment the two elements given by the xpath expressions /web-app/security-cons

Not able to modify DAV:displayname property of a Collection

2004-06-10 Thread Ritu Kedia
My requirement is to rename a Collection. I tried using: *proppatch("collectionPath", new PropertyName("DAV:","displayname"), "newName", true)* But this method created a new property "displayname" with empty namespace instead of modifying the "DAV:displayname" property. Could anyone please tell m

Re: Java Client - putMethod for a new file in a new directory

2004-06-10 Thread Luanne Coutinho
Thanks. It works now. Regards, Luanne --- Ingo Brunberg <[EMAIL PROTECTED]> wrote: > Your path is not correct. Try > > success = res.mkcolMethod("/slide/files/testDir"); > > Remember to alway specify the full path starting > from root. > > Ingo > > > Hello Amr, > > > > This is in response to

Re: Java Client - putMethod for a new file in a new directory

2004-06-10 Thread Ingo Brunberg
Your path is not correct. Try success = res.mkcolMethod("/slide/files/testDir"); Remember to alway specify the full path starting from root. Ingo > Hello Amr, > > This is in response to your reply to Luke- "putMethod > for a new file in a new directory". > I am new to Slide and installed the S

Re: Java Client - putMethod for a new file in a new directory

2004-06-10 Thread Luanne Coutinho
I forgot to mention that I have installed Slide as-is. I have not modified the configuration and not even configured a database. Is it necessary to configure one? I am just experimenting at this stage. Thanks Luanne --- Luanne Coutinho <[EMAIL PROTECTED]> wrote: > Hello Amr, > > This is in respon

Java Client - putMethod for a new file in a new directory

2004-06-10 Thread Luanne Coutinho
Hello Amr, This is in response to your reply to Luke- "putMethod for a new file in a new directory". I am new to Slide and installed the Slide-Tomcat bundle. I can access http://localhost:8080/slide via my browser with username=root and password=root. I am trying to create a new file in a new dir