Re: lucene, extractor and pdf - HOW?

2004-10-28 Thread Markus Maeder
Zitat von Unico Hommes [EMAIL PROTECTED]: Please send the relevant portion of Domain.xml and DASL query. Domain.xml: ... contentindexer classname=org.apache.slide.index.TextContentIndexer parameter name=indexpathstore/index/parameter

Digest Authentication

2004-10-28 Thread Tobias Joch
Hello @all, is it possible to use digest authentication with the modified tomcat security realm? If not, is there any other solution? Thanks in advance for any help with this, Tobias - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: lucene, extractor and pdf - HOW?

2004-10-28 Thread Markus Maeder
Zitat von Unico Hommes [EMAIL PROTECTED]: What happens when you just add a text file? Are those indexes correctly as shown by the results of a DASL contains query? Zitat von Unico Hommes [EMAIL PROTECTED]: What happens when you just add a text file? Are those indexes correctly as shown by

Re: lucene, extractor and pdf - HOW?

2004-10-28 Thread Unico Hommes
Markus Maeder wrote: Zitat von Unico Hommes [EMAIL PROTECTED]: What happens when you just add a text file? Are those indexes correctly as shown by the results of a DASL contains query? Zitat von Unico Hommes [EMAIL PROTECTED]: What happens when you just add a text file? Are those

Re: Tomcat bundle memory leak ?

2004-10-28 Thread James Mason
There's a bug in the LogFilter class in 2.0. I believe it's fixed in 2.1. You can either upgrade to the latest beta, allocate more memory to your jvm, or comment out the filter mapping in Slide's web.xml. -James On Wed, 2004-10-27 at 18:16 +0200, Lionel Mayaud wrote: Oliver Zeigermann [EMAIL

RE: Adding a non-inheritable permission to a folder using webdav clie nt lib not working

2004-10-28 Thread Krishna Kankipati
Michael, I completely agree with you. All, The reason I think this is very important for a complete ACL based access system. I have developed an admin UI for slide repository and the challenge we are facing is that whenever a principal is assigned a permission

RE: Adding a non-inheritable permission to a folder using webdav clie nt lib not working

2004-10-28 Thread Warwick Burrows
Guys, There was another email thread like this recently regarding a users need to have the read bit on a folder to navigate through it to get to children. I worked on an authorization product at one time and our solution was to define another permission called traverse that would permit a user

RE: Adding a non-inheritable permission to a folder using webdav clie nt lib not working

2004-10-28 Thread Krishna Kankipati
All, I think it would be an extremely important feature to have (rather it's a handicap not to have that feature), how do you go about proposing to the DAV acl spec group, I have never done that? Krishna -Original Message- From: Warwick Burrows [mailto:[EMAIL PROTECTED] Sent:

Re: Adding a non-inheritable permission to a folder using webdav clie nt lib not working

2004-10-28 Thread Oliver Zeigermann
There was another email thread like this recently regarding a users need to have the read bit on a folder to navigate through it to get to children. I worked on an authorization product at one time and our solution was to define another permission called traverse that would permit a user to

RE: Adding a non-inheritable permission to a folder using webdav clie nt lib not working

2004-10-28 Thread Warwick Burrows
Exactly, and that's a perfect use case as most people are familiar with it. Warwick -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 3:22 PM To: Slide Users Mailing List Subject: Re: Adding a non-inheritable permission to a

WCK username and principal object relation

2004-10-28 Thread Morten
Hi. Just read about the WCK - it looks very handy indeed! Is there a direct relation between the user parameter given to the implementation of the SessionAuthenticationManager and the Principal object passed to the begin method of the BasicWebdavStore? I'm hoping that

RE: possibility to set 'getlastmodified' as dead property

2004-10-28 Thread Swaminathan Palani
Stefan Thanks much for your pointer. I considered your and my other solution it ends up opening another hole while plugging this one. I think best possible approach would be to set 'getlastmodified' property value editable. [property name=getlastmodified namespace=DAV: value=Wed,

login config JAAS problem 2.1b2 mac osx / linux

2004-10-28 Thread Brian Lee
I'm having a problem with Slide 2.1 b2 that I did not have for 2.0 for both linux (fedora core 2) and mac osx. (This does not occur in windows) Once I start running Slide - I can't login with any of the default users: root, guest, john, john2 I notice this error: Oct 28, 2004 4:07:33 PM

RE: Adding a non-inheritable permission to a folder using webdav clie nt lib not working

2004-10-28 Thread James Mason
One thing I'd like to point out is the read permission in Unix gives the capability to see the contents of the directory. In contrast, read in webdav only gives the capability to see the collection and the properties of the collection... if the permission doesn't inherit. -James On Thu,