RE: Question regarding using custom authentication with WCK

2007-06-18 Thread Reza Rahman
For a very similar scenario, I retrieved a javax.sql.DataSource from the Tomcat JNDI context in a static initializer and retrieved a connection in the constructor. Here is how to create a data source in Tomcat: http://tomcat.apache.org/tomcat-5.0-doc/jndi-datasource-examples-howto.html Hope this

Re: Question regarding webDAV client and Subscription

2006-11-19 Thread m elkayd
did u got any answer,i have the same problem - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Question regarding webDAV client and Subscription

2006-08-28 Thread Marco Ferretti
On Monday 28 August 2006 16:55, Zac Morris (zmorris) wrote: > Hi Marco, apreciate the feedback but: > > http://support.microsoft.com/kb/q296126/ > > ...is regarding adding/deleting a contact, and doesn't have any > information the SUBSCRIBE method. > > I'm able to connect and query details perfectl

RE: Question regarding webDAV client and Subscription

2006-08-28 Thread Zac Morris \(zmorris\)
28, 2006 5:10 AM To: Slide Users Mailing List Subject: Re: Question regarding webDAV client and Subscription On 8/26/06, Zac Morris (zmorris) <[EMAIL PROTECTED]> wrote: > > > > Hi, > > I'm working on a project trying to do a webDAV "update" subscription > to a

Re: Question regarding webDAV client and Subscription

2006-08-28 Thread Marco Ferretti
On 8/26/06, Zac Morris (zmorris) <[EMAIL PROTECTED]> wrote: Hi, I'm working on a project trying to do a webDAV "update" subscription to an MS Exchange calendar folder (so if anyone has a working example of doing this with the Slide - webDAV client that would be very helpful!). I've tried lot

RE: Question on Slide Functionality

2006-03-09 Thread Barry Lind
server. You can go to developer.xythos.com and download an eval copy. Thanks, --Barry -Original Message- From: Darren Hartford [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 8:02 AM To: Slide Users Mailing List Subject: RE: Question on Slide Functionality Is it possible

RE: Question on Slide Functionality

2006-03-09 Thread Darren Hartford
Is it possible? Absolutely!! Is there an application that already does this for Windows? Not that is open source that I know of, but would be a great addition. For an example, you should check out Oracle Drive's capabilities. For a custom Windows Desktop application, using the built-in .NET webd

Re: Question about tx store.

2005-11-15 Thread Jeroen Reijn
Hi Gian, yes you can. Regards, Jeroen Gian Uberto Lauri wrote: If I put something like this /somewhere/store/metadata /somewhere/work/metadata /somewhere/store/content /somewhere/work/content can I assume that metadat

Re: Question - is ACL negotiation unchangeable w/ competing rights ?

2005-01-13 Thread Carlos Villegas
Well I wasn't meaning having an all-powerful admin, let's change in my example, full access to write access. We still have the issue that denying write access to another group which that particular user happens to belong to, will deny the user write access even if belongs to a group that explic

Re: Question - is ACL negotiation unchangeable w/ competing rights ?

2005-01-13 Thread James Mason
>From a security standpoint the concept of an all-powerful admin is a bad thing. The new ACL-type implementations I've seen seem to moving to a more localized security policy where it's easier to control who has access to a resource and it's easier to contain a security breach (since no one account

Re: Question - is ACL negotiation unchangeable w/ competing rights ?

2005-01-13 Thread James Mason
On Fri, 2005-01-14 at 10:11 +1100, Michael Smith wrote: ... snip ... > Now, a client can _also_ use a request for the acl property on a > resource to figure out what permissions the user has. So it's possible > (though somewhat tricky) to figure out whether the user would be able to > write the

Re: Question - is ACL negotiation unchangeable w/ competing rights ?

2005-01-13 Thread Michael Smith
Nick Longinow wrote: Thanks all for replies. This basically means that if a principal has read access in one group and read-write in another, then if the read group comes first, then when a webdav request is made to edit the document, the resource will be streamed to the user in read-only mode. No

Re: Question - is ACL negotiation unchangeable w/ competing rights ?

2005-01-13 Thread Oliver Zeigermann
> to the user in read-only mode. Not desirable in some circumstances... > Anyhow, at least I know now how to proceed. thanks again > Nick > > -Original Message- > From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 12, 2005 2:09 PM > To: Sli

RE: Question - is ACL negotiation unchangeable w/ competing rights ?

2005-01-13 Thread Nick Longinow
circumstances... Anyhow, at least I know now how to proceed. thanks again Nick -Original Message- From: Oliver Zeigermann [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 2:09 PM To: Slide Users Mailing List Subject: Re: Question - is ACL negotiation unchangeable w/ competing

Re: Question - is ACL negotiation unchangeable w/ competing rights ?

2005-01-13 Thread Daniel Florey
This should be discussed at the webdav mailinglist directly as it is of interest for all other WebDAV-server vendors. I'd encourage everyone to join the w3c-dist-auth at w3.org mailing list. Cheers, Daniel "Slide Users Mailing List" schrieb am 13.01.05 04:02:17: > > This is ok, but the issue i

Re: Question - is ACL negotiation unchangeable w/ competing rights ?

2005-01-12 Thread Carlos Villegas
This is ok, but the issue is that when checking the ACL for a user belonging to several groups, the first one that explicitly grants/denies access is the one that takes effect. This sounds right but sometimes is not what you expect. For example, you have an admin group that you've given full ac

Re: Question - is ACL negotiation unchangeable w/ competing rights ?

2005-01-12 Thread Michael Smith
Michael Oliver wrote: Michael, this is EXCELLENT and a very good thing to go into the Wiki...please! I would but you should get the credit. Ok. I've put it on the (more-or-less empty, previously) Security page. Feel free to edit it however you want. Mike -

RE: Question - is ACL negotiation unchangeable w/ competing rights ?

2005-01-12 Thread Michael Oliver
] -Original Message- From: Michael Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 3:20 PM To: Slide Users Mailing List Subject: Re: Question - is ACL negotiation unchangeable w/ competing rights ? Nick Longinow wrote: > Hi > If a resource (document) in Slide has an AC

Re: Question - is ACL negotiation unchangeable w/ competing rights ?

2005-01-12 Thread Michael Smith
Nick Longinow wrote: Hi If a resource (document) in Slide has an ACL with multiple entries for the same principal, the spec (as I recall it) says that the lesser permission is applied to requests. ie, if user has read-only access as a member of one group, and read-write as a member of another group

Re: Question - is ACL negotiation unchangeable w/ competing rights ?

2005-01-12 Thread Oliver Zeigermann
I read the spec at http://www.greenbytes.de/tech/webdav/rfc3744.html#acl.evaluation such that the order is important and not strictness. Slide code says the same. Oliver On Wed, 12 Jan 2005 13:15:16 -0500, Nick Longinow <[EMAIL PROTECTED]> wrote: > Hi > If a resource (document) in Slide has an

Re: Question regarding cache (very intro level)

2004-11-03 Thread Oliver Zeigermann
Yes, caches hold information in memory that otherwise would have to be gathered from hard disk. You would need to turn off caches if you for some reason want all information to gathered directly from hard disk, i.e. if you expect to change it there, Oliver On Wed, 3 Nov 2004 17:03:26 -0500, Nick

Re: question about WebdavResource.exists()

2004-08-24 Thread Yong Hu
It is a good approach, thank a lot. regards Yong - Original Message - From: "Ingo Brunberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 24, 2004 7:41 PM Subject: Re: question about WebdavResource.exists() > I would recommend not to use ex

Re: question about WebdavResource.exists()

2004-08-24 Thread Ingo Brunberg
I would recommend not to use exists() at all. Whenever I want to check the existence of a resource I simply use the HEAD method. For the given example: if (webdavResource.headMethod("/rootpath/files/test.txt") { // test.txt exists } Regards, Ingo > All, > > Does anyone know how to use exis

Re: Question about authentication

2004-07-07 Thread Andreas Probst
You need to add the new user in the Domain.xml, too. Tomcat uses the tomcat-users.xml to authenticate. Slide does authorization against it's user base, which you can build in Domain.xml. On 7 Jul 2004 at 14:13, Sheldon Shi wrote: > I am new to Slide. I am trying hard to figure out how > role-b

Re: question about ms network folders

2004-03-23 Thread Julian Reschke
Michael Katz wrote: Hi, If a client is using ms network folders to access slide can we make them enter properties before posting or changing a file? No. -- bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760 - To unsu

Re: Question about non-existent files.

2003-12-12 Thread Ingo Brunberg
Hi Martin, for me the question was, is a 404 really an exception or something more usual. To correct myself: Of course an exception should be thrown. But if we agree that a 404 is a usual respose it would be more easy for a user if it were a special exception such as ResourceNotFoundException. Un

RE: Question about non-existent files.

2003-12-12 Thread Martin Dulisch
> From: Ingo Brunberg [mailto:[EMAIL PROTECTED] > > The "normal" way of creating a new Resource would be to first create a > WebdavResource of an existing URL, usually the top-level resource, and > then call resource.putMethod("newPath", "this is my data"). > > Anyway, throwing an exception does

Re: Question about non-existent files.

2003-12-11 Thread Ingo Brunberg
This is of course the most obvious and elegant solution for this scenario. Still the question remains: Should an exception be thrown in case of a 404 response to a PROPFIND request? Ingo > Hi Robert, > > you have to use another constructor: > WebdavResource r = new WebdavResource(url,WebdavResou

Re: Question about non-existent files.

2003-12-11 Thread Ingo Brunberg
The "normal" way of creating a new Resource would be to first create a WebdavResource of an existing URL, usually the top-level resource, and then call resource.putMethod("newPath", "this is my data"). Anyway, throwing an exception doesn't seem quite right. I guess this change was introduced to in

RE: Question about non-existent files.

2003-12-11 Thread Martin Dulisch
Hi Robert, you have to use another constructor: WebdavResource r = new WebdavResource(url,WebdavResource.NOACTION,0); So no propfind is executed before you do the put request. HTH Martin > -Original Message- > From: Robert Bjornson [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 11. D

RE: Question about slide and mysql

2003-09-29 Thread João Mota
DB tables for versions previous to 4.0.14 as for the out of memory problems its probably due to server configuration, so i will check it. -Original Message- From: Wendt, Alexander [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 29 de Setembro de 2003 9:18 To: 'Slide Users Mailing Lis

RE: Question about slide and mysql

2003-09-29 Thread Wendt, Alexander
Hi. > Stuart wrote: > I don't understand why you have use the tag KEY... What is the concept of > KEY if not to be used as some kind of unique key? In mysql a key is a not-unique index. An index is to speed up any select (log(n)). So all you have is the speed. ;-) > If you anticipate URIs of lo

RE: Question about slide and mysql

2003-09-29 Thread stuart macpherson
sn't make sense. If you anticipate URIs of longer than 255 then why not use LONGBLOB? Stu -Original Message- From: Wendt, Alexander [mailto:[EMAIL PROTECTED] Sent: 29 September 2003 08:14 To: 'Slide Users Mailing List' Subject: RE: Question about slide and mysql Hi.

RE: Question about slide and mysql

2003-09-29 Thread Wendt, Alexander
Hi. @stuart: What you said about the primary-key is not the whole thruth. The primary-key of BLOBs in the slide-mysql-shema is definitively wrong. A BLOB can be primary, but primary has to be unique and a key in MySQL has only a length of 255 chars. So if you use an uri with more than this 255 ch

RE: Question about slide and mysql

2003-09-26 Thread stuart macpherson
BLOB fields can be used as PKs. What transactional problems are you having exactly? I am using mySQL MyISAM tables with Slide 1.0.16 and Tomcat 4.1.27 with no problems (at least, none related to the ones you are talking about). Also, are you schooled on DB concepts? PKs can only ever be unique;

RE: Question on persistence of nodes and revisions

2003-09-12 Thread Aruna Goli
: Wednesday, September 10, 2003 3:03 AM To: 'Slide Users Mailing List' Subject: RE: Question on persistence of nodes and revisions Post your domain.xml file. -Original Message- From: Aruna Goli [mailto:[EMAIL PROTECTED] Sent: 10 September 2003 00:37 To: [EMAIL PROTECTED] Subject: Q

RE: Question on persistence of nodes and revisions

2003-09-10 Thread stuart macpherson
Post your domain.xml file. -Original Message- From: Aruna Goli [mailto:[EMAIL PROTECTED] Sent: 10 September 2003 00:37 To: [EMAIL PROTECTED] Subject: Question on persistence of nodes and revisions Hello I am using the jdbcDescriptorStore for nodeStore and XAFileContentStore for stori

Re: question : upload files to Slide content store

2003-06-20 Thread Ingo Brunberg
> Thanks for your response. I still have the problem that I described previously . > If I set my content store's rootpath to C:/temp > > and if I have scope set to /files in web.xml , yes , I won't see /files, /actions/ > and /users anymore, BUT when you copy a file over to the web folder, the

Re: question : upload files to Slide content store

2003-06-19 Thread DTC
Thanks for your response. I still have the problem that I described previously . If I set my content store's rootpath to C:/temp and if I have scope set to /files in web.xml , yes , I won't see /files, /actions/ and /users anymore, BUT when you copy a file over to the web folder, the file will

Re: question : upload files to Slide content store

2003-06-19 Thread Ingo Brunberg
> Thank you for your help. My question is still whether or not we can > prevent Slide from showing the 3 ("virtual") folders (/files, > /actions, and /users) to the user when he/she logs in to Slide ? I > think Slide creates these 3 folders by default , and they don't > physically exist in the co

Re: question : upload files to Slide content store

2003-06-19 Thread Dinh, Chinh
Thank you for your help. My question is still whether or not we can prevent Slide from showing the 3 ("virtual") folders (/files, /actions, and /users) to the user when he/she logs in to Slide ? I think Slide creates these 3 folders by default , and they don't physically exist in the content

Re: question : upload files to Slide content store

2003-06-19 Thread Ingo Brunberg
Have a look at the scope parameter in web.xml and the filespath parameter in Domain.xml. Regards, Ingo > Hi I have a question about uploading file to Slide by dragging the > file from windows explorer to the webfolder. I am setting Slide's > Domain.xml so that the rootpath points to a directory

Re: Question re Silde performance in content retrieval operations

2003-02-17 Thread Martin Holz
Hello Leo, "Braginsky, Leo" <[EMAIL PROTECTED]> writes: > I am about to start evaluating Slide as content storage and retrieval facility. My >web application will be accessing Slide server programmatically to render pieces of >content on the screen. I am most interested in performance of conte

Re: Question on permission setting

2003-01-24 Thread Stan_Butler
We have been using the permission model in Slide a lot lately and have a similar scenario where the number of users and directories is dynamic. The number of Groups is dynamic in our case as well. Let me see if I can help. /users/admin needs /actions on / (full access to everything) /u

Re: Question on permission setting

2003-01-23 Thread Andreas Probst
On 23 Jan 2003 at 11:18, Willie Vu wrote: > I want to setup permissions so that: > > 1. each user (say John) has his own /files/ directory. Only he > and root has write permission. > 2. John is allowed to grant read permission to other users (say Mary). > 3. The number of users who can share dir

RE: Question on permission setting

2003-01-22 Thread Willie Vu
sToken(new String("frank"))); structure.retrieve(frankToken, "/files/eric/resources/folder1/folder2/folder3"); Is it a bug? -- Willie Vu > -Original Message- > From: Willie Vu [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 12:10 > To: 'Slid

RE: Question on permission setting

2003-01-22 Thread Willie Vu
Here is a sample node tree. Permissions are listed in square brackets. Notice that /files/eric/resources/folder1/folder2/folder3 is granted /actions/read to /users/eric-groups/egg only. When I call security.checkPermission(folder3, frank, read), why isn't AllowedDeniedException thrown? Root : /

Re: question about ls

2002-09-05 Thread Sung-Gu
- Original Message - From: "Sutton, Ndele" <[EMAIL PROTECTED]> > i have noticed that when i issue an ls request, using the slide client api, > that two PROPFIND requests are sent to the server one with a depth of 0 and > the other with a depth of 1. what is the rationale for this? wou

RE: Question about auto-create-users

2002-08-21 Thread Thamm, Russell
I am finding that many requests on the URLs of auto created users fail because of this RevisionDescriptorNotFoundException. These auto-created users were created by Slide when I was authenticating via an NT domain using Tomcat's JAASRealm. I am running slide 2.0 with DeltaV enabled. If I do a PRO

RE: Question on ContentInterceptor

2002-01-30 Thread Unico Hommes
Hi, Since changes are being made to that code could we have some of ContentInterceptor's methods throw Exceptions ? I am thinking of ContentInterceptor::preStoreContent() as an example, implementations may want to check the content before approving of storing it. For instance in my case I wan

Re: Question on ContentInterceptor

2002-01-30 Thread Jean-Philippe Courson
> Hi all, > Is it possible to tell using ContentInterceptor > when nodes are deleted? I'm trying to do some special > processing whenever collections with a particular MIME > type are created or their immediate children are added > or deleted. I've subclassed ContentInterceptor and > used it

Re: Question about permissions

2001-12-02 Thread Dirk Verbeeck
Hi You are correct that you need read access on /files/folder1 to see /files/folder1/folder2. But you also need read acess on the content of the folder itself. If you don't want users to access /files/folder1/folder3 then don't give them access. For example:

Re: Question about hiding part of the namespace

2001-08-29 Thread Remy Maucherat
> hi remy, >Is there a way in which a webdav client can be made to see >only a portion of the namespace and not the full namespace. >For example show only the /files portion of the namespace to the webdav > client. That should be done on the server side, right ? Otherwise, the client

Re: Question on LOCK behaviour

2001-04-24 Thread Remy Maucherat
> Thanks Remy, > > It works just fine. I mean LOCK, UNLOCK sequence on a non existing resource. > > What is the purpose for Null Resource? I think it's for reserving the resource name. The spec insists the lock should appear as a lock null resource when doing a PROPFIND on the parent collection,

RE: Question on LOCK behaviour

2001-04-24 Thread Valeriy Podkolzin
Thanks Remy, It works just fine. I mean LOCK, UNLOCK sequence on a non existing resource. What is the purpose for Null Resource? Valeriy -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 24, 2001 8:32 PM To: [EMAIL PROTECTED] Subject: Re: Question

Re: Question on LOCK behaviour

2001-04-24 Thread Remy Maucherat
> Try to lock an unexisting resource, say "temp_res_a.html": > > webdavResource.lockMethod(rootPath + "temp_res_a.html"); > > and got properties for this URI in the table PROPERTY, a row in LOCKS, and > OBJECTS on the unexisting resource. > > Is it a desired behaviour? Yes (at least I think so).

RE: Question: SQL contentstore

2001-04-13 Thread Valeriy Podkolzin
This is the cause of the error ( I use Win2000 ): 13 Apr 2001 18:42:12 - INFO - PROPFIND (time: 321 ms) URI = / tempFileName=/col1/13.txt-1.0 java.io.IOException: The system cannot find the path specified at java.io.Win32FileSystem.createFileExclusively(Native Method) at java.io

RE: Question: SQL contentstore

2001-04-13 Thread Valeriy Podkolzin
Thanks, I'll try this weekend. Valeriy -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13, 2001 1:38 PM To: [EMAIL PROTECTED] Subject: Re: Question: SQL contentstore > Trying to use SQL content store I got an error: > > [LOCALHOST]

Re: Question: SQL contentstore

2001-04-13 Thread Remy Maucherat
> Trying to use SQL content store I got an error: > > [LOCALHOST] /slide/ $ put 1.txt 12.txt > Uploading '/slide/12.txt' to '1.txt': failed. > Internal Server Error (500) $ PUT 1.txt 12.txt > > And on the server: > > 13 Apr 2001 12:45:52 - WARNING - > org.apache.slide.common.ServiceAccessExceptio

Re: Question #2

2001-03-21 Thread Remy Maucherat
> While I'm on the subject, what are the differences between the two webdavs > at this stage? Any moves to marry them? I wrote the WebdavServlet in Tomcat 4. It's based on code from Slide, but the objective was very different. Tomcat 4 WebDAV is there to provide functionality equivalent to the FP

Re: Question on propfind

2001-03-08 Thread Remy Maucherat
> Thanks Remy, > For DAV:resourcetype > Another question: > After using propFindMethod.getResponseProperties(url), For the property > resourcetype, The getPropertyAsString() method gives "" even for collection > resource type. > the reply xml fragment is : > > > Could we find a way to distingu

RE: Question on propfind

2001-03-08 Thread Pan, Jiantao
collection and noncollection based on using propFindMethod? I am using slide milestone 7 code by the way. Thanks -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 7:12 PM To: [EMAIL PROTECTED] Subject: Re: Question on propfind > Hi, &

Re: Question on propfind

2001-03-07 Thread Remy Maucherat
> Hi, > Using slide client library, When we run a PropFindMethod, After we get the > response, I know there must have a way to get all the properties for each > response uris. Does anybody know how to do it? After executing the request, call getAllResponseURLs(), then call getResponseProperties(

Re: question

2001-03-07 Thread Remy Maucherat
> hi all. > I wish to add myself as a user for the slide application. > I came to know that for this purpose I have to do some change in > domain.xml.But I am not able to do it correctly since the problem exists as it > is. > how should I do that. help me. Could you be more specific ? Thanks, Re

Re: Re: Question

2001-03-06 Thread Remy Maucherat
> hi all! > thanks remy for guidance . > but I am not to find the Server component in the down loaded material. > suggest how to find it or check wheteher is was proper or not. The server components should be in the lib folder of your distribution directory. You can also use the webapp/slide.war

Re: Re: Question

2001-03-06 Thread jain_vivek
hi all! thanks remy for guidance . but I am not to find the Server component in the down loaded material. suggest how to find it or check wheteher is was proper or not. bye vivek Enjoy being an Indyan at http://www.indya.com

Re: Question

2001-03-06 Thread Remy Maucherat
> hi ! all > I have down load the currently availble binary ver of slide. > I have also install the reqd file as instructed in read me file. > I am not able to get how to use it. whether I requires special webdav > server or other can be used. Moreover I want to test it for my org > How should I

Re: question on the command line admin tool

2001-02-09 Thread Remy Maucherat
> Hi, > > I'm new to SLIDE so please forgive me if this question has been > asked before. > Here is what I have currently installed: > > jakarta-tomcat-3.2.1 > slide 1.0M6 > > I've placed the slide.war file in the webapp directory of the > tomcat web server. > > My first test is to run the " /slid