Re: blocking/removing unwanted files

2005-01-13 Thread James Mason
Maybe a servlet that maps to ._* that always responds to every request with 200? Then the OSX client would think everything was dandy (whether putting or getting) but the requests would never get to Slide. -James On Tue, 2005-01-04 at 10:26 +0100, Karl ie wrote: You mean you implemented a

Re: blocking/removing unwanted files

2005-01-13 Thread James Mason
? Warwick -Original Message- From: Karl ie [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 3:26 AM To: Slide Users Mailing List Subject: Re: blocking/removing unwanted files You mean you implemented a event ContentListener that throwed a VetoException on creation

Re: blocking/removing unwanted files

2005-01-05 Thread Karl Øie
The average ._meta.file is less than 100 bytes while the ._DS_Store file that osx tries to place in each directory is growing with the directory, but is in the small kilobytes range. example log : http--Processor24, 05-Jan-2005 09:43:20, unauthenticated, OPTIONS, 200 OK, 601 ms, /

Re: blocking/removing unwanted files

2005-01-05 Thread Karl Øie
- From: Karl Øie [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 3:26 AM To: Slide Users Mailing List Subject: Re: blocking/removing unwanted files You mean you implemented a event ContentListener that throwed a VetoException on creation of those files and it didn't work? Or just

Re: blocking/removing unwanted files

2005-01-04 Thread Karl Øie
You mean you implemented a event ContentListener that throwed a VetoException on creation of those files and it didn't work? Or just removed the files afterwards so the client doesn't know that they are not there anymore. Tried both, the last option works, but gives the user an error when

RE: blocking/removing unwanted files

2005-01-04 Thread Warwick Burrows
Users Mailing List Subject: Re: blocking/removing unwanted files You mean you implemented a event ContentListener that throwed a VetoException on creation of those files and it didn't work? Or just removed the files afterwards so the client doesn't know

Re: blocking/removing unwanted files

2005-01-04 Thread Karl Øie
Message- From: Karl Øie [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 3:26 AM To: Slide Users Mailing List Subject: Re: blocking/removing unwanted files You mean you implemented a event ContentListener that throwed a VetoException on creation of those files and it didn't work? Or just

RE: blocking/removing unwanted files

2005-01-04 Thread Tauzell, Dave
Mailing List Subject: Re: blocking/removing unwanted files Yes its a bit of a problem, macosx uses these files to apply properties like icons, access and other osx-spesific stuff. But the stuff isnt critical since for all files that doesnt have a ._blah.blah file osx tries to create one

Re: blocking/removing unwanted files

2005-01-04 Thread Carlos Villegas
setting? Warwick -Original Message- From: Karl Øie [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 3:26 AM To: Slide Users Mailing List Subject: Re: blocking/removing unwanted files You mean you implemented a event ContentListener that throwed a VetoException on creation of those

blocking/removing unwanted files

2005-01-03 Thread Karl Øie
Hi there, just started out with slide so this might be a newbie question but i found nothing trying to search the lists. I am setting up slide in a pc/mac env and i have problem with macos-x polluting the store with files starting with ._. As much as i understand these are osx metafiles i dont

Re: blocking/removing unwanted files

2005-01-03 Thread Carlos Villegas
Karl Øie wrote: Hi there, just started out with slide so this might be a newbie question but i found nothing trying to search the lists. I am setting up slide in a pc/mac env and i have problem with macos-x polluting the store with files starting with ._. As much as i understand these are osx