Re: problem with Host header

2002-03-13 Thread Elodie Tasia
I don't understand what you mean... The problem is that there is a "http://"; before my "localhost" that should'nt be here, no ? - Original Message - From: "Sung-Gu" <[EMAIL PROTECTED]> To: "Slide Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 5:06 AM Subject: Re:

Re: problem with Host header

2002-03-13 Thread Sung-Gu
Did you set the web root as WebDAV support manually, didn't you? I think you'd better consider the security in the server side. You're making the collection on the web root. Sung-Gu - Original Message - From: "Elodie Tasia" <[EMAIL PROTECTED]> To: "Slide Group" <[EMAIL PROTECT

Re: HttpClient to call methods

2002-03-13 Thread Sung-Gu
- Original Message - From: "Elodie Tasia" <[EMAIL PROTECTED]> To: "Slide Group" <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 6:45 PM Subject: HttpClient to call methods Must I declare it every time I call a method, a can I set it just one time - for one given resource - a

RE: Acl

2002-03-13 Thread Tom Wang
> > void checkPermission(ObjectNode object,SubjectNode subject,ActionNode > action) > > (Check whether or not an actor can perform the specified activity on a > collection). > > JP > JP, the comments indicate above method is used for checking permissions on a "collection". That is misleading as

J2EE Authentication Problem

2002-03-13 Thread Eric Hodges
I'm developing a WebDAV client that runs as part of a J2EE web application. It receives an HTTP request, creates a WebDAV request, sends it to the Slide server and displays the results. I need some way to pass the user's credentials from the HTTP request through the WebDAV request. In other word

Problem with Slide server

2002-03-13 Thread Elodie Tasia
Did someone ever have such a message when using the slide server and calling the mkcol method implemented in the slide client API ??? HTTP/1.1 501 Method MKCOL is not defined in RFC 2068 and is not supported by the Servlet API Content-Type: text/html Date: Wed, 13 Mar 2002 15:38:30 GMT Server:

Precisions on ObjectNode.enumerateLinks()

2002-03-13 Thread Jean-Philippe Courson
Hi, I want to retrieve all groups a given user belongs to, so I try to retrieve all the links that points to a given node by using objectNode's enumerateLinks() method. But when I look at the method's returned enumeration, it contains n strings that are the given node uri, n being the number of

Re: Acl

2002-03-13 Thread Jean-Philippe Courson
B. Shadgar wrote: > Hi , > > Could you please let me know, how can I find out the permission of a > resource manually. In other words, I'm looking for a method or > programming codes which returns true or false when it checks if the > particular resource has a particular permission. > > Many tha

Acl

2002-03-13 Thread B. Shadgar
Hi , Could you please let me know, how can I find out the permission of a resource manually. In other words, I'm looking for a method or programming codes which returns true or false when it checks if the particular resource has a particular permission. Many thanks, Bita. -- To unsubscribe, e

HttpClient to call methods

2002-03-13 Thread Elodie Tasia
Hi, Imagine I use the CopyMethod, MkcolMethod, ... directly. If I set the client : HttpClient client = new HttpClient(); client.startSession("localhost",80, new Credentials("root", "root")); ... client.executeMethod(copy); ... Must I declare it every time I call a method, a can I set it just o