Report Method is not returning versions in order (bug?)

2004-06-01 Thread Ritu Kedia
I use the WebdavResource reportMethod to get the version report of a VCR. It works fine but it is not returning versions in the creation order. O/P: [0]= /slide/history/13/1.2 [1]= /slide/history/13/1.1 [2]= /slide/history/13/1.0 [3]= /slide/history/13/1.4

Re: Report Method is not returning versions in order (bug?)

2004-06-01 Thread Ingo Brunberg
This has already been discussed a while ago. Basically the response URLs are stored in a Hashtable. And a Hashtable doesn't preserve or guarantee the insertion order. Btw., do we have a valid decision now to require Java 1.4? If so we could easily replace the Hashtable by a LinkedHashMap. Ingo

Re: Report Method is not returning versions in order (bug?)

2004-06-01 Thread Erik Hatcher
On Jun 1, 2004, at 4:29 AM, Ingo Brunberg wrote: Btw., do we have a valid decision now to require Java 1.4? If so we could easily replace the Hashtable by a LinkedHashMap. Jakarta Commons Collections has a SequencedHashMap that can work with 1.3 (I believe). Erik

Re: Report Method is not returning versions in order (bug?)

2004-06-01 Thread Oliver Zeigermann
Ingo Brunberg wrote: Btw., do we have a valid decision now to require Java 1.4? If so we could easily replace the Hashtable by a LinkedHashMap. No, we have not yet. Sorry for not bringing this to an end as I was kind of distracted by other stuff that happened meanwhile. I guess we have a problem

How to creat a new user in Slide

2004-06-01 Thread Lea
Hi, I'm also interesting in this problem. To run the Slide, I use jakarta-tomcat-4.1.30 as server and jakarta-slide- webdavclient-2.0 as client. I saw some previous articles and I tried to use $ proppatch /slide/users/sally password 123 after $ mkcol /slide/users/sally to creat a new user.

Re: How to creat a new user in Slide

2004-06-01 Thread Simone Gianni
Hi Lea, you wrote: Hi, I'm also interesting in this problem. To run the Slide, I use jakarta-tomcat-4.1.30 as server and jakarta-slide- webdavclient-2.0 as client. I saw some previous articles and I tried to use $ proppatch /slide/users/sally password 123 after $ mkcol /slide/users/sally to

Put Sequence

2004-06-01 Thread Renato Heeb
Hi there, I'm testing arround with the webdav Protocol... I found a strange behavior: I put a File: The following sequence happens: client: Head /fileName.jpg server: Http/1.1 404 Not Found client: Put /fileName.jpg server: Http/1.1 201 Created client: Head /fileName.jpg server: Http/1.1 200 Ok

Re: How to creat a new user in Slide

2004-06-01 Thread Lea
Simone Gianni [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: Hi Lea, you wrote: Hi, I'm also interesting in this problem. To run the Slide, I use jakarta-tomcat-4.1.30 as server and jakarta-slide- webdavclient-2.0 as client. Hi Simone, Thanks a lot for your advice. you are right. I

RE: Weird failure when open certain types of files (Maybe IE rel ated? )

2004-06-01 Thread Alan Yu
Can anyone help me check that if you upload a .log or .java file to webdav and then you open it from IE6 without any problem? Thanks, -Alan -Original Message- From: Alan Yu [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 1:19 PM To: 'Slide Users Mailing List' Subject: Weird failure