Re: Personal Java un compatible method

2001-10-25 Thread Dirk Verbeeck
Hi The vector was introduced when I changed how the property names are stored. Not in a Enumeration that can only be used once but to use an array. I'll change that Vector.add to Vector.addElement that should work according to the spec of personal java 1.1.2 But can you first check if Vector.toA

Copy with overwrite flag

2001-10-25 Thread Jean-Philippe Courson
Hi I saw that requesting a copy over an existing collection with overwrite flag set to true deletes the overwritten collection before copying. I would like to know if this behavior is specified by webdav specifications or if it is a Slide design choice. Thanks for your responses Jean-Philippe

Re: Copy with overwrite flag

2001-10-25 Thread Remy Maucherat
> Hi > > I saw that requesting a copy over an existing collection with overwrite > flag set to true deletes the overwritten collection before copying. > > I would like to know if this behavior is specified by webdav specifications > or if it is a Slide design choice. The spec says it has to be do