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:
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
- 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
>
> 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
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
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:
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
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
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
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
10 matches
Mail list logo