You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Oliver Zeigermann <ol...@gmail.com> on 2004/11/06 18:22:42 UTC

Mac OSX Issue

Folks,

there have been many reports that there is something wrong with
accessing Slide using Mac OSX. I would like to get this solved, but
have got no access to a Mac, so I am of little help.

I do not even know what exactly is the problem. So if anyone out there
who knows,  has access to OSX, and knows how to debug Slide would help
with this issue I would greatly appreciate it.

Certainly without having this solved we will not be able to release Slide 2.1

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Oliver Zeigermann <ol...@gmail.com>.
A great, thanks for finding out :) As you do not have CVS commit
access, yet, I will add it for you...

Oliver




On Wed, 10 Nov 2004 19:46:55 +0100, Thomas Draier
<th...@codeva.net> wrote:
> hi,
> i finally found how that works .. a special variable is set when is a
> lock response is received. here's the working test case.
> thomas
> 
> 
> 
> 
> Le 10 nov. 04, à 18:34, Oliver Zeigermann a écrit :
> 
> > I see. Is this what the Mac actually does? Adding the token to the
> > method headers?
> >
> > I am nor very familiar with the testsuite either, but I am sure this
> > is possible. I will try and find out how...
> >
> > Oliver
> >
> > On Wed, 10 Nov 2004 11:58:21 +0100, Thomas Draier
> > <th...@codeva.net> wrote:
> >> i'm not really used to the testsuite system, but it looks like the put
> >> doesn't succeed because of the lock. the header
> >> If:(<opaquelocktoken:xxx>) should be added to the put and
> >> Lock-Token:<opaquelocktoken:xxx> to the unlock commands, but i don't
> >> know if it's possible to define variables in the test case to store
> >> the
> >> lock token.
> >> thomas
> >>
> >> Le 10 nov. 04, à 08:36, Oliver Zeigermann a écrit :
> >>
> >>
> >>
> >>> Thanks,
> >>>
> >>> so does the test case succeed with Slide? I was wondering about the
> >>> lock/unlock stuff not passing any lock token..,
> >>>
> >>> Oliver
> >>>
> >>>
> >>> On Wed, 10 Nov 2004 01:45:06 +0100, Thomas Draier
> >>> <th...@codeva.net> wrote:
> >>>> hi,
> >>>> here's the modified test case - i've just added a few gets and
> >>>> propfinds around the put, and changed some response codes from 200
> >>>> to
> >>>> 204. hope that works.
> >>>> thomas
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> Le 9 nov. 04, à 17:04, Oliver Zeigermann a écrit :
> >>>>
> >>>>>> Thomas, could you - please, I know it is dull work - resend the
> >>>>>> trace
> >>>>>> for me to complete the test case? This is important for future
> >>>>>> problems with the Mac!
> >>>>>
> >>>>> It might even be easier if you completed the test case - both for
> >>>>> you
> >>>>> and me. The XML syntax is very simple and it should be no problem
> >>>>> to
> >>>>> understand what is going on. I guess we will need just a few
> >>>>> additions...
> >>>>>
> >>>>> Oliver
> >>>>>
> >>>>> -------------------------------------------------------------------
> >>>>> --
> >>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >>>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >>>>
> >>>>
> >>>> --------------------------------------------------------------------
> >>>> -
> >>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >>>>
> >>>>
> >>>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Thomas Draier <th...@codeva.net>.
hi,
i finally found how that works .. a special variable is set when is a 
lock response is received. here's the working test case.
thomas



Re: Mac OSX Issue

Posted by Oliver Zeigermann <ol...@gmail.com>.
I see. Is this what the Mac actually does? Adding the token to the
method headers?

I am nor very familiar with the testsuite either, but I am sure this
is possible. I will try and find out how...

Oliver

On Wed, 10 Nov 2004 11:58:21 +0100, Thomas Draier
<th...@codeva.net> wrote:
> i'm not really used to the testsuite system, but it looks like the put
> doesn't succeed because of the lock. the header
> If:(<opaquelocktoken:xxx>) should be added to the put and
> Lock-Token:<opaquelocktoken:xxx> to the unlock commands, but i don't
> know if it's possible to define variables in the test case to store the
> lock token.
> thomas
> 
> Le 10 nov. 04, à 08:36, Oliver Zeigermann a écrit :
> 
> 
> 
> > Thanks,
> >
> > so does the test case succeed with Slide? I was wondering about the
> > lock/unlock stuff not passing any lock token..,
> >
> > Oliver
> >
> >
> > On Wed, 10 Nov 2004 01:45:06 +0100, Thomas Draier
> > <th...@codeva.net> wrote:
> >> hi,
> >> here's the modified test case - i've just added a few gets and
> >> propfinds around the put, and changed some response codes from 200 to
> >> 204. hope that works.
> >> thomas
> >>
> >>
> >>
> >>
> >> Le 9 nov. 04, à 17:04, Oliver Zeigermann a écrit :
> >>
> >>>> Thomas, could you - please, I know it is dull work - resend the
> >>>> trace
> >>>> for me to complete the test case? This is important for future
> >>>> problems with the Mac!
> >>>
> >>> It might even be easier if you completed the test case - both for you
> >>> and me. The XML syntax is very simple and it should be no problem to
> >>> understand what is going on. I guess we will need just a few
> >>> additions...
> >>>
> >>> Oliver
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >>
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Thomas Draier <th...@codeva.net>.
i'm not really used to the testsuite system, but it looks like the put 
doesn't succeed because of the lock. the header 
If:(<opaquelocktoken:xxx>) should be added to the put and 
Lock-Token:<opaquelocktoken:xxx> to the unlock commands, but i don't 
know if it's possible to define variables in the test case to store the 
lock token.
thomas

Le 10 nov. 04, à 08:36, Oliver Zeigermann a écrit :

> Thanks,
>
> so does the test case succeed with Slide? I was wondering about the
> lock/unlock stuff not passing any lock token..,
>
> Oliver
>
>
> On Wed, 10 Nov 2004 01:45:06 +0100, Thomas Draier
> <th...@codeva.net> wrote:
>> hi,
>> here's the modified test case - i've just added a few gets and
>> propfinds around the put, and changed some response codes from 200 to
>> 204. hope that works.
>> thomas
>>
>>
>>
>>
>> Le 9 nov. 04, à 17:04, Oliver Zeigermann a écrit :
>>
>>>> Thomas, could you - please, I know it is dull work - resend the 
>>>> trace
>>>> for me to complete the test case? This is important for future
>>>> problems with the Mac!
>>>
>>> It might even be easier if you completed the test case - both for you
>>> and me. The XML syntax is very simple and it should be no problem to
>>> understand what is going on. I guess we will need just a few
>>> additions...
>>>
>>> Oliver
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Oliver Zeigermann <ol...@gmail.com>.
Thanks,

so does the test case succeed with Slide? I was wondering about the
lock/unlock stuff not passing any lock token..,

Oliver


On Wed, 10 Nov 2004 01:45:06 +0100, Thomas Draier
<th...@codeva.net> wrote:
> hi,
> here's the modified test case - i've just added a few gets and
> propfinds around the put, and changed some response codes from 200 to
> 204. hope that works.
> thomas
> 
> 
> 
> 
> Le 9 nov. 04, à 17:04, Oliver Zeigermann a écrit :
> 
> >> Thomas, could you - please, I know it is dull work - resend the trace
> >> for me to complete the test case? This is important for future
> >> problems with the Mac!
> >
> > It might even be easier if you completed the test case - both for you
> > and me. The XML syntax is very simple and it should be no problem to
> > understand what is going on. I guess we will need just a few
> > additions...
> >
> > Oliver
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Thomas Draier <th...@codeva.net>.
hi,
here's the modified test case - i've just added a few gets and 
propfinds around the put, and changed some response codes from 200 to 
204. hope that works.
thomas


Re: Mac OSX Issue

Posted by Oliver Zeigermann <ol...@gmail.com>.
> Thomas, could you - please, I know it is dull work - resend the trace
> for me to complete the test case? This is important for future
> problems with the Mac!

It might even be easier if you completed the test case - both for you
and me. The XML syntax is very simple and it should be no problem to
understand what is going on. I guess we will need just a few
additions...

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Oliver Zeigermann <ol...@gmail.com>.
Great :)

No side effects with this parameter AFAIK. Maybe we should set it to
false as a default?! Comments?

Thomas, could you - please, I know it is dull work - resend the trace
for me to complete the test case? This is important for future
problems with the Mac!

Thanks!

Oliver


On Tue, 9 Nov 2004 16:44:05 +0100, Thomas Draier
<th...@codeva.net> wrote:
> Great, everything works fine now. Your fix removed the exception in the
> get method, and changing the property makes the put method work ok. Is
> there any known side effects with this parameter ?
> thomas
> 
> Le 9 nov. 04, à 16:26, Oliver Zeigermann a écrit :
> 
> 
> 
> > You have obviously not set lockdiscoveryIncludesPrincipalURL property
> > in web.xml to false as suggested in
> >
> > http://jakarta.apache.org/slide/faq.html
> >
> > Would you do so and repeat the test? Maybe with the latest version of
> > the CVS head? Thanks!
> >
> > Oliver
> >
> > On Tue, 9 Nov 2004 11:34:21 +0100, Thomas Draier
> > <th...@codeva.net> wrote:
> >> i ran the test on the latest cvs branch. it's quite hard to debug as
> >> the finder use multiple requests at the same time and keeps crashing
> >> when something goes wrong - but from what i've seen, the
> >> Lock.isCompatible method returns true, as it should do (goes through
> >> all the tests and return the default compatible value), but the test
> >> on
> >> line 626 still pass (?) - and then creates a lock exception.
> >> thomas
> >>
> >> Le 8 nov. 04, à 23:01, Oliver Zeigermann a écrit :
> >>
> >>
> >>
> >>> Hi Thomas thanks a lot!
> >>>
> >>> I will make this a test case tomorrow or latest the day after
> >>> tomorrow. This really looks weird... I will try to find some time
> >>> soon
> >>> to see what is going on here... I suppose you were using Slide 2.1b2?
> >>> Or the latest code from CVS release branch?
> >>>
> >>> Oliver
> >>>
> >>> On Mon, 8 Nov 2004 17:37:10 +0100, Thomas Draier
> >>> <th...@codeva.net> wrote:
> >>>> hi,
> >>>> os x is doing very strange things. here is the trace for a "simple"
> >>>> put
> >>>> request. first of all, it tries to find the file, then do an empty
> >>>> put
> >>>> request - no content is uploaded - then it does the same for a file
> >>>> with the same name prefixed by ._  .  both files are then locked -
> >>>> and
> >>>> some put methods are executed, including one with the content .
> >>>> looks
> >>>> like osx expects its put to work, but slide answer that the file is
> >>>> locked and do not recognize the user. osx then displays an error
> >>>> message ("file is already used"). and tries to delete the file. but
> >>>> both files are locked and cannot be deleted. any idea why locks are
> >>>> blocking the user who put them ?
> >>>>
> >>>> ---- HTTP Request at 17:7:27 ----
> >>>> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Content-Type: text/xml
> >>>> Depth: 0
> >>>> Content-Length: 164
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> <?xml version="1.0" encoding="utf-8" ?>
> >>>> <D:propfind xmlns:D="DAV:">
> >>>> <D:prop>
> >>>> <D:getlastmodified/>
> >>>> <D:getcontentlength/>
> >>>> <D:resourcetype/>
> >>>> </D:prop>
> >>>> </D:propfind>
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:27 ----
> >>>> HTTP/1.1 404 Not Found: No object found at /shared/test.txt
> >>>> Set-Cookie: JSESSIONID=719688F9810DDB9E51901F134E63BA1F; Path=/jahia
> >>>> Content-Type: text/html;charset=utf-8
> >>>> Content-Length: 1098
> >>>> Date: Mon, 08 Nov 2004 16:07:27 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >>>> d'erreur</title><style><!--H1
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:22px;} H2
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:16px;} H3
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:14px;} BODY
> >>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >>>> white;} B
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;} P
> >>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >>>> font-
> >>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >>>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> >>>> object found at /shared/test.txt</h1><HR size="1"
> >>>> noshade="noshade"><p><b>type</b> Rapport
> >>>> d'état</p><p><b>message</b>
> >>>> <u>Not Found: No object found at
> >>>> /shared/test.txt</u></p><p><b>description</b> <u>La ressource
> >>>> demandée
> >>>> (Not Found: No object found at /shared/test.txt) n'est pas
> >>>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> >>>> Tomcat/5.0.28</h3></body></html>
> >>>>>
> >>>> ---- HTTP Request at 17:7:27 ----
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:27 ----
> >>>> PROPFIND /jahia/webdav/shared/Contents/PkgInfo HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Content-Type: text/xml
> >>>> Depth: 0
> >>>> Content-Length: 164
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> <?xml version="1.0" encoding="utf-8" ?>
> >>>> <D:propfind xmlns:D="DAV:">
> >>>> <D:prop>
> >>>> <D:getlastmodified/>
> >>>> <D:getcontentlength/>
> >>>> <D:resourcetype/>
> >>>> </D:prop>
> >>>> </D:propfind>
> >>>>
> >>>> HTTP/1.1 404 Not Found: No object found at /shared/Contents
> >>>> Set-Cookie: JSESSIONID=3779A196F8E4F5F9431B76DFDCD0BF58; Path=/jahia
> >>>> Content-Type: text/html;charset=utf-8
> >>>> Content-Length: 1098
> >>>> Date: Mon, 08 Nov 2004 16:07:27 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >>>> d'erreur</title><style><!--H1
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:22px;} H2
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:16px;} H3
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:14px;} BODY
> >>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >>>> white;} B
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;} P
> >>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >>>> font-
> >>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >>>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> >>>> object found at /shared/Contents</h1><HR size="1"
> >>>> noshade="noshade"><p><b>type</b> Rapport
> >>>> d'état</p><p><b>message</b>
> >>>> <u>Not Found: No object found at
> >>>> /shared/Contents</u></p><p><b>description</b> <u>La ressource
> >>>> demandée
> >>>> (Not Found: No object found at /shared/Contents) n'est pas
> >>>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> >>>> Tomcat/5.0.28</h3></body></html>
> >>>>>
> >>>> ---- HTTP Request at 17:7:28 ----
> >>>> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Content-Type: text/xml
> >>>> Depth: 0
> >>>> Content-Length: 164
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> <?xml version="1.0" encoding="utf-8" ?>
> >>>> <D:propfind xmlns:D="DAV:">
> >>>> <D:prop>
> >>>> <D:getlastmodified/>
> >>>> <D:getcontentlength/>
> >>>> <D:resourcetype/>
> >>>> </D:prop>
> >>>> </D:propfind>
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:28 ----
> >>>> HTTP/1.1 404 Not Found: No object found at /shared/test.txt
> >>>> Set-Cookie: JSESSIONID=B76171D820FFA1492114008B0F8B51E5; Path=/jahia
> >>>> Content-Type: text/html;charset=utf-8
> >>>> Content-Length: 1098
> >>>> Date: Mon, 08 Nov 2004 16:07:28 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >>>> d'erreur</title><style><!--H1
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:22px;} H2
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:16px;} H3
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:14px;} BODY
> >>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >>>> white;} B
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;} P
> >>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >>>> font-
> >>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >>>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> >>>> object found at /shared/test.txt</h1><HR size="1"
> >>>> noshade="noshade"><p><b>type</b> Rapport
> >>>> d'état</p><p><b>message</b>
> >>>> <u>Not Found: No object found at
> >>>> /shared/test.txt</u></p><p><b>description</b> <u>La ressource
> >>>> demandée
> >>>> (Not Found: No object found at /shared/test.txt) n'est pas
> >>>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> >>>> Tomcat/5.0.28</h3></body></html>
> >>>>>
> >>>> ---- HTTP Request at 17:7:28 ----
> >>>> PUT /jahia/webdav/shared/test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Content-Length: 0
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:29 ----
> >>>>
> >>>>>
> >>>> ---- HTTP Request at 17:7:29 ----
> >>>> HTTP/1.1 201 Crée
> >>>> Set-Cookie: JSESSIONID=C9A0E9C9DB53843B609F8CE253D736D4; Path=/jahia
> >>>> ETag: be135c22440ebacaa979ae434d6dc490
> >>>> Content-Length: 0
> >>>> Date: Mon, 08 Nov 2004 16:07:28 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Content-Type: text/xml
> >>>> Depth: 0
> >>>> Content-Length: 164
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> <?xml version="1.0" encoding="utf-8" ?>
> >>>> <D:propfind xmlns:D="DAV:">
> >>>> <D:prop>
> >>>> <D:getlastmodified/>
> >>>> <D:getcontentlength/>
> >>>> <D:resourcetype/>
> >>>> </D:prop>
> >>>> </D:propfind>
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:29 ----
> >>>> HTTP/1.1 207 Etat Multiple
> >>>> Set-Cookie: JSESSIONID=A011ED709916ABF2D18C70A6E0685D28; Path=/jahia
> >>>> Content-Type: text/xml;charset=UTF-8
> >>>> Transfer-Encoding: chunked
> >>>> Date: Mon, 08 Nov 2004 16:07:28 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> 1fb
> >>>> <?xml version="1.0" encoding="UTF-8"?>
> >>>> <D:multistatus xmlns:D="DAV:">
> >>>>      <D:response>
> >>>>          <D:href>/jahia/webdav/shared/test.txt</D:href>
> >>>>          <D:propstat>
> >>>>              <D:prop>
> >>>>                  <D:getlastmodified>Mon, 08 Nov 2004 16:07:29
> >>>> GMT</D:getlastmodified>
> >>>>                  <D:getcontentlength>0</D:getcontentlength>
> >>>>                  <D:resourcetype />
> >>>>              </D:prop>
> >>>>              <D:status>HTTP/1.1 200 OK</D:status>
> >>>>          </D:propstat>
> >>>>      </D:response>
> >>>> </D:multistatus>
> >>>>
> >>>> 0
> >>>>
> >>>>>
> >>>> ---- HTTP Request at 17:7:29 ----
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:29 ----
> >>>> GET /jahia/webdav/shared/test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> HTTP/1.1 200 OK
> >>>> Set-Cookie: JSESSIONID=8F64051AA0FD17275660EEAF02706901; Path=/jahia
> >>>> ETag: "be135c22440ebacaa979ae434d6dc490"
> >>>> Content-Language: en
> >>>> Last-Modified: Mon, 08 Nov 2004 16:07:29 GMT
> >>>> Content-Type: text/plain
> >>>> Content-Length: 0
> >>>> Date: Mon, 08 Nov 2004 16:07:29 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>>>
> >>>> ---- HTTP Request at 17:7:29 ----
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:30 ----
> >>>> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Content-Type: text/xml
> >>>> Depth: 0
> >>>> Content-Length: 164
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> <?xml version="1.0" encoding="utf-8" ?>
> >>>> <D:propfind xmlns:D="DAV:">
> >>>> <D:prop>
> >>>> <D:getlastmodified/>
> >>>> <D:getcontentlength/>
> >>>> <D:resourcetype/>
> >>>> </D:prop>
> >>>> </D:propfind>
> >>>>
> >>>> HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
> >>>> Set-Cookie: JSESSIONID=5DF3C6EF4C66EB7E4C23CA0DF81D1220; Path=/jahia
> >>>> Content-Type: text/html;charset=utf-8
> >>>> Content-Length: 1104
> >>>> Date: Mon, 08 Nov 2004 16:07:29 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >>>> d'erreur</title><style><!--H1
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:22px;} H2
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:16px;} H3
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:14px;} BODY
> >>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >>>> white;} B
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;} P
> >>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >>>> font-
> >>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >>>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> >>>> object found at /shared/._test.txt</h1><HR size="1"
> >>>> noshade="noshade"><p><b>type</b> Rapport
> >>>> d'état</p><p><b>message</b>
> >>>> <u>Not Found: No object found at
> >>>> /shared/._test.txt</u></p><p><b>description</b> <u>La ressource
> >>>> demandée (Not Found: No object found at /shared/._test.txt) n'est
> >>>> pas
> >>>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> >>>> Tomcat/5.0.28</h3></body></html>
> >>>>>
> >>>> ---- HTTP Request at 17:7:30 ----
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:30 ----
> >>>> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Content-Type: text/xml
> >>>> Depth: 0
> >>>> Content-Length: 164
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> <?xml version="1.0" encoding="utf-8" ?>
> >>>> <D:propfind xmlns:D="DAV:">
> >>>> <D:prop>
> >>>> <D:getlastmodified/>
> >>>> <D:getcontentlength/>
> >>>> <D:resourcetype/>
> >>>> </D:prop>
> >>>> </D:propfind>
> >>>>
> >>>> HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
> >>>> Set-Cookie: JSESSIONID=2D27A7CFFFB6FF98F379289A6A5BBA59; Path=/jahia
> >>>> Content-Type: text/html;charset=utf-8
> >>>> Content-Length: 1104
> >>>> Date: Mon, 08 Nov 2004 16:07:29 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >>>> d'erreur</title><style><!--H1
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:22px;} H2
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:16px;} H3
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:14px;} BODY
> >>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >>>> white;} B
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;} P
> >>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >>>> font-
> >>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >>>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> >>>> object found at /shared/._test.txt</h1><HR size="1"
> >>>> noshade="noshade"><p><b>type</b> Rapport
> >>>> d'état</p><p><b>message</b>
> >>>> <u>Not Found: No object found at
> >>>> /shared/._test.txt</u></p><p><b>description</b> <u>La ressource
> >>>> demandée (Not Found: No object found at /shared/._test.txt) n'est
> >>>> pas
> >>>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> >>>> Tomcat/5.0.28</h3></body></html>
> >>>>>
> >>>> ---- HTTP Request at 17:7:31 ----
> >>>> PUT /jahia/webdav/shared/._test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Content-Length: 0
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:31 ----
> >>>>
> >>>>>
> >>>> ---- HTTP Request at 17:7:32 ----
> >>>> HTTP/1.1 201 Crée
> >>>> Set-Cookie: JSESSIONID=60E34A346790AF370A6456602CA1870E; Path=/jahia
> >>>> ETag: eb3e371df40ae2cf57dfba5e801cf8ae
> >>>> Content-Length: 0
> >>>> Date: Mon, 08 Nov 2004 16:07:31 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Content-Type: text/xml
> >>>> Depth: 0
> >>>> Content-Length: 164
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> <?xml version="1.0" encoding="utf-8" ?>
> >>>> <D:propfind xmlns:D="DAV:">
> >>>> <D:prop>
> >>>> <D:getlastmodified/>
> >>>> <D:getcontentlength/>
> >>>> <D:resourcetype/>
> >>>> </D:prop>
> >>>> </D:propfind>
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:32 ----
> >>>> HTTP/1.1 207 Etat Multiple
> >>>> Set-Cookie: JSESSIONID=AD2478A80F8B3D43CFFF63ABD8EFF5C6; Path=/jahia
> >>>> Content-Type: text/xml;charset=UTF-8
> >>>> Transfer-Encoding: chunked
> >>>> Date: Mon, 08 Nov 2004 16:07:31 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> 1fd
> >>>> <?xml version="1.0" encoding="UTF-8"?>
> >>>> <D:multistatus xmlns:D="DAV:">
> >>>>      <D:response>
> >>>>          <D:href>/jahia/webdav/shared/._test.txt</D:href>
> >>>>          <D:propstat>
> >>>>              <D:prop>
> >>>>                  <D:getlastmodified>Mon, 08 Nov 2004 16:07:31
> >>>> GMT</D:getlastmodified>
> >>>>                  <D:getcontentlength>0</D:getcontentlength>
> >>>>                  <D:resourcetype />
> >>>>              </D:prop>
> >>>>              <D:status>HTTP/1.1 200 OK</D:status>
> >>>>          </D:propstat>
> >>>>      </D:response>
> >>>> </D:multistatus>
> >>>>
> >>>> 0
> >>>>
> >>>>>
> >>>> ---- HTTP Request at 17:7:32 ----
> >>>> LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Depth: 0
> >>>> Timeout: Second-600
> >>>> Content-Type: text/xml; charset="utf-8"
> >>>> Content-Length: 213
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> <?xml version="1.0" encoding="utf-8" ?>
> >>>> <D:lockinfo xmlns:D="DAV:">
> >>>> <D:lockscope><D:exclusive/></D:lockscope>
> >>>> <D:locktype><D:write/></D:locktype>
> >>>> <D:owner> <D:href>default-owner</D:href> </D:owner>
> >>>> </D:lockinfo>
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:32 ----
> >>>> HTTP/1.1 200 OK
> >>>> Set-Cookie: JSESSIONID=A7CD2403939254D2866F7C2F990179C7; Path=/jahia
> >>>> Lock-Token: <opaquelocktoken:108dc12500b38f0c965f5770287c9cbe>
> >>>> Content-Type: text/xml;charset=UTF-8
> >>>> Transfer-Encoding: chunked
> >>>> Date: Mon, 08 Nov 2004 16:07:31 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> 307
> >>>> <?xml version="1.0" encoding="UTF-8"?>
> >>>> <D:prop xmlns:D="DAV:">
> >>>>      <D:lockdiscovery>
> >>>>          <D:activelock>
> >>>>              <D:locktype>
> >>>>                  <D:write />
> >>>>              </D:locktype>
> >>>>              <D:lockscope>
> >>>>                  <D:exclusive />
> >>>>              </D:lockscope>
> >>>>              <D:depth>0</D:depth>
> >>>>              <D:owner><![CDATA[<D:href
> >>>> xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
> >>>>              <D:timeout>Second-599</D:timeout>
> >>>>              <D:locktoken>
> >>>>
> >>>> <D:href>opaquelocktoken:108dc12500b38f0c965f5770287c9cbe</D:href>
> >>>>              </D:locktoken>
> >>>>              <D:principal-URL>
> >>>>                  <D:href>/jahia/webdav/users/root</D:href>
> >>>>              </D:principal-URL>
> >>>>          </D:activelock>
> >>>>      </D:lockdiscovery>
> >>>> </D:prop>
> >>>>
> >>>> 0
> >>>>
> >>>>>
> >>>> ---- HTTP Request at 17:7:32 ----
> >>>> GET /jahia/webdav/shared/._test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:32 ----
> >>>>
> >>>>>
> >>>> ---- HTTP Request at 17:7:32 ----
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:32 ----
> >>>> HTTP/1.1 200 OK
> >>>> Set-Cookie: JSESSIONID=712132B99C8688A861F15BA301EE6ECE; Path=/jahia
> >>>> ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
> >>>> Content-Language: en
> >>>> Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
> >>>> Content-Type: text/plain
> >>>> Content-Length: 0
> >>>> Date: Mon, 08 Nov 2004 16:07:31 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> PUT /jahia/webdav/shared/._test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Content-Length: 82
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
> >>>> Set-Cookie: JSESSIONID=A5A3A2227E5CA89EA421786E483C8436; Path=/jahia
> >>>> Content-Type: text/html;charset=utf-8
> >>>> Content-Length: 1137
> >>>> Date: Mon, 08 Nov 2004 16:07:31 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >>>> d'erreur</title><style><!--H1
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:22px;} H2
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:16px;} H3
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:14px;} BODY
> >>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >>>> white;} B
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;} P
> >>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >>>> font-
> >>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >>>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> >>>> /shared/._test.ription</b> <u>La ressource source ou destination de
> >>>> la
> >>>> méthode est vérrouillée (Locked: Object /shared/._test.txt is
> >>>> already locked).</u></p><HR size="1" noshade="noshade"><h3>Apache
> >>>> Tomcat/5.0.28</h3></body></html>
> >>>>>
> >>>> ---- HTTP Request at 17:7:34 ----
> >>>> DELETE /jahia/webdav/shared/._test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:34 ----
> >>>> HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
> >>>> Set-Cookie: JSESSIONID=4A24910E100C778E622FE7B30A02F9DE; Path=/jahia
> >>>> Content-Type: text/html;charset=utf-8
> >>>> Content-Length: 1137
> >>>> Date: Mon, 08 Nov 2004 16:07:34 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >>>> d'erreur</title><style><!--H1
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:22px;} H2
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:16px;} H3
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:14px;} BODY
> >>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >>>> white;} B
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;} P
> >>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >>>> font-
> >>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >>>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> >>>> /shared/._test.txt is already locked</h1><HR size="1"
> >>>> noshade="noshade"><p><b>type</b> Rapport
> >>>> d'état</p><p><b>message</b>
> >>>> <u>Locked: Object /shared/._test.txt is already
> >>>> locked</u></p><p><b>description</b> <u>La ressource source ou
> >>>> destination de la méthode est vérrouillée (Locked: Object
> >>>> /shared/._test.txt is already locked).</u></p><HR size="1"
> >>>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >>>>>
> >>>> ---- HTTP Request at 17:7:34 ----
> >>>> LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Depth: 0
> >>>> Timeout: Second-600
> >>>> Content-Type: text/xml; charset="utf-8"
> >>>> Content-Length: 213
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> <?xml version="1.0" encoding="utf-8" ?>
> >>>> <D:lockinfo xmlns:D="DAV:">
> >>>> <D:lockscope><D:exclusive/></D:lockscope>
> >>>> <D:locktype><D:write/></D:locktype>
> >>>> <D:owner> <D:href>default-owner</D:href> </D:owner>
> >>>> </D:lockinfo>
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:34 ----
> >>>> HTTP/1.1 423 Locked
> >>>> Set-Cookie: JSESSIONID=3033FA202136DD22561568CBC81BA00B; Path=/jahia
> >>>> Content-Type: text/html;charset=utf-8
> >>>> Content-Length: 984
> >>>> Date: Mon, 08 Nov 2004 16:07:34 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >>>> d'erreur</title><style><!--H1
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:22px;} H2
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:16px;} H3
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:14px;} BODY
> >>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >>>> white;} B
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;} P
> >>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >>>> font-
> >>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >>>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - </h1><HR
> >>>> size="1"
> >>>> noshade="noshade"><p><b>type</b> Rapport
> >>>> d'état</p><p><b>message</b>
> >>>> <u></u></p><p><b>description</b> <u>La ressource source ou
> >>>> destination
> >>>> de la méthode est vérrouillée ().</u></p><HR size="1"
> >>>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >>>>>
> >>>> ---- HTTP Request at 17:7:35 ----
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:35 ----
> >>>> LOCK /jahia/webdav/shared/test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Depth: 0
> >>>> Timeout: Second-600
> >>>> Content-Type: text/xml; charset="utf-8"
> >>>> Content-Length: 213
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> <?xml version="1.0" encoding="utf-8" ?>
> >>>> <D:lockinfo xmlns:D="DAV:">
> >>>> <D:lockscope><D:exclusive/></D:lockscope>
> >>>> <D:locktype><D:write/></D:locktype>
> >>>> <D:owner> <D:href>default-owner</D:href> </D:owner>
> >>>> </D:lockinfo>
> >>>> HTTP/1.1 200 OK
> >>>> Set-Cookie: JSESSIONID=32350B9D8351132AB456D8E0C41608BD; Path=/jahia
> >>>> Lock-Token: <opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2>
> >>>> Content-Type: text/xml;charset=UTF-8
> >>>> Transfer-Encoding: chunked
> >>>> Date: Mon, 08 Nov 2004 16:07:34 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> 307
> >>>> <?xml version="1.0" encoding="UTF-8"?>
> >>>> <D:prop xmlns:D="DAV:">
> >>>>      <D:lockdiscovery>
> >>>>          <D:activelock>
> >>>>              <D:locktype>
> >>>>                  <D:write />
> >>>>              </D:locktype>
> >>>>              <D:lockscope>
> >>>>                  <D:exclusive />
> >>>>              </D:lockscope>
> >>>>              <D:depth>0</D:depth>
> >>>>              <D:owner><![CDATA[<D:href
> >>>> xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
> >>>>              <D:timeout>Second-599</D:timeout>
> >>>>              <D:locktoken>
> >>>>
> >>>> <D:href>opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2</D:href>
> >>>>              </D:locktoken>
> >>>>              <D:principal-URL>
> >>>>                  <D:href>/jahia/webdav/users/root</D:href>
> >>>>              </D:principal-URL>
> >>>>          </D:activelock>
> >>>>      </D:lockdiscovery>
> >>>> </D:prop>
> >>>>
> >>>> 0
> >>>>
> >>>>>
> >>>> ---- HTTP Request at 17:7:35 ----
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:35 ----
> >>>> PUT /jahia/webdav/shared/test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Content-Length: 4
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> >>>> Set-Cookie: JSESSIONID=519E7D3C9798FFCD8862EFC3A24384FE; Path=/jahia
> >>>> Content-Type: text/html;charset=utf-8
> >>>> Content-Length: 1131
> >>>> Date: Mon, 08 Nov 2004 16:07:35 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >>>> d'erreur</title><style><!--H1
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:22px;} H2
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:16px;} H3
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:14px;} BODY
> >>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >>>> white;} B
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;} P
> >>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >>>> font-
> >>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >>>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> >>>> /shared/test.txt testis already locked</h1><HR size="1"
> >>>> noshade="noshade"><p><b>type</b> Rapport
> >>>> d'état</p><p><b>message</b>
> >>>> <u>Locked: Object /shared/test.txt is already
> >>>> locked</u></p><p><b>description</b> <u>La ressource source ou
> >>>> destination de la méthode est vérrouillée (Locked: Object
> >>>> /shared/test.txt is already locked).</u></p><HR size="1"
> >>>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >>>>>
> >>>> ---- HTTP Request at 17:7:36 ----
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:7:36 ----
> >>>> GET /jahia/webdav/shared/._test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> HTTP/1.1 200 OK
> >>>> Set-Cookie: JSESSIONID=3ADC1EDCD0F826C490064FCBE5184F83; Path=/jahia
> >>>> ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
> >>>> Content-Language: en
> >>>> Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
> >>>> Content-Type: text/plain
> >>>> Content-Length: 0
> >>>> Date: Mon, 08 Nov 2004 16:07:35 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>>>
> >>>> ---- HTTP Request at 17:8:7 ----
> >>>> DELETE /jahia/webdav/shared/test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:8:7 ----
> >>>> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> >>>> Set-Cookie: JSESSIONID=4C6FAB7ED1C9D7860A44EEB2A634F988; Path=/jahia
> >>>> Content-Type: text/html;charset=utf-8
> >>>> Content-Length: 1131
> >>>> Date: Mon, 08 Nov 2004 16:08:07 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >>>> d'erreur</title><style><!--H1
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:22px;} H2
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:16px;} H3
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:14px;} BODY
> >>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >>>> white;} B
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;} P
> >>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >>>> font-
> >>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >>>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> >>>> /shared/test.txt is already locked</h1><HR size="1"
> >>>> noshade="noshade"><p><b>type</b> Rapport
> >>>> d'état</p><p><b>message</b>
> >>>> <u>Locked: Object /shared/test.txt is already
> >>>> locked</u></p><p><b>description</b> <u>La ressource source ou
> >>>> destination de la méthode est vérrouillée (Locked: Object
> >>>> /shared/test.txt is already locked).</u></p><HR size="1"
> >>>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >>>>>
> >>>> ---- HTTP Request at 17:8:8 ----
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:8:8 ----
> >>>> DELETE /jahia/webdav/shared/test.txt HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> >>>> Set-Cookie: JSESSIONID=E071B89EF15B20330376F5F9782277E6; Path=/jahia
> >>>> Content-Type: text/html;charset=utf-8
> >>>> Content-Length: 1131
> >>>> Date: Mon, 08 Nov 2004 16:08:07 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >>>> d'erreur</title><style><!--H1
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:22px;} H2
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:16px;} H3
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;font-size:14px;} BODY
> >>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >>>> white;} B
> >>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >>>> #525D76;} P
> >>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >>>> font-
> >>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >>>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> >>>> /shared/test.txt is already locked</h1><HR size="1"
> >>>> noshade="noshade"><p><b>type</b> Rapport
> >>>> d'état</p><p><b>message</b>
> >>>> <u>Locked: Object /shared/test.txt is already
> >>>> locked</u></p><p><b>description</b> <u>La ressource source ou
> >>>> destination de la méthode est vérrouillée (Locked: Object
> >>>> /shared/test.txt is already locked).</u></p><HR size="1"
> >>>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >>>>>
> >>>> ---- HTTP Request at 17:8:8 ----
> >>>>
> >>>>>
> >>>> ---- HTTP Response at 17:8:8 ----
> >>>> PROPFIND /jahia/webdav/shared HTTP/1.1
> >>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >>>> Accept: */*
> >>>> Host: localhost:9090
> >>>> Content-Type: text/xml
> >>>> Depth: 0
> >>>> Content-Length: 164
> >>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>>>
> >>>> <?xml version="1.0" encoding="utf-8" ?>
> >>>> <D:propfind xmlns:D="DAV:">
> >>>> <D:prop>
> >>>> <D:getlastmodified/>
> >>>> <D:getcontentlength/>
> >>>> <D:resourcetype/>
> >>>> </D:prop>
> >>>> </D:propfind>
> >>>>
> >>>> HTTP/1.1 207 Etat Multiple
> >>>> Set-Cookie: JSESSIONID=1AC9C6755788361A18BFAAD92E0D00F1; Path=/jahia
> >>>> Content-Type: text/xml;charset=UTF-8
> >>>> Transfer-Encoding: chunked
> >>>> Date: Mon, 08 Nov 2004 16:08:07 GMT
> >>>> Server: Apache-Coyote/1.1
> >>>>
> >>>> 239
> >>>> <?xml version="1.0" encoding="UTF-8"?>
> >>>> <D:multistatus xmlns:D="DAV:">
> >>>>      <D:response>
> >>>>          <D:href>/jahia/webdav/shared</D:href>
> >>>>          <D:propstat>
> >>>>              <D:prop>
> >>>>                  <D:getlastmodified>Sun, 07 Nov 2004 15:19:24
> >>>> GMT</D:getlastmodified>
> >>>>                  <D:getcontentlength>0</D:getcontentlength>
> >>>>                  <D:resourcetype>
> >>>>                      <D:collection />
> >>>>                  </D:resourcetype>
> >>>>              </D:prop>
> >>>>              <D:status>HTTP/1.1 200 OK</D:status>
> >>>>          </D:propstat>
> >>>>      </D:response>
> >>>> </D:multistatus>
> >>>>
> >>>> 0
> >>>>
> >>>> Le 8 nov. 04, ˆ 16:29, Oliver Zeigermann a Žcrit :
> >>>>
> >>>>
> >>>>
> >>>>> One trace tool that worked for me (although far from perfect) is
> >>>>>
> >>>>> http://httptrace.sourceforge.net/
> >>>>>
> >>>>> Oliver
> >>>>>
> >>>>>
> >>>>> On Mon, 8 Nov 2004 11:52:49 +0100, Oliver Zeigermann
> >>>>> <ol...@gmail.com> wrote:
> >>>>>> That's great! Could you record the OSX requests that did not work
> >>>>>> with
> >>>>>> a tracking tool as well and send the HTTP trace to the list. If
> >>>>>> you
> >>>>>> did I would volunteer to build a test case around it,
> >>>>>>
> >>>>>> Oliver
> >>>>>>
> >>>>>> On Mon, 8 Nov 2004 11:27:13 +0100, Thomas Draier
> >>>>>>
> >>>>>>
> >>>>>> <th...@codeva.net> wrote:
> >>>>>>> i'm working on a macosx environment and i can do some tests. i do
> >>>>>>> not
> >>>>>>> use the integrated client very often, but i remember it worked on
> >>>>>>> some
> >>>>>>> older version of slide - now the put method is not working
> >>>>>>> anymore.
> >>>>>>> i'll have a look at it today.
> >>>>>>> thomas
> >>>>>>>
> >>>>>>> Le 6 nov. 04, ˆ 18:22, Oliver Zeigermann a Žcrit :
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>> Folks,
> >>>>>>>>
> >>>>>>>> there have been many reports that there is something wrong with
> >>>>>>>> accessing Slide using Mac OSX. I would like to get this solved,
> >>>>>>>> but
> >>>>>>>> have got no access to a Mac, so I am of little help.
> >>>>>>>>
> >>>>>>>> I do not even know what exactly is the problem. So if anyone out
> >>>>>>>> there
> >>>>>>>> who knows,  has access to OSX, and knows how to debug Slide
> >>>>>>>> would
> >>>>>>>> help
> >>>>>>>> with this issue I would greatly appreciate it.
> >>>>>>>>
> >>>>>>>> Certainly without having this solved we will not be able to
> >>>>>>>> release
> >>>>>>>> Slide 2.1
> >>>>>>>>
> >>>>>>>> Oliver
> >>>>>>>>
> >>>>>>>> ----------------------------------------------------------------
> >>>>>>>> --
> >>>>>>>> --
> >>>>>>>> -
> >>>>>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >>>>>>>> For additional commands, e-mail:
> >>>>>>>> slide-dev-help@jakarta.apache.org
> >>>>>>>
> >>>>>>> -----------------------------------------------------------------
> >>>>>>> --
> >>>>>>> --
> >>>>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >>>>>>> For additional commands, e-mail:
> >>>>>>> slide-dev-help@jakarta.apache.org
> >>>>>>>
> >>>>>>>
> >>>>>>
> >>>>>
> >>>>> -------------------------------------------------------------------
> >>>>> --
> >>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >>>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >>>>
> >>>>
> >>>
> >>> ---------------------------------------------------------------------
> >>
> >>
> >>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> 
> 
> > To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Thomas Draier <th...@codeva.net>.
Great, everything works fine now. Your fix removed the exception in the  
get method, and changing the property makes the put method work ok. Is  
there any known side effects with this parameter ?
thomas

Le 9 nov. 04, à 16:26, Oliver Zeigermann a écrit :

> You have obviously not set lockdiscoveryIncludesPrincipalURL property
> in web.xml to false as suggested in
>
> http://jakarta.apache.org/slide/faq.html
>
> Would you do so and repeat the test? Maybe with the latest version of
> the CVS head? Thanks!
>
> Oliver
>
> On Tue, 9 Nov 2004 11:34:21 +0100, Thomas Draier
> <th...@codeva.net> wrote:
>> i ran the test on the latest cvs branch. it's quite hard to debug as
>> the finder use multiple requests at the same time and keeps crashing
>> when something goes wrong - but from what i've seen, the
>> Lock.isCompatible method returns true, as it should do (goes through
>> all the tests and return the default compatible value), but the test  
>> on
>> line 626 still pass (?) - and then creates a lock exception.
>> thomas
>>
>> Le 8 nov. 04, à 23:01, Oliver Zeigermann a écrit :
>>
>>
>>
>>> Hi Thomas thanks a lot!
>>>
>>> I will make this a test case tomorrow or latest the day after
>>> tomorrow. This really looks weird... I will try to find some time  
>>> soon
>>> to see what is going on here... I suppose you were using Slide 2.1b2?
>>> Or the latest code from CVS release branch?
>>>
>>> Oliver
>>>
>>> On Mon, 8 Nov 2004 17:37:10 +0100, Thomas Draier
>>> <th...@codeva.net> wrote:
>>>> hi,
>>>> os x is doing very strange things. here is the trace for a "simple"
>>>> put
>>>> request. first of all, it tries to find the file, then do an empty  
>>>> put
>>>> request - no content is uploaded - then it does the same for a file
>>>> with the same name prefixed by ._  .  both files are then locked -  
>>>> and
>>>> some put methods are executed, including one with the content .  
>>>> looks
>>>> like osx expects its put to work, but slide answer that the file is
>>>> locked and do not recognize the user. osx then displays an error
>>>> message ("file is already used"). and tries to delete the file. but
>>>> both files are locked and cannot be deleted. any idea why locks are
>>>> blocking the user who put them ?
>>>>
>>>> ---- HTTP Request at 17:7:27 ----
>>>> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Content-Type: text/xml
>>>> Depth: 0
>>>> Content-Length: 164
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> <?xml version="1.0" encoding="utf-8" ?>
>>>> <D:propfind xmlns:D="DAV:">
>>>> <D:prop>
>>>> <D:getlastmodified/>
>>>> <D:getcontentlength/>
>>>> <D:resourcetype/>
>>>> </D:prop>
>>>> </D:propfind>
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:27 ----
>>>> HTTP/1.1 404 Not Found: No object found at /shared/test.txt
>>>> Set-Cookie: JSESSIONID=719688F9810DDB9E51901F134E63BA1F; Path=/jahia
>>>> Content-Type: text/html;charset=utf-8
>>>> Content-Length: 1098
>>>> Date: Mon, 08 Nov 2004 16:07:27 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>>>> d'erreur</title><style><!--H1
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:22px;} H2
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:16px;} H3
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:14px;} BODY
>>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>>>> white;} B
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;} P
>>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
>>>> font-
>>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>>>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
>>>> object found at /shared/test.txt</h1><HR size="1"
>>>> noshade="noshade"><p><b>type</b> Rapport  
>>>> d'état</p><p><b>message</b>
>>>> <u>Not Found: No object found at
>>>> /shared/test.txt</u></p><p><b>description</b> <u>La ressource
>>>> demandée
>>>> (Not Found: No object found at /shared/test.txt) n'est pas
>>>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
>>>> Tomcat/5.0.28</h3></body></html>
>>>>>
>>>> ---- HTTP Request at 17:7:27 ----
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:27 ----
>>>> PROPFIND /jahia/webdav/shared/Contents/PkgInfo HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Content-Type: text/xml
>>>> Depth: 0
>>>> Content-Length: 164
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> <?xml version="1.0" encoding="utf-8" ?>
>>>> <D:propfind xmlns:D="DAV:">
>>>> <D:prop>
>>>> <D:getlastmodified/>
>>>> <D:getcontentlength/>
>>>> <D:resourcetype/>
>>>> </D:prop>
>>>> </D:propfind>
>>>>
>>>> HTTP/1.1 404 Not Found: No object found at /shared/Contents
>>>> Set-Cookie: JSESSIONID=3779A196F8E4F5F9431B76DFDCD0BF58; Path=/jahia
>>>> Content-Type: text/html;charset=utf-8
>>>> Content-Length: 1098
>>>> Date: Mon, 08 Nov 2004 16:07:27 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>>>> d'erreur</title><style><!--H1
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:22px;} H2
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:16px;} H3
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:14px;} BODY
>>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>>>> white;} B
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;} P
>>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
>>>> font-
>>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>>>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
>>>> object found at /shared/Contents</h1><HR size="1"
>>>> noshade="noshade"><p><b>type</b> Rapport  
>>>> d'état</p><p><b>message</b>
>>>> <u>Not Found: No object found at
>>>> /shared/Contents</u></p><p><b>description</b> <u>La ressource
>>>> demandée
>>>> (Not Found: No object found at /shared/Contents) n'est pas
>>>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
>>>> Tomcat/5.0.28</h3></body></html>
>>>>>
>>>> ---- HTTP Request at 17:7:28 ----
>>>> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Content-Type: text/xml
>>>> Depth: 0
>>>> Content-Length: 164
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> <?xml version="1.0" encoding="utf-8" ?>
>>>> <D:propfind xmlns:D="DAV:">
>>>> <D:prop>
>>>> <D:getlastmodified/>
>>>> <D:getcontentlength/>
>>>> <D:resourcetype/>
>>>> </D:prop>
>>>> </D:propfind>
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:28 ----
>>>> HTTP/1.1 404 Not Found: No object found at /shared/test.txt
>>>> Set-Cookie: JSESSIONID=B76171D820FFA1492114008B0F8B51E5; Path=/jahia
>>>> Content-Type: text/html;charset=utf-8
>>>> Content-Length: 1098
>>>> Date: Mon, 08 Nov 2004 16:07:28 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>>>> d'erreur</title><style><!--H1
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:22px;} H2
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:16px;} H3
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:14px;} BODY
>>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>>>> white;} B
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;} P
>>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
>>>> font-
>>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>>>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
>>>> object found at /shared/test.txt</h1><HR size="1"
>>>> noshade="noshade"><p><b>type</b> Rapport  
>>>> d'état</p><p><b>message</b>
>>>> <u>Not Found: No object found at
>>>> /shared/test.txt</u></p><p><b>description</b> <u>La ressource
>>>> demandée
>>>> (Not Found: No object found at /shared/test.txt) n'est pas
>>>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
>>>> Tomcat/5.0.28</h3></body></html>
>>>>>
>>>> ---- HTTP Request at 17:7:28 ----
>>>> PUT /jahia/webdav/shared/test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Content-Length: 0
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:29 ----
>>>>
>>>>>
>>>> ---- HTTP Request at 17:7:29 ----
>>>> HTTP/1.1 201 Crée
>>>> Set-Cookie: JSESSIONID=C9A0E9C9DB53843B609F8CE253D736D4; Path=/jahia
>>>> ETag: be135c22440ebacaa979ae434d6dc490
>>>> Content-Length: 0
>>>> Date: Mon, 08 Nov 2004 16:07:28 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Content-Type: text/xml
>>>> Depth: 0
>>>> Content-Length: 164
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> <?xml version="1.0" encoding="utf-8" ?>
>>>> <D:propfind xmlns:D="DAV:">
>>>> <D:prop>
>>>> <D:getlastmodified/>
>>>> <D:getcontentlength/>
>>>> <D:resourcetype/>
>>>> </D:prop>
>>>> </D:propfind>
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:29 ----
>>>> HTTP/1.1 207 Etat Multiple
>>>> Set-Cookie: JSESSIONID=A011ED709916ABF2D18C70A6E0685D28; Path=/jahia
>>>> Content-Type: text/xml;charset=UTF-8
>>>> Transfer-Encoding: chunked
>>>> Date: Mon, 08 Nov 2004 16:07:28 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> 1fb
>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>> <D:multistatus xmlns:D="DAV:">
>>>>      <D:response>
>>>>          <D:href>/jahia/webdav/shared/test.txt</D:href>
>>>>          <D:propstat>
>>>>              <D:prop>
>>>>                  <D:getlastmodified>Mon, 08 Nov 2004 16:07:29
>>>> GMT</D:getlastmodified>
>>>>                  <D:getcontentlength>0</D:getcontentlength>
>>>>                  <D:resourcetype />
>>>>              </D:prop>
>>>>              <D:status>HTTP/1.1 200 OK</D:status>
>>>>          </D:propstat>
>>>>      </D:response>
>>>> </D:multistatus>
>>>>
>>>> 0
>>>>
>>>>>
>>>> ---- HTTP Request at 17:7:29 ----
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:29 ----
>>>> GET /jahia/webdav/shared/test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> HTTP/1.1 200 OK
>>>> Set-Cookie: JSESSIONID=8F64051AA0FD17275660EEAF02706901; Path=/jahia
>>>> ETag: "be135c22440ebacaa979ae434d6dc490"
>>>> Content-Language: en
>>>> Last-Modified: Mon, 08 Nov 2004 16:07:29 GMT
>>>> Content-Type: text/plain
>>>> Content-Length: 0
>>>> Date: Mon, 08 Nov 2004 16:07:29 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>>>
>>>> ---- HTTP Request at 17:7:29 ----
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:30 ----
>>>> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Content-Type: text/xml
>>>> Depth: 0
>>>> Content-Length: 164
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> <?xml version="1.0" encoding="utf-8" ?>
>>>> <D:propfind xmlns:D="DAV:">
>>>> <D:prop>
>>>> <D:getlastmodified/>
>>>> <D:getcontentlength/>
>>>> <D:resourcetype/>
>>>> </D:prop>
>>>> </D:propfind>
>>>>
>>>> HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
>>>> Set-Cookie: JSESSIONID=5DF3C6EF4C66EB7E4C23CA0DF81D1220; Path=/jahia
>>>> Content-Type: text/html;charset=utf-8
>>>> Content-Length: 1104
>>>> Date: Mon, 08 Nov 2004 16:07:29 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>>>> d'erreur</title><style><!--H1
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:22px;} H2
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:16px;} H3
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:14px;} BODY
>>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>>>> white;} B
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;} P
>>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
>>>> font-
>>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>>>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
>>>> object found at /shared/._test.txt</h1><HR size="1"
>>>> noshade="noshade"><p><b>type</b> Rapport  
>>>> d'état</p><p><b>message</b>
>>>> <u>Not Found: No object found at
>>>> /shared/._test.txt</u></p><p><b>description</b> <u>La ressource
>>>> demandée (Not Found: No object found at /shared/._test.txt) n'est  
>>>> pas
>>>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
>>>> Tomcat/5.0.28</h3></body></html>
>>>>>
>>>> ---- HTTP Request at 17:7:30 ----
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:30 ----
>>>> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Content-Type: text/xml
>>>> Depth: 0
>>>> Content-Length: 164
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> <?xml version="1.0" encoding="utf-8" ?>
>>>> <D:propfind xmlns:D="DAV:">
>>>> <D:prop>
>>>> <D:getlastmodified/>
>>>> <D:getcontentlength/>
>>>> <D:resourcetype/>
>>>> </D:prop>
>>>> </D:propfind>
>>>>
>>>> HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
>>>> Set-Cookie: JSESSIONID=2D27A7CFFFB6FF98F379289A6A5BBA59; Path=/jahia
>>>> Content-Type: text/html;charset=utf-8
>>>> Content-Length: 1104
>>>> Date: Mon, 08 Nov 2004 16:07:29 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>>>> d'erreur</title><style><!--H1
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:22px;} H2
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:16px;} H3
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:14px;} BODY
>>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>>>> white;} B
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;} P
>>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
>>>> font-
>>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>>>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
>>>> object found at /shared/._test.txt</h1><HR size="1"
>>>> noshade="noshade"><p><b>type</b> Rapport  
>>>> d'état</p><p><b>message</b>
>>>> <u>Not Found: No object found at
>>>> /shared/._test.txt</u></p><p><b>description</b> <u>La ressource
>>>> demandée (Not Found: No object found at /shared/._test.txt) n'est  
>>>> pas
>>>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
>>>> Tomcat/5.0.28</h3></body></html>
>>>>>
>>>> ---- HTTP Request at 17:7:31 ----
>>>> PUT /jahia/webdav/shared/._test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Content-Length: 0
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:31 ----
>>>>
>>>>>
>>>> ---- HTTP Request at 17:7:32 ----
>>>> HTTP/1.1 201 Crée
>>>> Set-Cookie: JSESSIONID=60E34A346790AF370A6456602CA1870E; Path=/jahia
>>>> ETag: eb3e371df40ae2cf57dfba5e801cf8ae
>>>> Content-Length: 0
>>>> Date: Mon, 08 Nov 2004 16:07:31 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Content-Type: text/xml
>>>> Depth: 0
>>>> Content-Length: 164
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> <?xml version="1.0" encoding="utf-8" ?>
>>>> <D:propfind xmlns:D="DAV:">
>>>> <D:prop>
>>>> <D:getlastmodified/>
>>>> <D:getcontentlength/>
>>>> <D:resourcetype/>
>>>> </D:prop>
>>>> </D:propfind>
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:32 ----
>>>> HTTP/1.1 207 Etat Multiple
>>>> Set-Cookie: JSESSIONID=AD2478A80F8B3D43CFFF63ABD8EFF5C6; Path=/jahia
>>>> Content-Type: text/xml;charset=UTF-8
>>>> Transfer-Encoding: chunked
>>>> Date: Mon, 08 Nov 2004 16:07:31 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> 1fd
>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>> <D:multistatus xmlns:D="DAV:">
>>>>      <D:response>
>>>>          <D:href>/jahia/webdav/shared/._test.txt</D:href>
>>>>          <D:propstat>
>>>>              <D:prop>
>>>>                  <D:getlastmodified>Mon, 08 Nov 2004 16:07:31
>>>> GMT</D:getlastmodified>
>>>>                  <D:getcontentlength>0</D:getcontentlength>
>>>>                  <D:resourcetype />
>>>>              </D:prop>
>>>>              <D:status>HTTP/1.1 200 OK</D:status>
>>>>          </D:propstat>
>>>>      </D:response>
>>>> </D:multistatus>
>>>>
>>>> 0
>>>>
>>>>>
>>>> ---- HTTP Request at 17:7:32 ----
>>>> LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Depth: 0
>>>> Timeout: Second-600
>>>> Content-Type: text/xml; charset="utf-8"
>>>> Content-Length: 213
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> <?xml version="1.0" encoding="utf-8" ?>
>>>> <D:lockinfo xmlns:D="DAV:">
>>>> <D:lockscope><D:exclusive/></D:lockscope>
>>>> <D:locktype><D:write/></D:locktype>
>>>> <D:owner> <D:href>default-owner</D:href> </D:owner>
>>>> </D:lockinfo>
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:32 ----
>>>> HTTP/1.1 200 OK
>>>> Set-Cookie: JSESSIONID=A7CD2403939254D2866F7C2F990179C7; Path=/jahia
>>>> Lock-Token: <opaquelocktoken:108dc12500b38f0c965f5770287c9cbe>
>>>> Content-Type: text/xml;charset=UTF-8
>>>> Transfer-Encoding: chunked
>>>> Date: Mon, 08 Nov 2004 16:07:31 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> 307
>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>> <D:prop xmlns:D="DAV:">
>>>>      <D:lockdiscovery>
>>>>          <D:activelock>
>>>>              <D:locktype>
>>>>                  <D:write />
>>>>              </D:locktype>
>>>>              <D:lockscope>
>>>>                  <D:exclusive />
>>>>              </D:lockscope>
>>>>              <D:depth>0</D:depth>
>>>>              <D:owner><![CDATA[<D:href
>>>> xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
>>>>              <D:timeout>Second-599</D:timeout>
>>>>              <D:locktoken>
>>>>
>>>> <D:href>opaquelocktoken:108dc12500b38f0c965f5770287c9cbe</D:href>
>>>>              </D:locktoken>
>>>>              <D:principal-URL>
>>>>                  <D:href>/jahia/webdav/users/root</D:href>
>>>>              </D:principal-URL>
>>>>          </D:activelock>
>>>>      </D:lockdiscovery>
>>>> </D:prop>
>>>>
>>>> 0
>>>>
>>>>>
>>>> ---- HTTP Request at 17:7:32 ----
>>>> GET /jahia/webdav/shared/._test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:32 ----
>>>>
>>>>>
>>>> ---- HTTP Request at 17:7:32 ----
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:32 ----
>>>> HTTP/1.1 200 OK
>>>> Set-Cookie: JSESSIONID=712132B99C8688A861F15BA301EE6ECE; Path=/jahia
>>>> ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
>>>> Content-Language: en
>>>> Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
>>>> Content-Type: text/plain
>>>> Content-Length: 0
>>>> Date: Mon, 08 Nov 2004 16:07:31 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> PUT /jahia/webdav/shared/._test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Content-Length: 82
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
>>>> Set-Cookie: JSESSIONID=A5A3A2227E5CA89EA421786E483C8436; Path=/jahia
>>>> Content-Type: text/html;charset=utf-8
>>>> Content-Length: 1137
>>>> Date: Mon, 08 Nov 2004 16:07:31 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>>>> d'erreur</title><style><!--H1
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:22px;} H2
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:16px;} H3
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:14px;} BODY
>>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>>>> white;} B
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;} P
>>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
>>>> font-
>>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>>>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
>>>> /shared/._test.ription</b> <u>La ressource source ou destination de  
>>>> la
>>>> méthode est vérrouillée (Locked: Object /shared/._test.txt is
>>>> already locked).</u></p><HR size="1" noshade="noshade"><h3>Apache
>>>> Tomcat/5.0.28</h3></body></html>
>>>>>
>>>> ---- HTTP Request at 17:7:34 ----
>>>> DELETE /jahia/webdav/shared/._test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:34 ----
>>>> HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
>>>> Set-Cookie: JSESSIONID=4A24910E100C778E622FE7B30A02F9DE; Path=/jahia
>>>> Content-Type: text/html;charset=utf-8
>>>> Content-Length: 1137
>>>> Date: Mon, 08 Nov 2004 16:07:34 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>>>> d'erreur</title><style><!--H1
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:22px;} H2
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:16px;} H3
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:14px;} BODY
>>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>>>> white;} B
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;} P
>>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
>>>> font-
>>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>>>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
>>>> /shared/._test.txt is already locked</h1><HR size="1"
>>>> noshade="noshade"><p><b>type</b> Rapport  
>>>> d'état</p><p><b>message</b>
>>>> <u>Locked: Object /shared/._test.txt is already
>>>> locked</u></p><p><b>description</b> <u>La ressource source ou
>>>> destination de la méthode est vérrouillée (Locked: Object
>>>> /shared/._test.txt is already locked).</u></p><HR size="1"
>>>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>>>>>
>>>> ---- HTTP Request at 17:7:34 ----
>>>> LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Depth: 0
>>>> Timeout: Second-600
>>>> Content-Type: text/xml; charset="utf-8"
>>>> Content-Length: 213
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> <?xml version="1.0" encoding="utf-8" ?>
>>>> <D:lockinfo xmlns:D="DAV:">
>>>> <D:lockscope><D:exclusive/></D:lockscope>
>>>> <D:locktype><D:write/></D:locktype>
>>>> <D:owner> <D:href>default-owner</D:href> </D:owner>
>>>> </D:lockinfo>
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:34 ----
>>>> HTTP/1.1 423 Locked
>>>> Set-Cookie: JSESSIONID=3033FA202136DD22561568CBC81BA00B; Path=/jahia
>>>> Content-Type: text/html;charset=utf-8
>>>> Content-Length: 984
>>>> Date: Mon, 08 Nov 2004 16:07:34 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>>>> d'erreur</title><style><!--H1
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:22px;} H2
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:16px;} H3
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:14px;} BODY
>>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>>>> white;} B
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;} P
>>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
>>>> font-
>>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>>>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - </h1><HR
>>>> size="1"
>>>> noshade="noshade"><p><b>type</b> Rapport  
>>>> d'état</p><p><b>message</b>
>>>> <u></u></p><p><b>description</b> <u>La ressource source ou  
>>>> destination
>>>> de la méthode est vérrouillée ().</u></p><HR size="1"
>>>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>>>>>
>>>> ---- HTTP Request at 17:7:35 ----
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:35 ----
>>>> LOCK /jahia/webdav/shared/test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Depth: 0
>>>> Timeout: Second-600
>>>> Content-Type: text/xml; charset="utf-8"
>>>> Content-Length: 213
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> <?xml version="1.0" encoding="utf-8" ?>
>>>> <D:lockinfo xmlns:D="DAV:">
>>>> <D:lockscope><D:exclusive/></D:lockscope>
>>>> <D:locktype><D:write/></D:locktype>
>>>> <D:owner> <D:href>default-owner</D:href> </D:owner>
>>>> </D:lockinfo>
>>>> HTTP/1.1 200 OK
>>>> Set-Cookie: JSESSIONID=32350B9D8351132AB456D8E0C41608BD; Path=/jahia
>>>> Lock-Token: <opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2>
>>>> Content-Type: text/xml;charset=UTF-8
>>>> Transfer-Encoding: chunked
>>>> Date: Mon, 08 Nov 2004 16:07:34 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> 307
>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>> <D:prop xmlns:D="DAV:">
>>>>      <D:lockdiscovery>
>>>>          <D:activelock>
>>>>              <D:locktype>
>>>>                  <D:write />
>>>>              </D:locktype>
>>>>              <D:lockscope>
>>>>                  <D:exclusive />
>>>>              </D:lockscope>
>>>>              <D:depth>0</D:depth>
>>>>              <D:owner><![CDATA[<D:href
>>>> xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
>>>>              <D:timeout>Second-599</D:timeout>
>>>>              <D:locktoken>
>>>>
>>>> <D:href>opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2</D:href>
>>>>              </D:locktoken>
>>>>              <D:principal-URL>
>>>>                  <D:href>/jahia/webdav/users/root</D:href>
>>>>              </D:principal-URL>
>>>>          </D:activelock>
>>>>      </D:lockdiscovery>
>>>> </D:prop>
>>>>
>>>> 0
>>>>
>>>>>
>>>> ---- HTTP Request at 17:7:35 ----
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:35 ----
>>>> PUT /jahia/webdav/shared/test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Content-Length: 4
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
>>>> Set-Cookie: JSESSIONID=519E7D3C9798FFCD8862EFC3A24384FE; Path=/jahia
>>>> Content-Type: text/html;charset=utf-8
>>>> Content-Length: 1131
>>>> Date: Mon, 08 Nov 2004 16:07:35 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>>>> d'erreur</title><style><!--H1
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:22px;} H2
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:16px;} H3
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:14px;} BODY
>>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>>>> white;} B
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;} P
>>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
>>>> font-
>>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>>>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
>>>> /shared/test.txt testis already locked</h1><HR size="1"
>>>> noshade="noshade"><p><b>type</b> Rapport  
>>>> d'état</p><p><b>message</b>
>>>> <u>Locked: Object /shared/test.txt is already
>>>> locked</u></p><p><b>description</b> <u>La ressource source ou
>>>> destination de la méthode est vérrouillée (Locked: Object
>>>> /shared/test.txt is already locked).</u></p><HR size="1"
>>>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>>>>>
>>>> ---- HTTP Request at 17:7:36 ----
>>>>
>>>>>
>>>> ---- HTTP Response at 17:7:36 ----
>>>> GET /jahia/webdav/shared/._test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> HTTP/1.1 200 OK
>>>> Set-Cookie: JSESSIONID=3ADC1EDCD0F826C490064FCBE5184F83; Path=/jahia
>>>> ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
>>>> Content-Language: en
>>>> Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
>>>> Content-Type: text/plain
>>>> Content-Length: 0
>>>> Date: Mon, 08 Nov 2004 16:07:35 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>>>
>>>> ---- HTTP Request at 17:8:7 ----
>>>> DELETE /jahia/webdav/shared/test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>>>
>>>> ---- HTTP Response at 17:8:7 ----
>>>> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
>>>> Set-Cookie: JSESSIONID=4C6FAB7ED1C9D7860A44EEB2A634F988; Path=/jahia
>>>> Content-Type: text/html;charset=utf-8
>>>> Content-Length: 1131
>>>> Date: Mon, 08 Nov 2004 16:08:07 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>>>> d'erreur</title><style><!--H1
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:22px;} H2
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:16px;} H3
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:14px;} BODY
>>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>>>> white;} B
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;} P
>>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
>>>> font-
>>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>>>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
>>>> /shared/test.txt is already locked</h1><HR size="1"
>>>> noshade="noshade"><p><b>type</b> Rapport  
>>>> d'état</p><p><b>message</b>
>>>> <u>Locked: Object /shared/test.txt is already
>>>> locked</u></p><p><b>description</b> <u>La ressource source ou
>>>> destination de la méthode est vérrouillée (Locked: Object
>>>> /shared/test.txt is already locked).</u></p><HR size="1"
>>>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>>>>>
>>>> ---- HTTP Request at 17:8:8 ----
>>>>
>>>>>
>>>> ---- HTTP Response at 17:8:8 ----
>>>> DELETE /jahia/webdav/shared/test.txt HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
>>>> Set-Cookie: JSESSIONID=E071B89EF15B20330376F5F9782277E6; Path=/jahia
>>>> Content-Type: text/html;charset=utf-8
>>>> Content-Length: 1131
>>>> Date: Mon, 08 Nov 2004 16:08:07 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>>>> d'erreur</title><style><!--H1
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:22px;} H2
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:16px;} H3
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;font-size:14px;} BODY
>>>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>>>> white;} B
>>>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>>>> #525D76;} P
>>>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
>>>> font-
>>>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>>>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
>>>> /shared/test.txt is already locked</h1><HR size="1"
>>>> noshade="noshade"><p><b>type</b> Rapport  
>>>> d'état</p><p><b>message</b>
>>>> <u>Locked: Object /shared/test.txt is already
>>>> locked</u></p><p><b>description</b> <u>La ressource source ou
>>>> destination de la méthode est vérrouillée (Locked: Object
>>>> /shared/test.txt is already locked).</u></p><HR size="1"
>>>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>>>>>
>>>> ---- HTTP Request at 17:8:8 ----
>>>>
>>>>>
>>>> ---- HTTP Response at 17:8:8 ----
>>>> PROPFIND /jahia/webdav/shared HTTP/1.1
>>>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>>>> Accept: */*
>>>> Host: localhost:9090
>>>> Content-Type: text/xml
>>>> Depth: 0
>>>> Content-Length: 164
>>>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>>>
>>>> <?xml version="1.0" encoding="utf-8" ?>
>>>> <D:propfind xmlns:D="DAV:">
>>>> <D:prop>
>>>> <D:getlastmodified/>
>>>> <D:getcontentlength/>
>>>> <D:resourcetype/>
>>>> </D:prop>
>>>> </D:propfind>
>>>>
>>>> HTTP/1.1 207 Etat Multiple
>>>> Set-Cookie: JSESSIONID=1AC9C6755788361A18BFAAD92E0D00F1; Path=/jahia
>>>> Content-Type: text/xml;charset=UTF-8
>>>> Transfer-Encoding: chunked
>>>> Date: Mon, 08 Nov 2004 16:08:07 GMT
>>>> Server: Apache-Coyote/1.1
>>>>
>>>> 239
>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>> <D:multistatus xmlns:D="DAV:">
>>>>      <D:response>
>>>>          <D:href>/jahia/webdav/shared</D:href>
>>>>          <D:propstat>
>>>>              <D:prop>
>>>>                  <D:getlastmodified>Sun, 07 Nov 2004 15:19:24
>>>> GMT</D:getlastmodified>
>>>>                  <D:getcontentlength>0</D:getcontentlength>
>>>>                  <D:resourcetype>
>>>>                      <D:collection />
>>>>                  </D:resourcetype>
>>>>              </D:prop>
>>>>              <D:status>HTTP/1.1 200 OK</D:status>
>>>>          </D:propstat>
>>>>      </D:response>
>>>> </D:multistatus>
>>>>
>>>> 0
>>>>
>>>> Le 8 nov. 04, ˆ 16:29, Oliver Zeigermann a Žcrit :
>>>>
>>>>
>>>>
>>>>> One trace tool that worked for me (although far from perfect) is
>>>>>
>>>>> http://httptrace.sourceforge.net/
>>>>>
>>>>> Oliver
>>>>>
>>>>>
>>>>> On Mon, 8 Nov 2004 11:52:49 +0100, Oliver Zeigermann
>>>>> <ol...@gmail.com> wrote:
>>>>>> That's great! Could you record the OSX requests that did not work
>>>>>> with
>>>>>> a tracking tool as well and send the HTTP trace to the list. If  
>>>>>> you
>>>>>> did I would volunteer to build a test case around it,
>>>>>>
>>>>>> Oliver
>>>>>>
>>>>>> On Mon, 8 Nov 2004 11:27:13 +0100, Thomas Draier
>>>>>>
>>>>>>
>>>>>> <th...@codeva.net> wrote:
>>>>>>> i'm working on a macosx environment and i can do some tests. i do
>>>>>>> not
>>>>>>> use the integrated client very often, but i remember it worked on
>>>>>>> some
>>>>>>> older version of slide - now the put method is not working  
>>>>>>> anymore.
>>>>>>> i'll have a look at it today.
>>>>>>> thomas
>>>>>>>
>>>>>>> Le 6 nov. 04, ˆ 18:22, Oliver Zeigermann a Žcrit :
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>> Folks,
>>>>>>>>
>>>>>>>> there have been many reports that there is something wrong with
>>>>>>>> accessing Slide using Mac OSX. I would like to get this solved,
>>>>>>>> but
>>>>>>>> have got no access to a Mac, so I am of little help.
>>>>>>>>
>>>>>>>> I do not even know what exactly is the problem. So if anyone out
>>>>>>>> there
>>>>>>>> who knows,  has access to OSX, and knows how to debug Slide  
>>>>>>>> would
>>>>>>>> help
>>>>>>>> with this issue I would greatly appreciate it.
>>>>>>>>
>>>>>>>> Certainly without having this solved we will not be able to
>>>>>>>> release
>>>>>>>> Slide 2.1
>>>>>>>>
>>>>>>>> Oliver
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------- 
>>>>>>>> --
>>>>>>>> --
>>>>>>>> -
>>>>>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>>>>>>> For additional commands, e-mail:  
>>>>>>>> slide-dev-help@jakarta.apache.org
>>>>>>>
>>>>>>> ----------------------------------------------------------------- 
>>>>>>> --
>>>>>>> --
>>>>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>>>>>> For additional commands, e-mail:  
>>>>>>> slide-dev-help@jakarta.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------------- 
>>>>> --
>>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>
>>
>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Oliver Zeigermann <ol...@gmail.com>.
You have obviously not set lockdiscoveryIncludesPrincipalURL property
in web.xml to false as suggested in

http://jakarta.apache.org/slide/faq.html

Would you do so and repeat the test? Maybe with the latest version of
the CVS head? Thanks!

Oliver

On Tue, 9 Nov 2004 11:34:21 +0100, Thomas Draier
<th...@codeva.net> wrote:
> i ran the test on the latest cvs branch. it's quite hard to debug as
> the finder use multiple requests at the same time and keeps crashing
> when something goes wrong - but from what i've seen, the
> Lock.isCompatible method returns true, as it should do (goes through
> all the tests and return the default compatible value), but the test on
> line 626 still pass (?) - and then creates a lock exception.
> thomas
> 
> Le 8 nov. 04, à 23:01, Oliver Zeigermann a écrit :
> 
> 
> 
> > Hi Thomas thanks a lot!
> >
> > I will make this a test case tomorrow or latest the day after
> > tomorrow. This really looks weird... I will try to find some time soon
> > to see what is going on here... I suppose you were using Slide 2.1b2?
> > Or the latest code from CVS release branch?
> >
> > Oliver
> >
> > On Mon, 8 Nov 2004 17:37:10 +0100, Thomas Draier
> > <th...@codeva.net> wrote:
> >> hi,
> >> os x is doing very strange things. here is the trace for a "simple"
> >> put
> >> request. first of all, it tries to find the file, then do an empty put
> >> request - no content is uploaded - then it does the same for a file
> >> with the same name prefixed by ._  .  both files are then locked - and
> >> some put methods are executed, including one with the content . looks
> >> like osx expects its put to work, but slide answer that the file is
> >> locked and do not recognize the user. osx then displays an error
> >> message ("file is already used"). and tries to delete the file. but
> >> both files are locked and cannot be deleted. any idea why locks are
> >> blocking the user who put them ?
> >>
> >> ---- HTTP Request at 17:7:27 ----
> >> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Content-Type: text/xml
> >> Depth: 0
> >> Content-Length: 164
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> <?xml version="1.0" encoding="utf-8" ?>
> >> <D:propfind xmlns:D="DAV:">
> >> <D:prop>
> >> <D:getlastmodified/>
> >> <D:getcontentlength/>
> >> <D:resourcetype/>
> >> </D:prop>
> >> </D:propfind>
> >>
> >>>
> >> ---- HTTP Response at 17:7:27 ----
> >> HTTP/1.1 404 Not Found: No object found at /shared/test.txt
> >> Set-Cookie: JSESSIONID=719688F9810DDB9E51901F134E63BA1F; Path=/jahia
> >> Content-Type: text/html;charset=utf-8
> >> Content-Length: 1098
> >> Date: Mon, 08 Nov 2004 16:07:27 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >> d'erreur</title><style><!--H1
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:22px;} H2
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:16px;} H3
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:14px;} BODY
> >> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >> white;} B
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;} P
> >> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >> font-
> >> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> >> object found at /shared/test.txt</h1><HR size="1"
> >> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> >> <u>Not Found: No object found at
> >> /shared/test.txt</u></p><p><b>description</b> <u>La ressource
> >> demandée
> >> (Not Found: No object found at /shared/test.txt) n'est pas
> >> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> >> Tomcat/5.0.28</h3></body></html>
> >>>
> >> ---- HTTP Request at 17:7:27 ----
> >>
> >>>
> >> ---- HTTP Response at 17:7:27 ----
> >> PROPFIND /jahia/webdav/shared/Contents/PkgInfo HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Content-Type: text/xml
> >> Depth: 0
> >> Content-Length: 164
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> <?xml version="1.0" encoding="utf-8" ?>
> >> <D:propfind xmlns:D="DAV:">
> >> <D:prop>
> >> <D:getlastmodified/>
> >> <D:getcontentlength/>
> >> <D:resourcetype/>
> >> </D:prop>
> >> </D:propfind>
> >>
> >> HTTP/1.1 404 Not Found: No object found at /shared/Contents
> >> Set-Cookie: JSESSIONID=3779A196F8E4F5F9431B76DFDCD0BF58; Path=/jahia
> >> Content-Type: text/html;charset=utf-8
> >> Content-Length: 1098
> >> Date: Mon, 08 Nov 2004 16:07:27 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >> d'erreur</title><style><!--H1
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:22px;} H2
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:16px;} H3
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:14px;} BODY
> >> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >> white;} B
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;} P
> >> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >> font-
> >> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> >> object found at /shared/Contents</h1><HR size="1"
> >> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> >> <u>Not Found: No object found at
> >> /shared/Contents</u></p><p><b>description</b> <u>La ressource
> >> demandée
> >> (Not Found: No object found at /shared/Contents) n'est pas
> >> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> >> Tomcat/5.0.28</h3></body></html>
> >>>
> >> ---- HTTP Request at 17:7:28 ----
> >> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Content-Type: text/xml
> >> Depth: 0
> >> Content-Length: 164
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> <?xml version="1.0" encoding="utf-8" ?>
> >> <D:propfind xmlns:D="DAV:">
> >> <D:prop>
> >> <D:getlastmodified/>
> >> <D:getcontentlength/>
> >> <D:resourcetype/>
> >> </D:prop>
> >> </D:propfind>
> >>
> >>>
> >> ---- HTTP Response at 17:7:28 ----
> >> HTTP/1.1 404 Not Found: No object found at /shared/test.txt
> >> Set-Cookie: JSESSIONID=B76171D820FFA1492114008B0F8B51E5; Path=/jahia
> >> Content-Type: text/html;charset=utf-8
> >> Content-Length: 1098
> >> Date: Mon, 08 Nov 2004 16:07:28 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >> d'erreur</title><style><!--H1
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:22px;} H2
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:16px;} H3
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:14px;} BODY
> >> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >> white;} B
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;} P
> >> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >> font-
> >> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> >> object found at /shared/test.txt</h1><HR size="1"
> >> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> >> <u>Not Found: No object found at
> >> /shared/test.txt</u></p><p><b>description</b> <u>La ressource
> >> demandée
> >> (Not Found: No object found at /shared/test.txt) n'est pas
> >> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> >> Tomcat/5.0.28</h3></body></html>
> >>>
> >> ---- HTTP Request at 17:7:28 ----
> >> PUT /jahia/webdav/shared/test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Content-Length: 0
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >>>
> >> ---- HTTP Response at 17:7:29 ----
> >>
> >>>
> >> ---- HTTP Request at 17:7:29 ----
> >> HTTP/1.1 201 Crée
> >> Set-Cookie: JSESSIONID=C9A0E9C9DB53843B609F8CE253D736D4; Path=/jahia
> >> ETag: be135c22440ebacaa979ae434d6dc490
> >> Content-Length: 0
> >> Date: Mon, 08 Nov 2004 16:07:28 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Content-Type: text/xml
> >> Depth: 0
> >> Content-Length: 164
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> <?xml version="1.0" encoding="utf-8" ?>
> >> <D:propfind xmlns:D="DAV:">
> >> <D:prop>
> >> <D:getlastmodified/>
> >> <D:getcontentlength/>
> >> <D:resourcetype/>
> >> </D:prop>
> >> </D:propfind>
> >>
> >>>
> >> ---- HTTP Response at 17:7:29 ----
> >> HTTP/1.1 207 Etat Multiple
> >> Set-Cookie: JSESSIONID=A011ED709916ABF2D18C70A6E0685D28; Path=/jahia
> >> Content-Type: text/xml;charset=UTF-8
> >> Transfer-Encoding: chunked
> >> Date: Mon, 08 Nov 2004 16:07:28 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> 1fb
> >> <?xml version="1.0" encoding="UTF-8"?>
> >> <D:multistatus xmlns:D="DAV:">
> >>      <D:response>
> >>          <D:href>/jahia/webdav/shared/test.txt</D:href>
> >>          <D:propstat>
> >>              <D:prop>
> >>                  <D:getlastmodified>Mon, 08 Nov 2004 16:07:29
> >> GMT</D:getlastmodified>
> >>                  <D:getcontentlength>0</D:getcontentlength>
> >>                  <D:resourcetype />
> >>              </D:prop>
> >>              <D:status>HTTP/1.1 200 OK</D:status>
> >>          </D:propstat>
> >>      </D:response>
> >> </D:multistatus>
> >>
> >> 0
> >>
> >>>
> >> ---- HTTP Request at 17:7:29 ----
> >>
> >>>
> >> ---- HTTP Response at 17:7:29 ----
> >> GET /jahia/webdav/shared/test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> HTTP/1.1 200 OK
> >> Set-Cookie: JSESSIONID=8F64051AA0FD17275660EEAF02706901; Path=/jahia
> >> ETag: "be135c22440ebacaa979ae434d6dc490"
> >> Content-Language: en
> >> Last-Modified: Mon, 08 Nov 2004 16:07:29 GMT
> >> Content-Type: text/plain
> >> Content-Length: 0
> >> Date: Mon, 08 Nov 2004 16:07:29 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >>>
> >> ---- HTTP Request at 17:7:29 ----
> >>
> >>>
> >> ---- HTTP Response at 17:7:30 ----
> >> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Content-Type: text/xml
> >> Depth: 0
> >> Content-Length: 164
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> <?xml version="1.0" encoding="utf-8" ?>
> >> <D:propfind xmlns:D="DAV:">
> >> <D:prop>
> >> <D:getlastmodified/>
> >> <D:getcontentlength/>
> >> <D:resourcetype/>
> >> </D:prop>
> >> </D:propfind>
> >>
> >> HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
> >> Set-Cookie: JSESSIONID=5DF3C6EF4C66EB7E4C23CA0DF81D1220; Path=/jahia
> >> Content-Type: text/html;charset=utf-8
> >> Content-Length: 1104
> >> Date: Mon, 08 Nov 2004 16:07:29 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >> d'erreur</title><style><!--H1
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:22px;} H2
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:16px;} H3
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:14px;} BODY
> >> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >> white;} B
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;} P
> >> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >> font-
> >> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> >> object found at /shared/._test.txt</h1><HR size="1"
> >> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> >> <u>Not Found: No object found at
> >> /shared/._test.txt</u></p><p><b>description</b> <u>La ressource
> >> demandée (Not Found: No object found at /shared/._test.txt) n'est pas
> >> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> >> Tomcat/5.0.28</h3></body></html>
> >>>
> >> ---- HTTP Request at 17:7:30 ----
> >>
> >>>
> >> ---- HTTP Response at 17:7:30 ----
> >> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Content-Type: text/xml
> >> Depth: 0
> >> Content-Length: 164
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> <?xml version="1.0" encoding="utf-8" ?>
> >> <D:propfind xmlns:D="DAV:">
> >> <D:prop>
> >> <D:getlastmodified/>
> >> <D:getcontentlength/>
> >> <D:resourcetype/>
> >> </D:prop>
> >> </D:propfind>
> >>
> >> HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
> >> Set-Cookie: JSESSIONID=2D27A7CFFFB6FF98F379289A6A5BBA59; Path=/jahia
> >> Content-Type: text/html;charset=utf-8
> >> Content-Length: 1104
> >> Date: Mon, 08 Nov 2004 16:07:29 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >> d'erreur</title><style><!--H1
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:22px;} H2
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:16px;} H3
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:14px;} BODY
> >> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >> white;} B
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;} P
> >> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >> font-
> >> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> >> object found at /shared/._test.txt</h1><HR size="1"
> >> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> >> <u>Not Found: No object found at
> >> /shared/._test.txt</u></p><p><b>description</b> <u>La ressource
> >> demandée (Not Found: No object found at /shared/._test.txt) n'est pas
> >> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> >> Tomcat/5.0.28</h3></body></html>
> >>>
> >> ---- HTTP Request at 17:7:31 ----
> >> PUT /jahia/webdav/shared/._test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Content-Length: 0
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >>>
> >> ---- HTTP Response at 17:7:31 ----
> >>
> >>>
> >> ---- HTTP Request at 17:7:32 ----
> >> HTTP/1.1 201 Crée
> >> Set-Cookie: JSESSIONID=60E34A346790AF370A6456602CA1870E; Path=/jahia
> >> ETag: eb3e371df40ae2cf57dfba5e801cf8ae
> >> Content-Length: 0
> >> Date: Mon, 08 Nov 2004 16:07:31 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Content-Type: text/xml
> >> Depth: 0
> >> Content-Length: 164
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> <?xml version="1.0" encoding="utf-8" ?>
> >> <D:propfind xmlns:D="DAV:">
> >> <D:prop>
> >> <D:getlastmodified/>
> >> <D:getcontentlength/>
> >> <D:resourcetype/>
> >> </D:prop>
> >> </D:propfind>
> >>
> >>>
> >> ---- HTTP Response at 17:7:32 ----
> >> HTTP/1.1 207 Etat Multiple
> >> Set-Cookie: JSESSIONID=AD2478A80F8B3D43CFFF63ABD8EFF5C6; Path=/jahia
> >> Content-Type: text/xml;charset=UTF-8
> >> Transfer-Encoding: chunked
> >> Date: Mon, 08 Nov 2004 16:07:31 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> 1fd
> >> <?xml version="1.0" encoding="UTF-8"?>
> >> <D:multistatus xmlns:D="DAV:">
> >>      <D:response>
> >>          <D:href>/jahia/webdav/shared/._test.txt</D:href>
> >>          <D:propstat>
> >>              <D:prop>
> >>                  <D:getlastmodified>Mon, 08 Nov 2004 16:07:31
> >> GMT</D:getlastmodified>
> >>                  <D:getcontentlength>0</D:getcontentlength>
> >>                  <D:resourcetype />
> >>              </D:prop>
> >>              <D:status>HTTP/1.1 200 OK</D:status>
> >>          </D:propstat>
> >>      </D:response>
> >> </D:multistatus>
> >>
> >> 0
> >>
> >>>
> >> ---- HTTP Request at 17:7:32 ----
> >> LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Depth: 0
> >> Timeout: Second-600
> >> Content-Type: text/xml; charset="utf-8"
> >> Content-Length: 213
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> <?xml version="1.0" encoding="utf-8" ?>
> >> <D:lockinfo xmlns:D="DAV:">
> >> <D:lockscope><D:exclusive/></D:lockscope>
> >> <D:locktype><D:write/></D:locktype>
> >> <D:owner> <D:href>default-owner</D:href> </D:owner>
> >> </D:lockinfo>
> >>
> >>>
> >> ---- HTTP Response at 17:7:32 ----
> >> HTTP/1.1 200 OK
> >> Set-Cookie: JSESSIONID=A7CD2403939254D2866F7C2F990179C7; Path=/jahia
> >> Lock-Token: <opaquelocktoken:108dc12500b38f0c965f5770287c9cbe>
> >> Content-Type: text/xml;charset=UTF-8
> >> Transfer-Encoding: chunked
> >> Date: Mon, 08 Nov 2004 16:07:31 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> 307
> >> <?xml version="1.0" encoding="UTF-8"?>
> >> <D:prop xmlns:D="DAV:">
> >>      <D:lockdiscovery>
> >>          <D:activelock>
> >>              <D:locktype>
> >>                  <D:write />
> >>              </D:locktype>
> >>              <D:lockscope>
> >>                  <D:exclusive />
> >>              </D:lockscope>
> >>              <D:depth>0</D:depth>
> >>              <D:owner><![CDATA[<D:href
> >> xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
> >>              <D:timeout>Second-599</D:timeout>
> >>              <D:locktoken>
> >>
> >> <D:href>opaquelocktoken:108dc12500b38f0c965f5770287c9cbe</D:href>
> >>              </D:locktoken>
> >>              <D:principal-URL>
> >>                  <D:href>/jahia/webdav/users/root</D:href>
> >>              </D:principal-URL>
> >>          </D:activelock>
> >>      </D:lockdiscovery>
> >> </D:prop>
> >>
> >> 0
> >>
> >>>
> >> ---- HTTP Request at 17:7:32 ----
> >> GET /jahia/webdav/shared/._test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >>>
> >> ---- HTTP Response at 17:7:32 ----
> >>
> >>>
> >> ---- HTTP Request at 17:7:32 ----
> >>
> >>>
> >> ---- HTTP Response at 17:7:32 ----
> >> HTTP/1.1 200 OK
> >> Set-Cookie: JSESSIONID=712132B99C8688A861F15BA301EE6ECE; Path=/jahia
> >> ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
> >> Content-Language: en
> >> Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
> >> Content-Type: text/plain
> >> Content-Length: 0
> >> Date: Mon, 08 Nov 2004 16:07:31 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> PUT /jahia/webdav/shared/._test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Content-Length: 82
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
> >> Set-Cookie: JSESSIONID=A5A3A2227E5CA89EA421786E483C8436; Path=/jahia
> >> Content-Type: text/html;charset=utf-8
> >> Content-Length: 1137
> >> Date: Mon, 08 Nov 2004 16:07:31 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >> d'erreur</title><style><!--H1
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:22px;} H2
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:16px;} H3
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:14px;} BODY
> >> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >> white;} B
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;} P
> >> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >> font-
> >> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> >> /shared/._test.ription</b> <u>La ressource source ou destination de la
> >> méthode est vérrouillée (Locked: Object /shared/._test.txt is
> >> already locked).</u></p><HR size="1" noshade="noshade"><h3>Apache
> >> Tomcat/5.0.28</h3></body></html>
> >>>
> >> ---- HTTP Request at 17:7:34 ----
> >> DELETE /jahia/webdav/shared/._test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >>>
> >> ---- HTTP Response at 17:7:34 ----
> >> HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
> >> Set-Cookie: JSESSIONID=4A24910E100C778E622FE7B30A02F9DE; Path=/jahia
> >> Content-Type: text/html;charset=utf-8
> >> Content-Length: 1137
> >> Date: Mon, 08 Nov 2004 16:07:34 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >> d'erreur</title><style><!--H1
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:22px;} H2
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:16px;} H3
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:14px;} BODY
> >> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >> white;} B
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;} P
> >> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >> font-
> >> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> >> /shared/._test.txt is already locked</h1><HR size="1"
> >> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> >> <u>Locked: Object /shared/._test.txt is already
> >> locked</u></p><p><b>description</b> <u>La ressource source ou
> >> destination de la méthode est vérrouillée (Locked: Object
> >> /shared/._test.txt is already locked).</u></p><HR size="1"
> >> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >>>
> >> ---- HTTP Request at 17:7:34 ----
> >> LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Depth: 0
> >> Timeout: Second-600
> >> Content-Type: text/xml; charset="utf-8"
> >> Content-Length: 213
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> <?xml version="1.0" encoding="utf-8" ?>
> >> <D:lockinfo xmlns:D="DAV:">
> >> <D:lockscope><D:exclusive/></D:lockscope>
> >> <D:locktype><D:write/></D:locktype>
> >> <D:owner> <D:href>default-owner</D:href> </D:owner>
> >> </D:lockinfo>
> >>
> >>>
> >> ---- HTTP Response at 17:7:34 ----
> >> HTTP/1.1 423 Locked
> >> Set-Cookie: JSESSIONID=3033FA202136DD22561568CBC81BA00B; Path=/jahia
> >> Content-Type: text/html;charset=utf-8
> >> Content-Length: 984
> >> Date: Mon, 08 Nov 2004 16:07:34 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >> d'erreur</title><style><!--H1
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:22px;} H2
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:16px;} H3
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:14px;} BODY
> >> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >> white;} B
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;} P
> >> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >> font-
> >> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - </h1><HR
> >> size="1"
> >> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> >> <u></u></p><p><b>description</b> <u>La ressource source ou destination
> >> de la méthode est vérrouillée ().</u></p><HR size="1"
> >> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >>>
> >> ---- HTTP Request at 17:7:35 ----
> >>
> >>>
> >> ---- HTTP Response at 17:7:35 ----
> >> LOCK /jahia/webdav/shared/test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Depth: 0
> >> Timeout: Second-600
> >> Content-Type: text/xml; charset="utf-8"
> >> Content-Length: 213
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> <?xml version="1.0" encoding="utf-8" ?>
> >> <D:lockinfo xmlns:D="DAV:">
> >> <D:lockscope><D:exclusive/></D:lockscope>
> >> <D:locktype><D:write/></D:locktype>
> >> <D:owner> <D:href>default-owner</D:href> </D:owner>
> >> </D:lockinfo>
> >> HTTP/1.1 200 OK
> >> Set-Cookie: JSESSIONID=32350B9D8351132AB456D8E0C41608BD; Path=/jahia
> >> Lock-Token: <opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2>
> >> Content-Type: text/xml;charset=UTF-8
> >> Transfer-Encoding: chunked
> >> Date: Mon, 08 Nov 2004 16:07:34 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> 307
> >> <?xml version="1.0" encoding="UTF-8"?>
> >> <D:prop xmlns:D="DAV:">
> >>      <D:lockdiscovery>
> >>          <D:activelock>
> >>              <D:locktype>
> >>                  <D:write />
> >>              </D:locktype>
> >>              <D:lockscope>
> >>                  <D:exclusive />
> >>              </D:lockscope>
> >>              <D:depth>0</D:depth>
> >>              <D:owner><![CDATA[<D:href
> >> xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
> >>              <D:timeout>Second-599</D:timeout>
> >>              <D:locktoken>
> >>
> >> <D:href>opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2</D:href>
> >>              </D:locktoken>
> >>              <D:principal-URL>
> >>                  <D:href>/jahia/webdav/users/root</D:href>
> >>              </D:principal-URL>
> >>          </D:activelock>
> >>      </D:lockdiscovery>
> >> </D:prop>
> >>
> >> 0
> >>
> >>>
> >> ---- HTTP Request at 17:7:35 ----
> >>
> >>>
> >> ---- HTTP Response at 17:7:35 ----
> >> PUT /jahia/webdav/shared/test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Content-Length: 4
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> >> Set-Cookie: JSESSIONID=519E7D3C9798FFCD8862EFC3A24384FE; Path=/jahia
> >> Content-Type: text/html;charset=utf-8
> >> Content-Length: 1131
> >> Date: Mon, 08 Nov 2004 16:07:35 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >> d'erreur</title><style><!--H1
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:22px;} H2
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:16px;} H3
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:14px;} BODY
> >> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >> white;} B
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;} P
> >> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >> font-
> >> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> >> /shared/test.txt testis already locked</h1><HR size="1"
> >> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> >> <u>Locked: Object /shared/test.txt is already
> >> locked</u></p><p><b>description</b> <u>La ressource source ou
> >> destination de la méthode est vérrouillée (Locked: Object
> >> /shared/test.txt is already locked).</u></p><HR size="1"
> >> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >>>
> >> ---- HTTP Request at 17:7:36 ----
> >>
> >>>
> >> ---- HTTP Response at 17:7:36 ----
> >> GET /jahia/webdav/shared/._test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> HTTP/1.1 200 OK
> >> Set-Cookie: JSESSIONID=3ADC1EDCD0F826C490064FCBE5184F83; Path=/jahia
> >> ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
> >> Content-Language: en
> >> Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
> >> Content-Type: text/plain
> >> Content-Length: 0
> >> Date: Mon, 08 Nov 2004 16:07:35 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >>>
> >> ---- HTTP Request at 17:8:7 ----
> >> DELETE /jahia/webdav/shared/test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >>>
> >> ---- HTTP Response at 17:8:7 ----
> >> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> >> Set-Cookie: JSESSIONID=4C6FAB7ED1C9D7860A44EEB2A634F988; Path=/jahia
> >> Content-Type: text/html;charset=utf-8
> >> Content-Length: 1131
> >> Date: Mon, 08 Nov 2004 16:08:07 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >> d'erreur</title><style><!--H1
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:22px;} H2
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:16px;} H3
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:14px;} BODY
> >> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >> white;} B
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;} P
> >> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >> font-
> >> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> >> /shared/test.txt is already locked</h1><HR size="1"
> >> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> >> <u>Locked: Object /shared/test.txt is already
> >> locked</u></p><p><b>description</b> <u>La ressource source ou
> >> destination de la méthode est vérrouillée (Locked: Object
> >> /shared/test.txt is already locked).</u></p><HR size="1"
> >> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >>>
> >> ---- HTTP Request at 17:8:8 ----
> >>
> >>>
> >> ---- HTTP Response at 17:8:8 ----
> >> DELETE /jahia/webdav/shared/test.txt HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> >> Set-Cookie: JSESSIONID=E071B89EF15B20330376F5F9782277E6; Path=/jahia
> >> Content-Type: text/html;charset=utf-8
> >> Content-Length: 1131
> >> Date: Mon, 08 Nov 2004 16:08:07 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> >> d'erreur</title><style><!--H1
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:22px;} H2
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:16px;} H3
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;font-size:14px;} BODY
> >> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> >> white;} B
> >> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> >> #525D76;} P
> >> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;
> >> font-
> >> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> >> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> >> /shared/test.txt is already locked</h1><HR size="1"
> >> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> >> <u>Locked: Object /shared/test.txt is already
> >> locked</u></p><p><b>description</b> <u>La ressource source ou
> >> destination de la méthode est vérrouillée (Locked: Object
> >> /shared/test.txt is already locked).</u></p><HR size="1"
> >> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >>>
> >> ---- HTTP Request at 17:8:8 ----
> >>
> >>>
> >> ---- HTTP Response at 17:8:8 ----
> >> PROPFIND /jahia/webdav/shared HTTP/1.1
> >> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> >> Accept: */*
> >> Host: localhost:9090
> >> Content-Type: text/xml
> >> Depth: 0
> >> Content-Length: 164
> >> Authorization: Basic cm9vdDp0b3RvdG90bw==
> >>
> >> <?xml version="1.0" encoding="utf-8" ?>
> >> <D:propfind xmlns:D="DAV:">
> >> <D:prop>
> >> <D:getlastmodified/>
> >> <D:getcontentlength/>
> >> <D:resourcetype/>
> >> </D:prop>
> >> </D:propfind>
> >>
> >> HTTP/1.1 207 Etat Multiple
> >> Set-Cookie: JSESSIONID=1AC9C6755788361A18BFAAD92E0D00F1; Path=/jahia
> >> Content-Type: text/xml;charset=UTF-8
> >> Transfer-Encoding: chunked
> >> Date: Mon, 08 Nov 2004 16:08:07 GMT
> >> Server: Apache-Coyote/1.1
> >>
> >> 239
> >> <?xml version="1.0" encoding="UTF-8"?>
> >> <D:multistatus xmlns:D="DAV:">
> >>      <D:response>
> >>          <D:href>/jahia/webdav/shared</D:href>
> >>          <D:propstat>
> >>              <D:prop>
> >>                  <D:getlastmodified>Sun, 07 Nov 2004 15:19:24
> >> GMT</D:getlastmodified>
> >>                  <D:getcontentlength>0</D:getcontentlength>
> >>                  <D:resourcetype>
> >>                      <D:collection />
> >>                  </D:resourcetype>
> >>              </D:prop>
> >>              <D:status>HTTP/1.1 200 OK</D:status>
> >>          </D:propstat>
> >>      </D:response>
> >> </D:multistatus>
> >>
> >> 0
> >>
> >> Le 8 nov. 04, ˆ 16:29, Oliver Zeigermann a Žcrit :
> >>
> >>
> >>
> >>> One trace tool that worked for me (although far from perfect) is
> >>>
> >>> http://httptrace.sourceforge.net/
> >>>
> >>> Oliver
> >>>
> >>>
> >>> On Mon, 8 Nov 2004 11:52:49 +0100, Oliver Zeigermann
> >>> <ol...@gmail.com> wrote:
> >>>> That's great! Could you record the OSX requests that did not work
> >>>> with
> >>>> a tracking tool as well and send the HTTP trace to the list. If you
> >>>> did I would volunteer to build a test case around it,
> >>>>
> >>>> Oliver
> >>>>
> >>>> On Mon, 8 Nov 2004 11:27:13 +0100, Thomas Draier
> >>>>
> >>>>
> >>>> <th...@codeva.net> wrote:
> >>>>> i'm working on a macosx environment and i can do some tests. i do
> >>>>> not
> >>>>> use the integrated client very often, but i remember it worked on
> >>>>> some
> >>>>> older version of slide - now the put method is not working anymore.
> >>>>> i'll have a look at it today.
> >>>>> thomas
> >>>>>
> >>>>> Le 6 nov. 04, ˆ 18:22, Oliver Zeigermann a Žcrit :
> >>>>>
> >>>>>
> >>>>>
> >>>>>> Folks,
> >>>>>>
> >>>>>> there have been many reports that there is something wrong with
> >>>>>> accessing Slide using Mac OSX. I would like to get this solved,
> >>>>>> but
> >>>>>> have got no access to a Mac, so I am of little help.
> >>>>>>
> >>>>>> I do not even know what exactly is the problem. So if anyone out
> >>>>>> there
> >>>>>> who knows,  has access to OSX, and knows how to debug Slide would
> >>>>>> help
> >>>>>> with this issue I would greatly appreciate it.
> >>>>>>
> >>>>>> Certainly without having this solved we will not be able to
> >>>>>> release
> >>>>>> Slide 2.1
> >>>>>>
> >>>>>> Oliver
> >>>>>>
> >>>>>> ------------------------------------------------------------------
> >>>>>> --
> >>>>>> -
> >>>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >>>>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >>>>>
> >>>>> -------------------------------------------------------------------
> >>>>> --
> >>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >>>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >>>>>
> >>>>>
> >>>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> 
> 
> > To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Thomas Draier <th...@codeva.net>.
i ran the test on the latest cvs branch. it's quite hard to debug as  
the finder use multiple requests at the same time and keeps crashing  
when something goes wrong - but from what i've seen, the  
Lock.isCompatible method returns true, as it should do (goes through  
all the tests and return the default compatible value), but the test on  
line 626 still pass (?) - and then creates a lock exception.
thomas

Le 8 nov. 04, à 23:01, Oliver Zeigermann a écrit :

> Hi Thomas thanks a lot!
>
> I will make this a test case tomorrow or latest the day after
> tomorrow. This really looks weird... I will try to find some time soon
> to see what is going on here... I suppose you were using Slide 2.1b2?
> Or the latest code from CVS release branch?
>
> Oliver
>
> On Mon, 8 Nov 2004 17:37:10 +0100, Thomas Draier
> <th...@codeva.net> wrote:
>> hi,
>> os x is doing very strange things. here is the trace for a "simple"  
>> put
>> request. first of all, it tries to find the file, then do an empty put
>> request - no content is uploaded - then it does the same for a file
>> with the same name prefixed by ._  .  both files are then locked - and
>> some put methods are executed, including one with the content . looks
>> like osx expects its put to work, but slide answer that the file is
>> locked and do not recognize the user. osx then displays an error
>> message ("file is already used"). and tries to delete the file. but
>> both files are locked and cannot be deleted. any idea why locks are
>> blocking the user who put them ?
>>
>> ---- HTTP Request at 17:7:27 ----
>> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Content-Type: text/xml
>> Depth: 0
>> Content-Length: 164
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> <?xml version="1.0" encoding="utf-8" ?>
>> <D:propfind xmlns:D="DAV:">
>> <D:prop>
>> <D:getlastmodified/>
>> <D:getcontentlength/>
>> <D:resourcetype/>
>> </D:prop>
>> </D:propfind>
>>
>>>
>> ---- HTTP Response at 17:7:27 ----
>> HTTP/1.1 404 Not Found: No object found at /shared/test.txt
>> Set-Cookie: JSESSIONID=719688F9810DDB9E51901F134E63BA1F; Path=/jahia
>> Content-Type: text/html;charset=utf-8
>> Content-Length: 1098
>> Date: Mon, 08 Nov 2004 16:07:27 GMT
>> Server: Apache-Coyote/1.1
>>
>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>> d'erreur</title><style><!--H1
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:22px;} H2
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:16px;} H3
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:14px;} BODY
>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>> white;} B
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;} P
>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black; 
>> font-
>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
>> object found at /shared/test.txt</h1><HR size="1"
>> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
>> <u>Not Found: No object found at
>> /shared/test.txt</u></p><p><b>description</b> <u>La ressource  
>> demandée
>> (Not Found: No object found at /shared/test.txt) n'est pas
>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
>> Tomcat/5.0.28</h3></body></html>
>>>
>> ---- HTTP Request at 17:7:27 ----
>>
>>>
>> ---- HTTP Response at 17:7:27 ----
>> PROPFIND /jahia/webdav/shared/Contents/PkgInfo HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Content-Type: text/xml
>> Depth: 0
>> Content-Length: 164
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> <?xml version="1.0" encoding="utf-8" ?>
>> <D:propfind xmlns:D="DAV:">
>> <D:prop>
>> <D:getlastmodified/>
>> <D:getcontentlength/>
>> <D:resourcetype/>
>> </D:prop>
>> </D:propfind>
>>
>> HTTP/1.1 404 Not Found: No object found at /shared/Contents
>> Set-Cookie: JSESSIONID=3779A196F8E4F5F9431B76DFDCD0BF58; Path=/jahia
>> Content-Type: text/html;charset=utf-8
>> Content-Length: 1098
>> Date: Mon, 08 Nov 2004 16:07:27 GMT
>> Server: Apache-Coyote/1.1
>>
>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>> d'erreur</title><style><!--H1
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:22px;} H2
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:16px;} H3
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:14px;} BODY
>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>> white;} B
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;} P
>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black; 
>> font-
>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
>> object found at /shared/Contents</h1><HR size="1"
>> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
>> <u>Not Found: No object found at
>> /shared/Contents</u></p><p><b>description</b> <u>La ressource  
>> demandée
>> (Not Found: No object found at /shared/Contents) n'est pas
>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
>> Tomcat/5.0.28</h3></body></html>
>>>
>> ---- HTTP Request at 17:7:28 ----
>> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Content-Type: text/xml
>> Depth: 0
>> Content-Length: 164
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> <?xml version="1.0" encoding="utf-8" ?>
>> <D:propfind xmlns:D="DAV:">
>> <D:prop>
>> <D:getlastmodified/>
>> <D:getcontentlength/>
>> <D:resourcetype/>
>> </D:prop>
>> </D:propfind>
>>
>>>
>> ---- HTTP Response at 17:7:28 ----
>> HTTP/1.1 404 Not Found: No object found at /shared/test.txt
>> Set-Cookie: JSESSIONID=B76171D820FFA1492114008B0F8B51E5; Path=/jahia
>> Content-Type: text/html;charset=utf-8
>> Content-Length: 1098
>> Date: Mon, 08 Nov 2004 16:07:28 GMT
>> Server: Apache-Coyote/1.1
>>
>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>> d'erreur</title><style><!--H1
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:22px;} H2
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:16px;} H3
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:14px;} BODY
>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>> white;} B
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;} P
>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black; 
>> font-
>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
>> object found at /shared/test.txt</h1><HR size="1"
>> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
>> <u>Not Found: No object found at
>> /shared/test.txt</u></p><p><b>description</b> <u>La ressource  
>> demandée
>> (Not Found: No object found at /shared/test.txt) n'est pas
>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
>> Tomcat/5.0.28</h3></body></html>
>>>
>> ---- HTTP Request at 17:7:28 ----
>> PUT /jahia/webdav/shared/test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Content-Length: 0
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>>>
>> ---- HTTP Response at 17:7:29 ----
>>
>>>
>> ---- HTTP Request at 17:7:29 ----
>> HTTP/1.1 201 Crée
>> Set-Cookie: JSESSIONID=C9A0E9C9DB53843B609F8CE253D736D4; Path=/jahia
>> ETag: be135c22440ebacaa979ae434d6dc490
>> Content-Length: 0
>> Date: Mon, 08 Nov 2004 16:07:28 GMT
>> Server: Apache-Coyote/1.1
>>
>> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Content-Type: text/xml
>> Depth: 0
>> Content-Length: 164
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> <?xml version="1.0" encoding="utf-8" ?>
>> <D:propfind xmlns:D="DAV:">
>> <D:prop>
>> <D:getlastmodified/>
>> <D:getcontentlength/>
>> <D:resourcetype/>
>> </D:prop>
>> </D:propfind>
>>
>>>
>> ---- HTTP Response at 17:7:29 ----
>> HTTP/1.1 207 Etat Multiple
>> Set-Cookie: JSESSIONID=A011ED709916ABF2D18C70A6E0685D28; Path=/jahia
>> Content-Type: text/xml;charset=UTF-8
>> Transfer-Encoding: chunked
>> Date: Mon, 08 Nov 2004 16:07:28 GMT
>> Server: Apache-Coyote/1.1
>>
>> 1fb
>> <?xml version="1.0" encoding="UTF-8"?>
>> <D:multistatus xmlns:D="DAV:">
>>      <D:response>
>>          <D:href>/jahia/webdav/shared/test.txt</D:href>
>>          <D:propstat>
>>              <D:prop>
>>                  <D:getlastmodified>Mon, 08 Nov 2004 16:07:29
>> GMT</D:getlastmodified>
>>                  <D:getcontentlength>0</D:getcontentlength>
>>                  <D:resourcetype />
>>              </D:prop>
>>              <D:status>HTTP/1.1 200 OK</D:status>
>>          </D:propstat>
>>      </D:response>
>> </D:multistatus>
>>
>> 0
>>
>>>
>> ---- HTTP Request at 17:7:29 ----
>>
>>>
>> ---- HTTP Response at 17:7:29 ----
>> GET /jahia/webdav/shared/test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> HTTP/1.1 200 OK
>> Set-Cookie: JSESSIONID=8F64051AA0FD17275660EEAF02706901; Path=/jahia
>> ETag: "be135c22440ebacaa979ae434d6dc490"
>> Content-Language: en
>> Last-Modified: Mon, 08 Nov 2004 16:07:29 GMT
>> Content-Type: text/plain
>> Content-Length: 0
>> Date: Mon, 08 Nov 2004 16:07:29 GMT
>> Server: Apache-Coyote/1.1
>>
>>>
>> ---- HTTP Request at 17:7:29 ----
>>
>>>
>> ---- HTTP Response at 17:7:30 ----
>> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Content-Type: text/xml
>> Depth: 0
>> Content-Length: 164
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> <?xml version="1.0" encoding="utf-8" ?>
>> <D:propfind xmlns:D="DAV:">
>> <D:prop>
>> <D:getlastmodified/>
>> <D:getcontentlength/>
>> <D:resourcetype/>
>> </D:prop>
>> </D:propfind>
>>
>> HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
>> Set-Cookie: JSESSIONID=5DF3C6EF4C66EB7E4C23CA0DF81D1220; Path=/jahia
>> Content-Type: text/html;charset=utf-8
>> Content-Length: 1104
>> Date: Mon, 08 Nov 2004 16:07:29 GMT
>> Server: Apache-Coyote/1.1
>>
>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>> d'erreur</title><style><!--H1
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:22px;} H2
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:16px;} H3
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:14px;} BODY
>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>> white;} B
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;} P
>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black; 
>> font-
>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
>> object found at /shared/._test.txt</h1><HR size="1"
>> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
>> <u>Not Found: No object found at
>> /shared/._test.txt</u></p><p><b>description</b> <u>La ressource
>> demandée (Not Found: No object found at /shared/._test.txt) n'est pas
>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
>> Tomcat/5.0.28</h3></body></html>
>>>
>> ---- HTTP Request at 17:7:30 ----
>>
>>>
>> ---- HTTP Response at 17:7:30 ----
>> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Content-Type: text/xml
>> Depth: 0
>> Content-Length: 164
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> <?xml version="1.0" encoding="utf-8" ?>
>> <D:propfind xmlns:D="DAV:">
>> <D:prop>
>> <D:getlastmodified/>
>> <D:getcontentlength/>
>> <D:resourcetype/>
>> </D:prop>
>> </D:propfind>
>>
>> HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
>> Set-Cookie: JSESSIONID=2D27A7CFFFB6FF98F379289A6A5BBA59; Path=/jahia
>> Content-Type: text/html;charset=utf-8
>> Content-Length: 1104
>> Date: Mon, 08 Nov 2004 16:07:29 GMT
>> Server: Apache-Coyote/1.1
>>
>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>> d'erreur</title><style><!--H1
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:22px;} H2
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:16px;} H3
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:14px;} BODY
>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>> white;} B
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;} P
>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black; 
>> font-
>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
>> object found at /shared/._test.txt</h1><HR size="1"
>> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
>> <u>Not Found: No object found at
>> /shared/._test.txt</u></p><p><b>description</b> <u>La ressource
>> demandée (Not Found: No object found at /shared/._test.txt) n'est pas
>> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
>> Tomcat/5.0.28</h3></body></html>
>>>
>> ---- HTTP Request at 17:7:31 ----
>> PUT /jahia/webdav/shared/._test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Content-Length: 0
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>>>
>> ---- HTTP Response at 17:7:31 ----
>>
>>>
>> ---- HTTP Request at 17:7:32 ----
>> HTTP/1.1 201 Crée
>> Set-Cookie: JSESSIONID=60E34A346790AF370A6456602CA1870E; Path=/jahia
>> ETag: eb3e371df40ae2cf57dfba5e801cf8ae
>> Content-Length: 0
>> Date: Mon, 08 Nov 2004 16:07:31 GMT
>> Server: Apache-Coyote/1.1
>>
>> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Content-Type: text/xml
>> Depth: 0
>> Content-Length: 164
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> <?xml version="1.0" encoding="utf-8" ?>
>> <D:propfind xmlns:D="DAV:">
>> <D:prop>
>> <D:getlastmodified/>
>> <D:getcontentlength/>
>> <D:resourcetype/>
>> </D:prop>
>> </D:propfind>
>>
>>>
>> ---- HTTP Response at 17:7:32 ----
>> HTTP/1.1 207 Etat Multiple
>> Set-Cookie: JSESSIONID=AD2478A80F8B3D43CFFF63ABD8EFF5C6; Path=/jahia
>> Content-Type: text/xml;charset=UTF-8
>> Transfer-Encoding: chunked
>> Date: Mon, 08 Nov 2004 16:07:31 GMT
>> Server: Apache-Coyote/1.1
>>
>> 1fd
>> <?xml version="1.0" encoding="UTF-8"?>
>> <D:multistatus xmlns:D="DAV:">
>>      <D:response>
>>          <D:href>/jahia/webdav/shared/._test.txt</D:href>
>>          <D:propstat>
>>              <D:prop>
>>                  <D:getlastmodified>Mon, 08 Nov 2004 16:07:31
>> GMT</D:getlastmodified>
>>                  <D:getcontentlength>0</D:getcontentlength>
>>                  <D:resourcetype />
>>              </D:prop>
>>              <D:status>HTTP/1.1 200 OK</D:status>
>>          </D:propstat>
>>      </D:response>
>> </D:multistatus>
>>
>> 0
>>
>>>
>> ---- HTTP Request at 17:7:32 ----
>> LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Depth: 0
>> Timeout: Second-600
>> Content-Type: text/xml; charset="utf-8"
>> Content-Length: 213
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> <?xml version="1.0" encoding="utf-8" ?>
>> <D:lockinfo xmlns:D="DAV:">
>> <D:lockscope><D:exclusive/></D:lockscope>
>> <D:locktype><D:write/></D:locktype>
>> <D:owner> <D:href>default-owner</D:href> </D:owner>
>> </D:lockinfo>
>>
>>>
>> ---- HTTP Response at 17:7:32 ----
>> HTTP/1.1 200 OK
>> Set-Cookie: JSESSIONID=A7CD2403939254D2866F7C2F990179C7; Path=/jahia
>> Lock-Token: <opaquelocktoken:108dc12500b38f0c965f5770287c9cbe>
>> Content-Type: text/xml;charset=UTF-8
>> Transfer-Encoding: chunked
>> Date: Mon, 08 Nov 2004 16:07:31 GMT
>> Server: Apache-Coyote/1.1
>>
>> 307
>> <?xml version="1.0" encoding="UTF-8"?>
>> <D:prop xmlns:D="DAV:">
>>      <D:lockdiscovery>
>>          <D:activelock>
>>              <D:locktype>
>>                  <D:write />
>>              </D:locktype>
>>              <D:lockscope>
>>                  <D:exclusive />
>>              </D:lockscope>
>>              <D:depth>0</D:depth>
>>              <D:owner><![CDATA[<D:href
>> xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
>>              <D:timeout>Second-599</D:timeout>
>>              <D:locktoken>
>>
>> <D:href>opaquelocktoken:108dc12500b38f0c965f5770287c9cbe</D:href>
>>              </D:locktoken>
>>              <D:principal-URL>
>>                  <D:href>/jahia/webdav/users/root</D:href>
>>              </D:principal-URL>
>>          </D:activelock>
>>      </D:lockdiscovery>
>> </D:prop>
>>
>> 0
>>
>>>
>> ---- HTTP Request at 17:7:32 ----
>> GET /jahia/webdav/shared/._test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>>>
>> ---- HTTP Response at 17:7:32 ----
>>
>>>
>> ---- HTTP Request at 17:7:32 ----
>>
>>>
>> ---- HTTP Response at 17:7:32 ----
>> HTTP/1.1 200 OK
>> Set-Cookie: JSESSIONID=712132B99C8688A861F15BA301EE6ECE; Path=/jahia
>> ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
>> Content-Language: en
>> Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
>> Content-Type: text/plain
>> Content-Length: 0
>> Date: Mon, 08 Nov 2004 16:07:31 GMT
>> Server: Apache-Coyote/1.1
>>
>> PUT /jahia/webdav/shared/._test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Content-Length: 82
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
>> Set-Cookie: JSESSIONID=A5A3A2227E5CA89EA421786E483C8436; Path=/jahia
>> Content-Type: text/html;charset=utf-8
>> Content-Length: 1137
>> Date: Mon, 08 Nov 2004 16:07:31 GMT
>> Server: Apache-Coyote/1.1
>>
>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>> d'erreur</title><style><!--H1
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:22px;} H2
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:16px;} H3
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:14px;} BODY
>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>> white;} B
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;} P
>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black; 
>> font-
>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
>> /shared/._test.ription</b> <u>La ressource source ou destination de la
>> méthode est vérrouillée (Locked: Object /shared/._test.txt is
>> already locked).</u></p><HR size="1" noshade="noshade"><h3>Apache
>> Tomcat/5.0.28</h3></body></html>
>>>
>> ---- HTTP Request at 17:7:34 ----
>> DELETE /jahia/webdav/shared/._test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>>>
>> ---- HTTP Response at 17:7:34 ----
>> HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
>> Set-Cookie: JSESSIONID=4A24910E100C778E622FE7B30A02F9DE; Path=/jahia
>> Content-Type: text/html;charset=utf-8
>> Content-Length: 1137
>> Date: Mon, 08 Nov 2004 16:07:34 GMT
>> Server: Apache-Coyote/1.1
>>
>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>> d'erreur</title><style><!--H1
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:22px;} H2
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:16px;} H3
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:14px;} BODY
>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>> white;} B
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;} P
>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black; 
>> font-
>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
>> /shared/._test.txt is already locked</h1><HR size="1"
>> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
>> <u>Locked: Object /shared/._test.txt is already
>> locked</u></p><p><b>description</b> <u>La ressource source ou
>> destination de la méthode est vérrouillée (Locked: Object
>> /shared/._test.txt is already locked).</u></p><HR size="1"
>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>>>
>> ---- HTTP Request at 17:7:34 ----
>> LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Depth: 0
>> Timeout: Second-600
>> Content-Type: text/xml; charset="utf-8"
>> Content-Length: 213
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> <?xml version="1.0" encoding="utf-8" ?>
>> <D:lockinfo xmlns:D="DAV:">
>> <D:lockscope><D:exclusive/></D:lockscope>
>> <D:locktype><D:write/></D:locktype>
>> <D:owner> <D:href>default-owner</D:href> </D:owner>
>> </D:lockinfo>
>>
>>>
>> ---- HTTP Response at 17:7:34 ----
>> HTTP/1.1 423 Locked
>> Set-Cookie: JSESSIONID=3033FA202136DD22561568CBC81BA00B; Path=/jahia
>> Content-Type: text/html;charset=utf-8
>> Content-Length: 984
>> Date: Mon, 08 Nov 2004 16:07:34 GMT
>> Server: Apache-Coyote/1.1
>>
>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>> d'erreur</title><style><!--H1
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:22px;} H2
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:16px;} H3
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:14px;} BODY
>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>> white;} B
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;} P
>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black; 
>> font-
>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - </h1><HR  
>> size="1"
>> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
>> <u></u></p><p><b>description</b> <u>La ressource source ou destination
>> de la méthode est vérrouillée ().</u></p><HR size="1"
>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>>>
>> ---- HTTP Request at 17:7:35 ----
>>
>>>
>> ---- HTTP Response at 17:7:35 ----
>> LOCK /jahia/webdav/shared/test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Depth: 0
>> Timeout: Second-600
>> Content-Type: text/xml; charset="utf-8"
>> Content-Length: 213
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> <?xml version="1.0" encoding="utf-8" ?>
>> <D:lockinfo xmlns:D="DAV:">
>> <D:lockscope><D:exclusive/></D:lockscope>
>> <D:locktype><D:write/></D:locktype>
>> <D:owner> <D:href>default-owner</D:href> </D:owner>
>> </D:lockinfo>
>> HTTP/1.1 200 OK
>> Set-Cookie: JSESSIONID=32350B9D8351132AB456D8E0C41608BD; Path=/jahia
>> Lock-Token: <opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2>
>> Content-Type: text/xml;charset=UTF-8
>> Transfer-Encoding: chunked
>> Date: Mon, 08 Nov 2004 16:07:34 GMT
>> Server: Apache-Coyote/1.1
>>
>> 307
>> <?xml version="1.0" encoding="UTF-8"?>
>> <D:prop xmlns:D="DAV:">
>>      <D:lockdiscovery>
>>          <D:activelock>
>>              <D:locktype>
>>                  <D:write />
>>              </D:locktype>
>>              <D:lockscope>
>>                  <D:exclusive />
>>              </D:lockscope>
>>              <D:depth>0</D:depth>
>>              <D:owner><![CDATA[<D:href
>> xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
>>              <D:timeout>Second-599</D:timeout>
>>              <D:locktoken>
>>
>> <D:href>opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2</D:href>
>>              </D:locktoken>
>>              <D:principal-URL>
>>                  <D:href>/jahia/webdav/users/root</D:href>
>>              </D:principal-URL>
>>          </D:activelock>
>>      </D:lockdiscovery>
>> </D:prop>
>>
>> 0
>>
>>>
>> ---- HTTP Request at 17:7:35 ----
>>
>>>
>> ---- HTTP Response at 17:7:35 ----
>> PUT /jahia/webdav/shared/test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Content-Length: 4
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
>> Set-Cookie: JSESSIONID=519E7D3C9798FFCD8862EFC3A24384FE; Path=/jahia
>> Content-Type: text/html;charset=utf-8
>> Content-Length: 1131
>> Date: Mon, 08 Nov 2004 16:07:35 GMT
>> Server: Apache-Coyote/1.1
>>
>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>> d'erreur</title><style><!--H1
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:22px;} H2
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:16px;} H3
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:14px;} BODY
>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>> white;} B
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;} P
>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black; 
>> font-
>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
>> /shared/test.txt testis already locked</h1><HR size="1"
>> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
>> <u>Locked: Object /shared/test.txt is already
>> locked</u></p><p><b>description</b> <u>La ressource source ou
>> destination de la méthode est vérrouillée (Locked: Object
>> /shared/test.txt is already locked).</u></p><HR size="1"
>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>>>
>> ---- HTTP Request at 17:7:36 ----
>>
>>>
>> ---- HTTP Response at 17:7:36 ----
>> GET /jahia/webdav/shared/._test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> HTTP/1.1 200 OK
>> Set-Cookie: JSESSIONID=3ADC1EDCD0F826C490064FCBE5184F83; Path=/jahia
>> ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
>> Content-Language: en
>> Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
>> Content-Type: text/plain
>> Content-Length: 0
>> Date: Mon, 08 Nov 2004 16:07:35 GMT
>> Server: Apache-Coyote/1.1
>>
>>>
>> ---- HTTP Request at 17:8:7 ----
>> DELETE /jahia/webdav/shared/test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>>>
>> ---- HTTP Response at 17:8:7 ----
>> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
>> Set-Cookie: JSESSIONID=4C6FAB7ED1C9D7860A44EEB2A634F988; Path=/jahia
>> Content-Type: text/html;charset=utf-8
>> Content-Length: 1131
>> Date: Mon, 08 Nov 2004 16:08:07 GMT
>> Server: Apache-Coyote/1.1
>>
>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>> d'erreur</title><style><!--H1
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:22px;} H2
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:16px;} H3
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:14px;} BODY
>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>> white;} B
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;} P
>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black; 
>> font-
>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
>> /shared/test.txt is already locked</h1><HR size="1"
>> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
>> <u>Locked: Object /shared/test.txt is already
>> locked</u></p><p><b>description</b> <u>La ressource source ou
>> destination de la méthode est vérrouillée (Locked: Object
>> /shared/test.txt is already locked).</u></p><HR size="1"
>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>>>
>> ---- HTTP Request at 17:8:8 ----
>>
>>>
>> ---- HTTP Response at 17:8:8 ----
>> DELETE /jahia/webdav/shared/test.txt HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
>> Set-Cookie: JSESSIONID=E071B89EF15B20330376F5F9782277E6; Path=/jahia
>> Content-Type: text/html;charset=utf-8
>> Content-Length: 1131
>> Date: Mon, 08 Nov 2004 16:08:07 GMT
>> Server: Apache-Coyote/1.1
>>
>> <html><head><title>Apache Tomcat/5.0.28 - Rapport
>> d'erreur</title><style><!--H1
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:22px;} H2
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:16px;} H3
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;font-size:14px;} BODY
>> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
>> white;} B
>> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
>> #525D76;} P
>> {font-family:Tahoma,Arial,sans-serif;background:white;color:black; 
>> font-
>> size:12px;}A {color : black;}A.name {color : black;}HR {color :
>> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
>> /shared/test.txt is already locked</h1><HR size="1"
>> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
>> <u>Locked: Object /shared/test.txt is already
>> locked</u></p><p><b>description</b> <u>La ressource source ou
>> destination de la méthode est vérrouillée (Locked: Object
>> /shared/test.txt is already locked).</u></p><HR size="1"
>> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>>>
>> ---- HTTP Request at 17:8:8 ----
>>
>>>
>> ---- HTTP Response at 17:8:8 ----
>> PROPFIND /jahia/webdav/shared HTTP/1.1
>> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
>> Accept: */*
>> Host: localhost:9090
>> Content-Type: text/xml
>> Depth: 0
>> Content-Length: 164
>> Authorization: Basic cm9vdDp0b3RvdG90bw==
>>
>> <?xml version="1.0" encoding="utf-8" ?>
>> <D:propfind xmlns:D="DAV:">
>> <D:prop>
>> <D:getlastmodified/>
>> <D:getcontentlength/>
>> <D:resourcetype/>
>> </D:prop>
>> </D:propfind>
>>
>> HTTP/1.1 207 Etat Multiple
>> Set-Cookie: JSESSIONID=1AC9C6755788361A18BFAAD92E0D00F1; Path=/jahia
>> Content-Type: text/xml;charset=UTF-8
>> Transfer-Encoding: chunked
>> Date: Mon, 08 Nov 2004 16:08:07 GMT
>> Server: Apache-Coyote/1.1
>>
>> 239
>> <?xml version="1.0" encoding="UTF-8"?>
>> <D:multistatus xmlns:D="DAV:">
>>      <D:response>
>>          <D:href>/jahia/webdav/shared</D:href>
>>          <D:propstat>
>>              <D:prop>
>>                  <D:getlastmodified>Sun, 07 Nov 2004 15:19:24
>> GMT</D:getlastmodified>
>>                  <D:getcontentlength>0</D:getcontentlength>
>>                  <D:resourcetype>
>>                      <D:collection />
>>                  </D:resourcetype>
>>              </D:prop>
>>              <D:status>HTTP/1.1 200 OK</D:status>
>>          </D:propstat>
>>      </D:response>
>> </D:multistatus>
>>
>> 0
>>
>> Le 8 nov. 04, ˆ 16:29, Oliver Zeigermann a Žcrit :
>>
>>
>>
>>> One trace tool that worked for me (although far from perfect) is
>>>
>>> http://httptrace.sourceforge.net/
>>>
>>> Oliver
>>>
>>>
>>> On Mon, 8 Nov 2004 11:52:49 +0100, Oliver Zeigermann
>>> <ol...@gmail.com> wrote:
>>>> That's great! Could you record the OSX requests that did not work  
>>>> with
>>>> a tracking tool as well and send the HTTP trace to the list. If you
>>>> did I would volunteer to build a test case around it,
>>>>
>>>> Oliver
>>>>
>>>> On Mon, 8 Nov 2004 11:27:13 +0100, Thomas Draier
>>>>
>>>>
>>>> <th...@codeva.net> wrote:
>>>>> i'm working on a macosx environment and i can do some tests. i do  
>>>>> not
>>>>> use the integrated client very often, but i remember it worked on
>>>>> some
>>>>> older version of slide - now the put method is not working anymore.
>>>>> i'll have a look at it today.
>>>>> thomas
>>>>>
>>>>> Le 6 nov. 04, ˆ 18:22, Oliver Zeigermann a Žcrit :
>>>>>
>>>>>
>>>>>
>>>>>> Folks,
>>>>>>
>>>>>> there have been many reports that there is something wrong with
>>>>>> accessing Slide using Mac OSX. I would like to get this solved,  
>>>>>> but
>>>>>> have got no access to a Mac, so I am of little help.
>>>>>>
>>>>>> I do not even know what exactly is the problem. So if anyone out
>>>>>> there
>>>>>> who knows,  has access to OSX, and knows how to debug Slide would
>>>>>> help
>>>>>> with this issue I would greatly appreciate it.
>>>>>>
>>>>>> Certainly without having this solved we will not be able to  
>>>>>> release
>>>>>> Slide 2.1
>>>>>>
>>>>>> Oliver
>>>>>>
>>>>>> ------------------------------------------------------------------ 
>>>>>> --
>>>>>> -
>>>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>>>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>>>>
>>>>> ------------------------------------------------------------------- 
>>>>> --
>>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>>>>
>>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Oliver Zeigermann <ol...@gmail.com>.
OK, I have taken it over to the release branch now...

Oliver


On Tue, 9 Nov 2004 15:58:54 +0100, Oliver Zeigermann
<ol...@gmail.com> wrote:
> I have found something now which, however, should have been the case
> with *all* Slide versions using Tomcat 5 and *not* Tomcat 4.
> 
> Tomcat 5 does not allow you to set the content legth of the result
> before setting the buffer size - which the GET method did in certain
> circumstances. Fixing this removes the error message displayed on a
> GET directly after a PUT - which is what the Mac does.
> 
> I will commit this fix to the main branch and let people with a Mac
> try it. Thomas, does it help? If so I will take it over to the release
> branch.
> 
> Anyway I will still create a test case based on the data Thomas sent.
> 
> Oliver
> 
> On Mon, 8 Nov 2004 23:01:50 +0100, Oliver Zeigermann
> 
> 
> <ol...@gmail.com> wrote:
> > Hi Thomas thanks a lot!
> >
> > I will make this a test case tomorrow or latest the day after
> > tomorrow. This really looks weird... I will try to find some time soon
> > to see what is going on here... I suppose you were using Slide 2.1b2?
> > Or the latest code from CVS release branch?
> >
> > Oliver
> >
> > On Mon, 8 Nov 2004 17:37:10 +0100, Thomas Draier
> >
> >
> > <th...@codeva.net> wrote:
> > > hi,
> > > os x is doing very strange things. here is the trace for a "simple" put
> > > request. first of all, it tries to find the file, then do an empty put
> > > request - no content is uploaded - then it does the same for a file
> > > with the same name prefixed by ._  .  both files are then locked - and
> > > some put methods are executed, including one with the content . looks
> > > like osx expects its put to work, but slide answer that the file is
> > > locked and do not recognize the user. osx then displays an error
> > > message ("file is already used"). and tries to delete the file. but
> > > both files are locked and cannot be deleted. any idea why locks are
> > > blocking the user who put them ?
> > >
> > > ---- HTTP Request at 17:7:27 ----
> > > PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Content-Type: text/xml
> > > Depth: 0
> > > Content-Length: 164
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > <?xml version="1.0" encoding="utf-8" ?>
> > > <D:propfind xmlns:D="DAV:">
> > > <D:prop>
> > > <D:getlastmodified/>
> > > <D:getcontentlength/>
> > > <D:resourcetype/>
> > > </D:prop>
> > > </D:propfind>
> > >
> > >  >
> > > ---- HTTP Response at 17:7:27 ----
> > > HTTP/1.1 404 Not Found: No object found at /shared/test.txt
> > > Set-Cookie: JSESSIONID=719688F9810DDB9E51901F134E63BA1F; Path=/jahia
> > > Content-Type: text/html;charset=utf-8
> > > Content-Length: 1098
> > > Date: Mon, 08 Nov 2004 16:07:27 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > > d'erreur</title><style><!--H1
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:22px;} H2
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:16px;} H3
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:14px;} BODY
> > > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > > white;} B
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;} P
> > > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > > #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> > > object found at /shared/test.txt</h1><HR size="1"
> > > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > > <u>Not Found: No object found at
> > > /shared/test.txt</u></p><p><b>description</b> <u>La ressource demandée
> > > (Not Found: No object found at /shared/test.txt) n'est pas
> > > disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> > > Tomcat/5.0.28</h3></body></html>
> > >  >
> > > ---- HTTP Request at 17:7:27 ----
> > >
> > >  >
> > > ---- HTTP Response at 17:7:27 ----
> > > PROPFIND /jahia/webdav/shared/Contents/PkgInfo HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Content-Type: text/xml
> > > Depth: 0
> > > Content-Length: 164
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > <?xml version="1.0" encoding="utf-8" ?>
> > > <D:propfind xmlns:D="DAV:">
> > > <D:prop>
> > > <D:getlastmodified/>
> > > <D:getcontentlength/>
> > > <D:resourcetype/>
> > > </D:prop>
> > > </D:propfind>
> > >
> > > HTTP/1.1 404 Not Found: No object found at /shared/Contents
> > > Set-Cookie: JSESSIONID=3779A196F8E4F5F9431B76DFDCD0BF58; Path=/jahia
> > > Content-Type: text/html;charset=utf-8
> > > Content-Length: 1098
> > > Date: Mon, 08 Nov 2004 16:07:27 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > > d'erreur</title><style><!--H1
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:22px;} H2
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:16px;} H3
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:14px;} BODY
> > > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > > white;} B
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;} P
> > > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > > #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> > > object found at /shared/Contents</h1><HR size="1"
> > > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > > <u>Not Found: No object found at
> > > /shared/Contents</u></p><p><b>description</b> <u>La ressource demandée
> > > (Not Found: No object found at /shared/Contents) n'est pas
> > > disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> > > Tomcat/5.0.28</h3></body></html>
> > >  >
> > > ---- HTTP Request at 17:7:28 ----
> > > PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Content-Type: text/xml
> > > Depth: 0
> > > Content-Length: 164
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > <?xml version="1.0" encoding="utf-8" ?>
> > > <D:propfind xmlns:D="DAV:">
> > > <D:prop>
> > > <D:getlastmodified/>
> > > <D:getcontentlength/>
> > > <D:resourcetype/>
> > > </D:prop>
> > > </D:propfind>
> > >
> > >  >
> > > ---- HTTP Response at 17:7:28 ----
> > > HTTP/1.1 404 Not Found: No object found at /shared/test.txt
> > > Set-Cookie: JSESSIONID=B76171D820FFA1492114008B0F8B51E5; Path=/jahia
> > > Content-Type: text/html;charset=utf-8
> > > Content-Length: 1098
> > > Date: Mon, 08 Nov 2004 16:07:28 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > > d'erreur</title><style><!--H1
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:22px;} H2
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:16px;} H3
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:14px;} BODY
> > > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > > white;} B
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;} P
> > > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > > #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> > > object found at /shared/test.txt</h1><HR size="1"
> > > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > > <u>Not Found: No object found at
> > > /shared/test.txt</u></p><p><b>description</b> <u>La ressource demandée
> > > (Not Found: No object found at /shared/test.txt) n'est pas
> > > disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> > > Tomcat/5.0.28</h3></body></html>
> > >  >
> > > ---- HTTP Request at 17:7:28 ----
> > > PUT /jahia/webdav/shared/test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Content-Length: 0
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > >  >
> > > ---- HTTP Response at 17:7:29 ----
> > >
> > >  >
> > > ---- HTTP Request at 17:7:29 ----
> > > HTTP/1.1 201 Crée
> > > Set-Cookie: JSESSIONID=C9A0E9C9DB53843B609F8CE253D736D4; Path=/jahia
> > > ETag: be135c22440ebacaa979ae434d6dc490
> > > Content-Length: 0
> > > Date: Mon, 08 Nov 2004 16:07:28 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Content-Type: text/xml
> > > Depth: 0
> > > Content-Length: 164
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > <?xml version="1.0" encoding="utf-8" ?>
> > > <D:propfind xmlns:D="DAV:">
> > > <D:prop>
> > > <D:getlastmodified/>
> > > <D:getcontentlength/>
> > > <D:resourcetype/>
> > > </D:prop>
> > > </D:propfind>
> > >
> > >  >
> > > ---- HTTP Response at 17:7:29 ----
> > > HTTP/1.1 207 Etat Multiple
> > > Set-Cookie: JSESSIONID=A011ED709916ABF2D18C70A6E0685D28; Path=/jahia
> > > Content-Type: text/xml;charset=UTF-8
> > > Transfer-Encoding: chunked
> > > Date: Mon, 08 Nov 2004 16:07:28 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > 1fb
> > > <?xml version="1.0" encoding="UTF-8"?>
> > > <D:multistatus xmlns:D="DAV:">
> > >      <D:response>
> > >          <D:href>/jahia/webdav/shared/test.txt</D:href>
> > >          <D:propstat>
> > >              <D:prop>
> > >                  <D:getlastmodified>Mon, 08 Nov 2004 16:07:29
> > > GMT</D:getlastmodified>
> > >                  <D:getcontentlength>0</D:getcontentlength>
> > >                  <D:resourcetype />
> > >              </D:prop>
> > >              <D:status>HTTP/1.1 200 OK</D:status>
> > >          </D:propstat>
> > >      </D:response>
> > > </D:multistatus>
> > >
> > > 0
> > >
> > >  >
> > > ---- HTTP Request at 17:7:29 ----
> > >
> > >  >
> > > ---- HTTP Response at 17:7:29 ----
> > > GET /jahia/webdav/shared/test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > HTTP/1.1 200 OK
> > > Set-Cookie: JSESSIONID=8F64051AA0FD17275660EEAF02706901; Path=/jahia
> > > ETag: "be135c22440ebacaa979ae434d6dc490"
> > > Content-Language: en
> > > Last-Modified: Mon, 08 Nov 2004 16:07:29 GMT
> > > Content-Type: text/plain
> > > Content-Length: 0
> > > Date: Mon, 08 Nov 2004 16:07:29 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > >  >
> > > ---- HTTP Request at 17:7:29 ----
> > >
> > >  >
> > > ---- HTTP Response at 17:7:30 ----
> > > PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Content-Type: text/xml
> > > Depth: 0
> > > Content-Length: 164
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > <?xml version="1.0" encoding="utf-8" ?>
> > > <D:propfind xmlns:D="DAV:">
> > > <D:prop>
> > > <D:getlastmodified/>
> > > <D:getcontentlength/>
> > > <D:resourcetype/>
> > > </D:prop>
> > > </D:propfind>
> > >
> > > HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
> > > Set-Cookie: JSESSIONID=5DF3C6EF4C66EB7E4C23CA0DF81D1220; Path=/jahia
> > > Content-Type: text/html;charset=utf-8
> > > Content-Length: 1104
> > > Date: Mon, 08 Nov 2004 16:07:29 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > > d'erreur</title><style><!--H1
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:22px;} H2
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:16px;} H3
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:14px;} BODY
> > > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > > white;} B
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;} P
> > > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > > #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> > > object found at /shared/._test.txt</h1><HR size="1"
> > > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > > <u>Not Found: No object found at
> > > /shared/._test.txt</u></p><p><b>description</b> <u>La ressource
> > > demandée (Not Found: No object found at /shared/._test.txt) n'est pas
> > > disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> > > Tomcat/5.0.28</h3></body></html>
> > >  >
> > > ---- HTTP Request at 17:7:30 ----
> > >
> > >  >
> > > ---- HTTP Response at 17:7:30 ----
> > > PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Content-Type: text/xml
> > > Depth: 0
> > > Content-Length: 164
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > <?xml version="1.0" encoding="utf-8" ?>
> > > <D:propfind xmlns:D="DAV:">
> > > <D:prop>
> > > <D:getlastmodified/>
> > > <D:getcontentlength/>
> > > <D:resourcetype/>
> > > </D:prop>
> > > </D:propfind>
> > >
> > > HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
> > > Set-Cookie: JSESSIONID=2D27A7CFFFB6FF98F379289A6A5BBA59; Path=/jahia
> > > Content-Type: text/html;charset=utf-8
> > > Content-Length: 1104
> > > Date: Mon, 08 Nov 2004 16:07:29 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > > d'erreur</title><style><!--H1
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:22px;} H2
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:16px;} H3
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:14px;} BODY
> > > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > > white;} B
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;} P
> > > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > > #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> > > object found at /shared/._test.txt</h1><HR size="1"
> > > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > > <u>Not Found: No object found at
> > > /shared/._test.txt</u></p><p><b>description</b> <u>La ressource
> > > demandée (Not Found: No object found at /shared/._test.txt) n'est pas
> > > disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> > > Tomcat/5.0.28</h3></body></html>
> > >  >
> > > ---- HTTP Request at 17:7:31 ----
> > > PUT /jahia/webdav/shared/._test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Content-Length: 0
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > >  >
> > > ---- HTTP Response at 17:7:31 ----
> > >
> > >  >
> > > ---- HTTP Request at 17:7:32 ----
> > > HTTP/1.1 201 Crée
> > > Set-Cookie: JSESSIONID=60E34A346790AF370A6456602CA1870E; Path=/jahia
> > > ETag: eb3e371df40ae2cf57dfba5e801cf8ae
> > > Content-Length: 0
> > > Date: Mon, 08 Nov 2004 16:07:31 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Content-Type: text/xml
> > > Depth: 0
> > > Content-Length: 164
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > <?xml version="1.0" encoding="utf-8" ?>
> > > <D:propfind xmlns:D="DAV:">
> > > <D:prop>
> > > <D:getlastmodified/>
> > > <D:getcontentlength/>
> > > <D:resourcetype/>
> > > </D:prop>
> > > </D:propfind>
> > >
> > >  >
> > > ---- HTTP Response at 17:7:32 ----
> > > HTTP/1.1 207 Etat Multiple
> > > Set-Cookie: JSESSIONID=AD2478A80F8B3D43CFFF63ABD8EFF5C6; Path=/jahia
> > > Content-Type: text/xml;charset=UTF-8
> > > Transfer-Encoding: chunked
> > > Date: Mon, 08 Nov 2004 16:07:31 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > 1fd
> > > <?xml version="1.0" encoding="UTF-8"?>
> > > <D:multistatus xmlns:D="DAV:">
> > >      <D:response>
> > >          <D:href>/jahia/webdav/shared/._test.txt</D:href>
> > >          <D:propstat>
> > >              <D:prop>
> > >                  <D:getlastmodified>Mon, 08 Nov 2004 16:07:31
> > > GMT</D:getlastmodified>
> > >                  <D:getcontentlength>0</D:getcontentlength>
> > >                  <D:resourcetype />
> > >              </D:prop>
> > >              <D:status>HTTP/1.1 200 OK</D:status>
> > >          </D:propstat>
> > >      </D:response>
> > > </D:multistatus>
> > >
> > > 0
> > >
> > >  >
> > > ---- HTTP Request at 17:7:32 ----
> > > LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Depth: 0
> > > Timeout: Second-600
> > > Content-Type: text/xml; charset="utf-8"
> > > Content-Length: 213
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > <?xml version="1.0" encoding="utf-8" ?>
> > > <D:lockinfo xmlns:D="DAV:">
> > > <D:lockscope><D:exclusive/></D:lockscope>
> > > <D:locktype><D:write/></D:locktype>
> > > <D:owner> <D:href>default-owner</D:href> </D:owner>
> > > </D:lockinfo>
> > >
> > >  >
> > > ---- HTTP Response at 17:7:32 ----
> > > HTTP/1.1 200 OK
> > > Set-Cookie: JSESSIONID=A7CD2403939254D2866F7C2F990179C7; Path=/jahia
> > > Lock-Token: <opaquelocktoken:108dc12500b38f0c965f5770287c9cbe>
> > > Content-Type: text/xml;charset=UTF-8
> > > Transfer-Encoding: chunked
> > > Date: Mon, 08 Nov 2004 16:07:31 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > 307
> > > <?xml version="1.0" encoding="UTF-8"?>
> > > <D:prop xmlns:D="DAV:">
> > >      <D:lockdiscovery>
> > >          <D:activelock>
> > >              <D:locktype>
> > >                  <D:write />
> > >              </D:locktype>
> > >              <D:lockscope>
> > >                  <D:exclusive />
> > >              </D:lockscope>
> > >              <D:depth>0</D:depth>
> > >              <D:owner><![CDATA[<D:href
> > > xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
> > >              <D:timeout>Second-599</D:timeout>
> > >              <D:locktoken>
> > >
> > > <D:href>opaquelocktoken:108dc12500b38f0c965f5770287c9cbe</D:href>
> > >              </D:locktoken>
> > >              <D:principal-URL>
> > >                  <D:href>/jahia/webdav/users/root</D:href>
> > >              </D:principal-URL>
> > >          </D:activelock>
> > >      </D:lockdiscovery>
> > > </D:prop>
> > >
> > > 0
> > >
> > >  >
> > > ---- HTTP Request at 17:7:32 ----
> > > GET /jahia/webdav/shared/._test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > >  >
> > > ---- HTTP Response at 17:7:32 ----
> > >
> > >  >
> > > ---- HTTP Request at 17:7:32 ----
> > >
> > >  >
> > > ---- HTTP Response at 17:7:32 ----
> > > HTTP/1.1 200 OK
> > > Set-Cookie: JSESSIONID=712132B99C8688A861F15BA301EE6ECE; Path=/jahia
> > > ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
> > > Content-Language: en
> > > Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
> > > Content-Type: text/plain
> > > Content-Length: 0
> > > Date: Mon, 08 Nov 2004 16:07:31 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > PUT /jahia/webdav/shared/._test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Content-Length: 82
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
> > > Set-Cookie: JSESSIONID=A5A3A2227E5CA89EA421786E483C8436; Path=/jahia
> > > Content-Type: text/html;charset=utf-8
> > > Content-Length: 1137
> > > Date: Mon, 08 Nov 2004 16:07:31 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > > d'erreur</title><style><!--H1
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:22px;} H2
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:16px;} H3
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:14px;} BODY
> > > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > > white;} B
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;} P
> > > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > > #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> > > /shared/._test.ription</b> <u>La ressource source ou destination de la
> > > méthode est vérrouillée (Locked: Object /shared/._test.txt is
> > > already locked).</u></p><HR size="1" noshade="noshade"><h3>Apache
> > > Tomcat/5.0.28</h3></body></html>
> > >  >
> > > ---- HTTP Request at 17:7:34 ----
> > > DELETE /jahia/webdav/shared/._test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > >  >
> > > ---- HTTP Response at 17:7:34 ----
> > > HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
> > > Set-Cookie: JSESSIONID=4A24910E100C778E622FE7B30A02F9DE; Path=/jahia
> > > Content-Type: text/html;charset=utf-8
> > > Content-Length: 1137
> > > Date: Mon, 08 Nov 2004 16:07:34 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > > d'erreur</title><style><!--H1
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:22px;} H2
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:16px;} H3
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:14px;} BODY
> > > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > > white;} B
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;} P
> > > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > > #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> > > /shared/._test.txt is already locked</h1><HR size="1"
> > > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > > <u>Locked: Object /shared/._test.txt is already
> > > locked</u></p><p><b>description</b> <u>La ressource source ou
> > > destination de la méthode est vérrouillée (Locked: Object
> > > /shared/._test.txt is already locked).</u></p><HR size="1"
> > > noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> > >  >
> > > ---- HTTP Request at 17:7:34 ----
> > > LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Depth: 0
> > > Timeout: Second-600
> > > Content-Type: text/xml; charset="utf-8"
> > > Content-Length: 213
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > <?xml version="1.0" encoding="utf-8" ?>
> > > <D:lockinfo xmlns:D="DAV:">
> > > <D:lockscope><D:exclusive/></D:lockscope>
> > > <D:locktype><D:write/></D:locktype>
> > > <D:owner> <D:href>default-owner</D:href> </D:owner>
> > > </D:lockinfo>
> > >
> > >  >
> > > ---- HTTP Response at 17:7:34 ----
> > > HTTP/1.1 423 Locked
> > > Set-Cookie: JSESSIONID=3033FA202136DD22561568CBC81BA00B; Path=/jahia
> > > Content-Type: text/html;charset=utf-8
> > > Content-Length: 984
> > > Date: Mon, 08 Nov 2004 16:07:34 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > > d'erreur</title><style><!--H1
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:22px;} H2
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:16px;} H3
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:14px;} BODY
> > > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > > white;} B
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;} P
> > > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > > #525D76;}--></style> </head><body><h1>Etat HTTP 423 - </h1><HR size="1"
> > > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > > <u></u></p><p><b>description</b> <u>La ressource source ou destination
> > > de la méthode est vérrouillée ().</u></p><HR size="1"
> > > noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> > >  >
> > > ---- HTTP Request at 17:7:35 ----
> > >
> > >  >
> > > ---- HTTP Response at 17:7:35 ----
> > > LOCK /jahia/webdav/shared/test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Depth: 0
> > > Timeout: Second-600
> > > Content-Type: text/xml; charset="utf-8"
> > > Content-Length: 213
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > <?xml version="1.0" encoding="utf-8" ?>
> > > <D:lockinfo xmlns:D="DAV:">
> > > <D:lockscope><D:exclusive/></D:lockscope>
> > > <D:locktype><D:write/></D:locktype>
> > > <D:owner> <D:href>default-owner</D:href> </D:owner>
> > > </D:lockinfo>
> > > HTTP/1.1 200 OK
> > > Set-Cookie: JSESSIONID=32350B9D8351132AB456D8E0C41608BD; Path=/jahia
> > > Lock-Token: <opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2>
> > > Content-Type: text/xml;charset=UTF-8
> > > Transfer-Encoding: chunked
> > > Date: Mon, 08 Nov 2004 16:07:34 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > 307
> > > <?xml version="1.0" encoding="UTF-8"?>
> > > <D:prop xmlns:D="DAV:">
> > >      <D:lockdiscovery>
> > >          <D:activelock>
> > >              <D:locktype>
> > >                  <D:write />
> > >              </D:locktype>
> > >              <D:lockscope>
> > >                  <D:exclusive />
> > >              </D:lockscope>
> > >              <D:depth>0</D:depth>
> > >              <D:owner><![CDATA[<D:href
> > > xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
> > >              <D:timeout>Second-599</D:timeout>
> > >              <D:locktoken>
> > >
> > > <D:href>opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2</D:href>
> > >              </D:locktoken>
> > >              <D:principal-URL>
> > >                  <D:href>/jahia/webdav/users/root</D:href>
> > >              </D:principal-URL>
> > >          </D:activelock>
> > >      </D:lockdiscovery>
> > > </D:prop>
> > >
> > > 0
> > >
> > >  >
> > > ---- HTTP Request at 17:7:35 ----
> > >
> > >  >
> > > ---- HTTP Response at 17:7:35 ----
> > > PUT /jahia/webdav/shared/test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Content-Length: 4
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> > > Set-Cookie: JSESSIONID=519E7D3C9798FFCD8862EFC3A24384FE; Path=/jahia
> > > Content-Type: text/html;charset=utf-8
> > > Content-Length: 1131
> > > Date: Mon, 08 Nov 2004 16:07:35 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > > d'erreur</title><style><!--H1
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:22px;} H2
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:16px;} H3
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:14px;} BODY
> > > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > > white;} B
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;} P
> > > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > > #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> > > /shared/test.txt testis already locked</h1><HR size="1"
> > > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > > <u>Locked: Object /shared/test.txt is already
> > > locked</u></p><p><b>description</b> <u>La ressource source ou
> > > destination de la méthode est vérrouillée (Locked: Object
> > > /shared/test.txt is already locked).</u></p><HR size="1"
> > > noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> > >  >
> > > ---- HTTP Request at 17:7:36 ----
> > >
> > >  >
> > > ---- HTTP Response at 17:7:36 ----
> > > GET /jahia/webdav/shared/._test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > HTTP/1.1 200 OK
> > > Set-Cookie: JSESSIONID=3ADC1EDCD0F826C490064FCBE5184F83; Path=/jahia
> > > ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
> > > Content-Language: en
> > > Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
> > > Content-Type: text/plain
> > > Content-Length: 0
> > > Date: Mon, 08 Nov 2004 16:07:35 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > >  >
> > > ---- HTTP Request at 17:8:7 ----
> > > DELETE /jahia/webdav/shared/test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > >  >
> > > ---- HTTP Response at 17:8:7 ----
> > > HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> > > Set-Cookie: JSESSIONID=4C6FAB7ED1C9D7860A44EEB2A634F988; Path=/jahia
> > > Content-Type: text/html;charset=utf-8
> > > Content-Length: 1131
> > > Date: Mon, 08 Nov 2004 16:08:07 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > > d'erreur</title><style><!--H1
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:22px;} H2
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:16px;} H3
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:14px;} BODY
> > > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > > white;} B
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;} P
> > > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > > #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> > > /shared/test.txt is already locked</h1><HR size="1"
> > > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > > <u>Locked: Object /shared/test.txt is already
> > > locked</u></p><p><b>description</b> <u>La ressource source ou
> > > destination de la méthode est vérrouillée (Locked: Object
> > > /shared/test.txt is already locked).</u></p><HR size="1"
> > > noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> > >  >
> > > ---- HTTP Request at 17:8:8 ----
> > >
> > >  >
> > > ---- HTTP Response at 17:8:8 ----
> > > DELETE /jahia/webdav/shared/test.txt HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> > > Set-Cookie: JSESSIONID=E071B89EF15B20330376F5F9782277E6; Path=/jahia
> > > Content-Type: text/html;charset=utf-8
> > > Content-Length: 1131
> > > Date: Mon, 08 Nov 2004 16:08:07 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > > d'erreur</title><style><!--H1
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:22px;} H2
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:16px;} H3
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;font-size:14px;} BODY
> > > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > > white;} B
> > > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > > #525D76;} P
> > > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > > #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> > > /shared/test.txt is already locked</h1><HR size="1"
> > > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > > <u>Locked: Object /shared/test.txt is already
> > > locked</u></p><p><b>description</b> <u>La ressource source ou
> > > destination de la méthode est vérrouillée (Locked: Object
> > > /shared/test.txt is already locked).</u></p><HR size="1"
> > > noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> > >  >
> > > ---- HTTP Request at 17:8:8 ----
> > >
> > >  >
> > > ---- HTTP Response at 17:8:8 ----
> > > PROPFIND /jahia/webdav/shared HTTP/1.1
> > > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > > Accept: */*
> > > Host: localhost:9090
> > > Content-Type: text/xml
> > > Depth: 0
> > > Content-Length: 164
> > > Authorization: Basic cm9vdDp0b3RvdG90bw==
> > >
> > > <?xml version="1.0" encoding="utf-8" ?>
> > > <D:propfind xmlns:D="DAV:">
> > > <D:prop>
> > > <D:getlastmodified/>
> > > <D:getcontentlength/>
> > > <D:resourcetype/>
> > > </D:prop>
> > > </D:propfind>
> > >
> > > HTTP/1.1 207 Etat Multiple
> > > Set-Cookie: JSESSIONID=1AC9C6755788361A18BFAAD92E0D00F1; Path=/jahia
> > > Content-Type: text/xml;charset=UTF-8
> > > Transfer-Encoding: chunked
> > > Date: Mon, 08 Nov 2004 16:08:07 GMT
> > > Server: Apache-Coyote/1.1
> > >
> > > 239
> > > <?xml version="1.0" encoding="UTF-8"?>
> > > <D:multistatus xmlns:D="DAV:">
> > >      <D:response>
> > >          <D:href>/jahia/webdav/shared</D:href>
> > >          <D:propstat>
> > >              <D:prop>
> > >                  <D:getlastmodified>Sun, 07 Nov 2004 15:19:24
> > > GMT</D:getlastmodified>
> > >                  <D:getcontentlength>0</D:getcontentlength>
> > >                  <D:resourcetype>
> > >                      <D:collection />
> > >                  </D:resourcetype>
> > >              </D:prop>
> > >              <D:status>HTTP/1.1 200 OK</D:status>
> > >          </D:propstat>
> > >      </D:response>
> > > </D:multistatus>
> > >
> > > 0
> > >
> > > Le 8 nov. 04, ˆ 16:29, Oliver Zeigermann a Žcrit :
> > >
> > >
> > >
> > > > One trace tool that worked for me (although far from perfect) is
> > > >
> > > > http://httptrace.sourceforge.net/
> > > >
> > > > Oliver
> > > >
> > > >
> > > > On Mon, 8 Nov 2004 11:52:49 +0100, Oliver Zeigermann
> > > > <ol...@gmail.com> wrote:
> > > >> That's great! Could you record the OSX requests that did not work with
> > > >> a tracking tool as well and send the HTTP trace to the list. If you
> > > >> did I would volunteer to build a test case around it,
> > > >>
> > > >> Oliver
> > > >>
> > > >> On Mon, 8 Nov 2004 11:27:13 +0100, Thomas Draier
> > > >>
> > > >>
> > > >> <th...@codeva.net> wrote:
> > > >>> i'm working on a macosx environment and i can do some tests. i do not
> > > >>> use the integrated client very often, but i remember it worked on
> > > >>> some
> > > >>> older version of slide - now the put method is not working anymore.
> > > >>> i'll have a look at it today.
> > > >>> thomas
> > > >>>
> > > >>> Le 6 nov. 04, ˆ 18:22, Oliver Zeigermann a Žcrit :
> > > >>>
> > > >>>
> > > >>>
> > > >>>> Folks,
> > > >>>>
> > > >>>> there have been many reports that there is something wrong with
> > > >>>> accessing Slide using Mac OSX. I would like to get this solved, but
> > > >>>> have got no access to a Mac, so I am of little help.
> > > >>>>
> > > >>>> I do not even know what exactly is the problem. So if anyone out
> > > >>>> there
> > > >>>> who knows,  has access to OSX, and knows how to debug Slide would
> > > >>>> help
> > > >>>> with this issue I would greatly appreciate it.
> > > >>>>
> > > >>>> Certainly without having this solved we will not be able to release
> > > >>>> Slide 2.1
> > > >>>>
> > > >>>> Oliver
> > > >>>>
> > > >>>> --------------------------------------------------------------------
> > > >>>> -
> > > >>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > > >>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> > > >>>
> > > >>> ---------------------------------------------------------------------
> > > >>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > > >>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> > > >>>
> > > >>>
> > > >>
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> > >
> > >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Oliver Zeigermann <ol...@gmail.com>.
I have found something now which, however, should have been the case
with *all* Slide versions using Tomcat 5 and *not* Tomcat 4.

Tomcat 5 does not allow you to set the content legth of the result
before setting the buffer size - which the GET method did in certain
circumstances. Fixing this removes the error message displayed on a
GET directly after a PUT - which is what the Mac does.

I will commit this fix to the main branch and let people with a Mac
try it. Thomas, does it help? If so I will take it over to the release
branch.

Anyway I will still create a test case based on the data Thomas sent.

Oliver

On Mon, 8 Nov 2004 23:01:50 +0100, Oliver Zeigermann
<ol...@gmail.com> wrote:
> Hi Thomas thanks a lot!
> 
> I will make this a test case tomorrow or latest the day after
> tomorrow. This really looks weird... I will try to find some time soon
> to see what is going on here... I suppose you were using Slide 2.1b2?
> Or the latest code from CVS release branch?
> 
> Oliver
> 
> On Mon, 8 Nov 2004 17:37:10 +0100, Thomas Draier
> 
> 
> <th...@codeva.net> wrote:
> > hi,
> > os x is doing very strange things. here is the trace for a "simple" put
> > request. first of all, it tries to find the file, then do an empty put
> > request - no content is uploaded - then it does the same for a file
> > with the same name prefixed by ._  .  both files are then locked - and
> > some put methods are executed, including one with the content . looks
> > like osx expects its put to work, but slide answer that the file is
> > locked and do not recognize the user. osx then displays an error
> > message ("file is already used"). and tries to delete the file. but
> > both files are locked and cannot be deleted. any idea why locks are
> > blocking the user who put them ?
> >
> > ---- HTTP Request at 17:7:27 ----
> > PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Content-Type: text/xml
> > Depth: 0
> > Content-Length: 164
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > <?xml version="1.0" encoding="utf-8" ?>
> > <D:propfind xmlns:D="DAV:">
> > <D:prop>
> > <D:getlastmodified/>
> > <D:getcontentlength/>
> > <D:resourcetype/>
> > </D:prop>
> > </D:propfind>
> >
> >  >
> > ---- HTTP Response at 17:7:27 ----
> > HTTP/1.1 404 Not Found: No object found at /shared/test.txt
> > Set-Cookie: JSESSIONID=719688F9810DDB9E51901F134E63BA1F; Path=/jahia
> > Content-Type: text/html;charset=utf-8
> > Content-Length: 1098
> > Date: Mon, 08 Nov 2004 16:07:27 GMT
> > Server: Apache-Coyote/1.1
> >
> > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > d'erreur</title><style><!--H1
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:22px;} H2
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:16px;} H3
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:14px;} BODY
> > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > white;} B
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;} P
> > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> > object found at /shared/test.txt</h1><HR size="1"
> > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > <u>Not Found: No object found at
> > /shared/test.txt</u></p><p><b>description</b> <u>La ressource demandée
> > (Not Found: No object found at /shared/test.txt) n'est pas
> > disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> > Tomcat/5.0.28</h3></body></html>
> >  >
> > ---- HTTP Request at 17:7:27 ----
> >
> >  >
> > ---- HTTP Response at 17:7:27 ----
> > PROPFIND /jahia/webdav/shared/Contents/PkgInfo HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Content-Type: text/xml
> > Depth: 0
> > Content-Length: 164
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > <?xml version="1.0" encoding="utf-8" ?>
> > <D:propfind xmlns:D="DAV:">
> > <D:prop>
> > <D:getlastmodified/>
> > <D:getcontentlength/>
> > <D:resourcetype/>
> > </D:prop>
> > </D:propfind>
> >
> > HTTP/1.1 404 Not Found: No object found at /shared/Contents
> > Set-Cookie: JSESSIONID=3779A196F8E4F5F9431B76DFDCD0BF58; Path=/jahia
> > Content-Type: text/html;charset=utf-8
> > Content-Length: 1098
> > Date: Mon, 08 Nov 2004 16:07:27 GMT
> > Server: Apache-Coyote/1.1
> >
> > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > d'erreur</title><style><!--H1
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:22px;} H2
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:16px;} H3
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:14px;} BODY
> > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > white;} B
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;} P
> > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> > object found at /shared/Contents</h1><HR size="1"
> > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > <u>Not Found: No object found at
> > /shared/Contents</u></p><p><b>description</b> <u>La ressource demandée
> > (Not Found: No object found at /shared/Contents) n'est pas
> > disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> > Tomcat/5.0.28</h3></body></html>
> >  >
> > ---- HTTP Request at 17:7:28 ----
> > PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Content-Type: text/xml
> > Depth: 0
> > Content-Length: 164
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > <?xml version="1.0" encoding="utf-8" ?>
> > <D:propfind xmlns:D="DAV:">
> > <D:prop>
> > <D:getlastmodified/>
> > <D:getcontentlength/>
> > <D:resourcetype/>
> > </D:prop>
> > </D:propfind>
> >
> >  >
> > ---- HTTP Response at 17:7:28 ----
> > HTTP/1.1 404 Not Found: No object found at /shared/test.txt
> > Set-Cookie: JSESSIONID=B76171D820FFA1492114008B0F8B51E5; Path=/jahia
> > Content-Type: text/html;charset=utf-8
> > Content-Length: 1098
> > Date: Mon, 08 Nov 2004 16:07:28 GMT
> > Server: Apache-Coyote/1.1
> >
> > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > d'erreur</title><style><!--H1
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:22px;} H2
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:16px;} H3
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:14px;} BODY
> > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > white;} B
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;} P
> > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> > object found at /shared/test.txt</h1><HR size="1"
> > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > <u>Not Found: No object found at
> > /shared/test.txt</u></p><p><b>description</b> <u>La ressource demandée
> > (Not Found: No object found at /shared/test.txt) n'est pas
> > disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> > Tomcat/5.0.28</h3></body></html>
> >  >
> > ---- HTTP Request at 17:7:28 ----
> > PUT /jahia/webdav/shared/test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Content-Length: 0
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> >  >
> > ---- HTTP Response at 17:7:29 ----
> >
> >  >
> > ---- HTTP Request at 17:7:29 ----
> > HTTP/1.1 201 Crée
> > Set-Cookie: JSESSIONID=C9A0E9C9DB53843B609F8CE253D736D4; Path=/jahia
> > ETag: be135c22440ebacaa979ae434d6dc490
> > Content-Length: 0
> > Date: Mon, 08 Nov 2004 16:07:28 GMT
> > Server: Apache-Coyote/1.1
> >
> > PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Content-Type: text/xml
> > Depth: 0
> > Content-Length: 164
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > <?xml version="1.0" encoding="utf-8" ?>
> > <D:propfind xmlns:D="DAV:">
> > <D:prop>
> > <D:getlastmodified/>
> > <D:getcontentlength/>
> > <D:resourcetype/>
> > </D:prop>
> > </D:propfind>
> >
> >  >
> > ---- HTTP Response at 17:7:29 ----
> > HTTP/1.1 207 Etat Multiple
> > Set-Cookie: JSESSIONID=A011ED709916ABF2D18C70A6E0685D28; Path=/jahia
> > Content-Type: text/xml;charset=UTF-8
> > Transfer-Encoding: chunked
> > Date: Mon, 08 Nov 2004 16:07:28 GMT
> > Server: Apache-Coyote/1.1
> >
> > 1fb
> > <?xml version="1.0" encoding="UTF-8"?>
> > <D:multistatus xmlns:D="DAV:">
> >      <D:response>
> >          <D:href>/jahia/webdav/shared/test.txt</D:href>
> >          <D:propstat>
> >              <D:prop>
> >                  <D:getlastmodified>Mon, 08 Nov 2004 16:07:29
> > GMT</D:getlastmodified>
> >                  <D:getcontentlength>0</D:getcontentlength>
> >                  <D:resourcetype />
> >              </D:prop>
> >              <D:status>HTTP/1.1 200 OK</D:status>
> >          </D:propstat>
> >      </D:response>
> > </D:multistatus>
> >
> > 0
> >
> >  >
> > ---- HTTP Request at 17:7:29 ----
> >
> >  >
> > ---- HTTP Response at 17:7:29 ----
> > GET /jahia/webdav/shared/test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > HTTP/1.1 200 OK
> > Set-Cookie: JSESSIONID=8F64051AA0FD17275660EEAF02706901; Path=/jahia
> > ETag: "be135c22440ebacaa979ae434d6dc490"
> > Content-Language: en
> > Last-Modified: Mon, 08 Nov 2004 16:07:29 GMT
> > Content-Type: text/plain
> > Content-Length: 0
> > Date: Mon, 08 Nov 2004 16:07:29 GMT
> > Server: Apache-Coyote/1.1
> >
> >  >
> > ---- HTTP Request at 17:7:29 ----
> >
> >  >
> > ---- HTTP Response at 17:7:30 ----
> > PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Content-Type: text/xml
> > Depth: 0
> > Content-Length: 164
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > <?xml version="1.0" encoding="utf-8" ?>
> > <D:propfind xmlns:D="DAV:">
> > <D:prop>
> > <D:getlastmodified/>
> > <D:getcontentlength/>
> > <D:resourcetype/>
> > </D:prop>
> > </D:propfind>
> >
> > HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
> > Set-Cookie: JSESSIONID=5DF3C6EF4C66EB7E4C23CA0DF81D1220; Path=/jahia
> > Content-Type: text/html;charset=utf-8
> > Content-Length: 1104
> > Date: Mon, 08 Nov 2004 16:07:29 GMT
> > Server: Apache-Coyote/1.1
> >
> > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > d'erreur</title><style><!--H1
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:22px;} H2
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:16px;} H3
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:14px;} BODY
> > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > white;} B
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;} P
> > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> > object found at /shared/._test.txt</h1><HR size="1"
> > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > <u>Not Found: No object found at
> > /shared/._test.txt</u></p><p><b>description</b> <u>La ressource
> > demandée (Not Found: No object found at /shared/._test.txt) n'est pas
> > disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> > Tomcat/5.0.28</h3></body></html>
> >  >
> > ---- HTTP Request at 17:7:30 ----
> >
> >  >
> > ---- HTTP Response at 17:7:30 ----
> > PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Content-Type: text/xml
> > Depth: 0
> > Content-Length: 164
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > <?xml version="1.0" encoding="utf-8" ?>
> > <D:propfind xmlns:D="DAV:">
> > <D:prop>
> > <D:getlastmodified/>
> > <D:getcontentlength/>
> > <D:resourcetype/>
> > </D:prop>
> > </D:propfind>
> >
> > HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
> > Set-Cookie: JSESSIONID=2D27A7CFFFB6FF98F379289A6A5BBA59; Path=/jahia
> > Content-Type: text/html;charset=utf-8
> > Content-Length: 1104
> > Date: Mon, 08 Nov 2004 16:07:29 GMT
> > Server: Apache-Coyote/1.1
> >
> > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > d'erreur</title><style><!--H1
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:22px;} H2
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:16px;} H3
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:14px;} BODY
> > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > white;} B
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;} P
> > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> > object found at /shared/._test.txt</h1><HR size="1"
> > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > <u>Not Found: No object found at
> > /shared/._test.txt</u></p><p><b>description</b> <u>La ressource
> > demandée (Not Found: No object found at /shared/._test.txt) n'est pas
> > disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> > Tomcat/5.0.28</h3></body></html>
> >  >
> > ---- HTTP Request at 17:7:31 ----
> > PUT /jahia/webdav/shared/._test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Content-Length: 0
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> >  >
> > ---- HTTP Response at 17:7:31 ----
> >
> >  >
> > ---- HTTP Request at 17:7:32 ----
> > HTTP/1.1 201 Crée
> > Set-Cookie: JSESSIONID=60E34A346790AF370A6456602CA1870E; Path=/jahia
> > ETag: eb3e371df40ae2cf57dfba5e801cf8ae
> > Content-Length: 0
> > Date: Mon, 08 Nov 2004 16:07:31 GMT
> > Server: Apache-Coyote/1.1
> >
> > PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Content-Type: text/xml
> > Depth: 0
> > Content-Length: 164
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > <?xml version="1.0" encoding="utf-8" ?>
> > <D:propfind xmlns:D="DAV:">
> > <D:prop>
> > <D:getlastmodified/>
> > <D:getcontentlength/>
> > <D:resourcetype/>
> > </D:prop>
> > </D:propfind>
> >
> >  >
> > ---- HTTP Response at 17:7:32 ----
> > HTTP/1.1 207 Etat Multiple
> > Set-Cookie: JSESSIONID=AD2478A80F8B3D43CFFF63ABD8EFF5C6; Path=/jahia
> > Content-Type: text/xml;charset=UTF-8
> > Transfer-Encoding: chunked
> > Date: Mon, 08 Nov 2004 16:07:31 GMT
> > Server: Apache-Coyote/1.1
> >
> > 1fd
> > <?xml version="1.0" encoding="UTF-8"?>
> > <D:multistatus xmlns:D="DAV:">
> >      <D:response>
> >          <D:href>/jahia/webdav/shared/._test.txt</D:href>
> >          <D:propstat>
> >              <D:prop>
> >                  <D:getlastmodified>Mon, 08 Nov 2004 16:07:31
> > GMT</D:getlastmodified>
> >                  <D:getcontentlength>0</D:getcontentlength>
> >                  <D:resourcetype />
> >              </D:prop>
> >              <D:status>HTTP/1.1 200 OK</D:status>
> >          </D:propstat>
> >      </D:response>
> > </D:multistatus>
> >
> > 0
> >
> >  >
> > ---- HTTP Request at 17:7:32 ----
> > LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Depth: 0
> > Timeout: Second-600
> > Content-Type: text/xml; charset="utf-8"
> > Content-Length: 213
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > <?xml version="1.0" encoding="utf-8" ?>
> > <D:lockinfo xmlns:D="DAV:">
> > <D:lockscope><D:exclusive/></D:lockscope>
> > <D:locktype><D:write/></D:locktype>
> > <D:owner> <D:href>default-owner</D:href> </D:owner>
> > </D:lockinfo>
> >
> >  >
> > ---- HTTP Response at 17:7:32 ----
> > HTTP/1.1 200 OK
> > Set-Cookie: JSESSIONID=A7CD2403939254D2866F7C2F990179C7; Path=/jahia
> > Lock-Token: <opaquelocktoken:108dc12500b38f0c965f5770287c9cbe>
> > Content-Type: text/xml;charset=UTF-8
> > Transfer-Encoding: chunked
> > Date: Mon, 08 Nov 2004 16:07:31 GMT
> > Server: Apache-Coyote/1.1
> >
> > 307
> > <?xml version="1.0" encoding="UTF-8"?>
> > <D:prop xmlns:D="DAV:">
> >      <D:lockdiscovery>
> >          <D:activelock>
> >              <D:locktype>
> >                  <D:write />
> >              </D:locktype>
> >              <D:lockscope>
> >                  <D:exclusive />
> >              </D:lockscope>
> >              <D:depth>0</D:depth>
> >              <D:owner><![CDATA[<D:href
> > xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
> >              <D:timeout>Second-599</D:timeout>
> >              <D:locktoken>
> >
> > <D:href>opaquelocktoken:108dc12500b38f0c965f5770287c9cbe</D:href>
> >              </D:locktoken>
> >              <D:principal-URL>
> >                  <D:href>/jahia/webdav/users/root</D:href>
> >              </D:principal-URL>
> >          </D:activelock>
> >      </D:lockdiscovery>
> > </D:prop>
> >
> > 0
> >
> >  >
> > ---- HTTP Request at 17:7:32 ----
> > GET /jahia/webdav/shared/._test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> >  >
> > ---- HTTP Response at 17:7:32 ----
> >
> >  >
> > ---- HTTP Request at 17:7:32 ----
> >
> >  >
> > ---- HTTP Response at 17:7:32 ----
> > HTTP/1.1 200 OK
> > Set-Cookie: JSESSIONID=712132B99C8688A861F15BA301EE6ECE; Path=/jahia
> > ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
> > Content-Language: en
> > Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
> > Content-Type: text/plain
> > Content-Length: 0
> > Date: Mon, 08 Nov 2004 16:07:31 GMT
> > Server: Apache-Coyote/1.1
> >
> > PUT /jahia/webdav/shared/._test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Content-Length: 82
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
> > Set-Cookie: JSESSIONID=A5A3A2227E5CA89EA421786E483C8436; Path=/jahia
> > Content-Type: text/html;charset=utf-8
> > Content-Length: 1137
> > Date: Mon, 08 Nov 2004 16:07:31 GMT
> > Server: Apache-Coyote/1.1
> >
> > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > d'erreur</title><style><!--H1
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:22px;} H2
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:16px;} H3
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:14px;} BODY
> > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > white;} B
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;} P
> > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> > /shared/._test.ription</b> <u>La ressource source ou destination de la
> > méthode est vérrouillée (Locked: Object /shared/._test.txt is
> > already locked).</u></p><HR size="1" noshade="noshade"><h3>Apache
> > Tomcat/5.0.28</h3></body></html>
> >  >
> > ---- HTTP Request at 17:7:34 ----
> > DELETE /jahia/webdav/shared/._test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> >  >
> > ---- HTTP Response at 17:7:34 ----
> > HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
> > Set-Cookie: JSESSIONID=4A24910E100C778E622FE7B30A02F9DE; Path=/jahia
> > Content-Type: text/html;charset=utf-8
> > Content-Length: 1137
> > Date: Mon, 08 Nov 2004 16:07:34 GMT
> > Server: Apache-Coyote/1.1
> >
> > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > d'erreur</title><style><!--H1
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:22px;} H2
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:16px;} H3
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:14px;} BODY
> > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > white;} B
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;} P
> > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> > /shared/._test.txt is already locked</h1><HR size="1"
> > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > <u>Locked: Object /shared/._test.txt is already
> > locked</u></p><p><b>description</b> <u>La ressource source ou
> > destination de la méthode est vérrouillée (Locked: Object
> > /shared/._test.txt is already locked).</u></p><HR size="1"
> > noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >  >
> > ---- HTTP Request at 17:7:34 ----
> > LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Depth: 0
> > Timeout: Second-600
> > Content-Type: text/xml; charset="utf-8"
> > Content-Length: 213
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > <?xml version="1.0" encoding="utf-8" ?>
> > <D:lockinfo xmlns:D="DAV:">
> > <D:lockscope><D:exclusive/></D:lockscope>
> > <D:locktype><D:write/></D:locktype>
> > <D:owner> <D:href>default-owner</D:href> </D:owner>
> > </D:lockinfo>
> >
> >  >
> > ---- HTTP Response at 17:7:34 ----
> > HTTP/1.1 423 Locked
> > Set-Cookie: JSESSIONID=3033FA202136DD22561568CBC81BA00B; Path=/jahia
> > Content-Type: text/html;charset=utf-8
> > Content-Length: 984
> > Date: Mon, 08 Nov 2004 16:07:34 GMT
> > Server: Apache-Coyote/1.1
> >
> > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > d'erreur</title><style><!--H1
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:22px;} H2
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:16px;} H3
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:14px;} BODY
> > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > white;} B
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;} P
> > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > #525D76;}--></style> </head><body><h1>Etat HTTP 423 - </h1><HR size="1"
> > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > <u></u></p><p><b>description</b> <u>La ressource source ou destination
> > de la méthode est vérrouillée ().</u></p><HR size="1"
> > noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >  >
> > ---- HTTP Request at 17:7:35 ----
> >
> >  >
> > ---- HTTP Response at 17:7:35 ----
> > LOCK /jahia/webdav/shared/test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Depth: 0
> > Timeout: Second-600
> > Content-Type: text/xml; charset="utf-8"
> > Content-Length: 213
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > <?xml version="1.0" encoding="utf-8" ?>
> > <D:lockinfo xmlns:D="DAV:">
> > <D:lockscope><D:exclusive/></D:lockscope>
> > <D:locktype><D:write/></D:locktype>
> > <D:owner> <D:href>default-owner</D:href> </D:owner>
> > </D:lockinfo>
> > HTTP/1.1 200 OK
> > Set-Cookie: JSESSIONID=32350B9D8351132AB456D8E0C41608BD; Path=/jahia
> > Lock-Token: <opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2>
> > Content-Type: text/xml;charset=UTF-8
> > Transfer-Encoding: chunked
> > Date: Mon, 08 Nov 2004 16:07:34 GMT
> > Server: Apache-Coyote/1.1
> >
> > 307
> > <?xml version="1.0" encoding="UTF-8"?>
> > <D:prop xmlns:D="DAV:">
> >      <D:lockdiscovery>
> >          <D:activelock>
> >              <D:locktype>
> >                  <D:write />
> >              </D:locktype>
> >              <D:lockscope>
> >                  <D:exclusive />
> >              </D:lockscope>
> >              <D:depth>0</D:depth>
> >              <D:owner><![CDATA[<D:href
> > xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
> >              <D:timeout>Second-599</D:timeout>
> >              <D:locktoken>
> >
> > <D:href>opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2</D:href>
> >              </D:locktoken>
> >              <D:principal-URL>
> >                  <D:href>/jahia/webdav/users/root</D:href>
> >              </D:principal-URL>
> >          </D:activelock>
> >      </D:lockdiscovery>
> > </D:prop>
> >
> > 0
> >
> >  >
> > ---- HTTP Request at 17:7:35 ----
> >
> >  >
> > ---- HTTP Response at 17:7:35 ----
> > PUT /jahia/webdav/shared/test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Content-Length: 4
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> > Set-Cookie: JSESSIONID=519E7D3C9798FFCD8862EFC3A24384FE; Path=/jahia
> > Content-Type: text/html;charset=utf-8
> > Content-Length: 1131
> > Date: Mon, 08 Nov 2004 16:07:35 GMT
> > Server: Apache-Coyote/1.1
> >
> > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > d'erreur</title><style><!--H1
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:22px;} H2
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:16px;} H3
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:14px;} BODY
> > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > white;} B
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;} P
> > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> > /shared/test.txt testis already locked</h1><HR size="1"
> > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > <u>Locked: Object /shared/test.txt is already
> > locked</u></p><p><b>description</b> <u>La ressource source ou
> > destination de la méthode est vérrouillée (Locked: Object
> > /shared/test.txt is already locked).</u></p><HR size="1"
> > noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >  >
> > ---- HTTP Request at 17:7:36 ----
> >
> >  >
> > ---- HTTP Response at 17:7:36 ----
> > GET /jahia/webdav/shared/._test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > HTTP/1.1 200 OK
> > Set-Cookie: JSESSIONID=3ADC1EDCD0F826C490064FCBE5184F83; Path=/jahia
> > ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
> > Content-Language: en
> > Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
> > Content-Type: text/plain
> > Content-Length: 0
> > Date: Mon, 08 Nov 2004 16:07:35 GMT
> > Server: Apache-Coyote/1.1
> >
> >  >
> > ---- HTTP Request at 17:8:7 ----
> > DELETE /jahia/webdav/shared/test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> >  >
> > ---- HTTP Response at 17:8:7 ----
> > HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> > Set-Cookie: JSESSIONID=4C6FAB7ED1C9D7860A44EEB2A634F988; Path=/jahia
> > Content-Type: text/html;charset=utf-8
> > Content-Length: 1131
> > Date: Mon, 08 Nov 2004 16:08:07 GMT
> > Server: Apache-Coyote/1.1
> >
> > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > d'erreur</title><style><!--H1
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:22px;} H2
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:16px;} H3
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:14px;} BODY
> > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > white;} B
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;} P
> > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> > /shared/test.txt is already locked</h1><HR size="1"
> > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > <u>Locked: Object /shared/test.txt is already
> > locked</u></p><p><b>description</b> <u>La ressource source ou
> > destination de la méthode est vérrouillée (Locked: Object
> > /shared/test.txt is already locked).</u></p><HR size="1"
> > noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >  >
> > ---- HTTP Request at 17:8:8 ----
> >
> >  >
> > ---- HTTP Response at 17:8:8 ----
> > DELETE /jahia/webdav/shared/test.txt HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> > Set-Cookie: JSESSIONID=E071B89EF15B20330376F5F9782277E6; Path=/jahia
> > Content-Type: text/html;charset=utf-8
> > Content-Length: 1131
> > Date: Mon, 08 Nov 2004 16:08:07 GMT
> > Server: Apache-Coyote/1.1
> >
> > <html><head><title>Apache Tomcat/5.0.28 - Rapport
> > d'erreur</title><style><!--H1
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:22px;} H2
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:16px;} H3
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;font-size:14px;} BODY
> > {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> > white;} B
> > {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> > #525D76;} P
> > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> > size:12px;}A {color : black;}A.name {color : black;}HR {color :
> > #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> > /shared/test.txt is already locked</h1><HR size="1"
> > noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> > <u>Locked: Object /shared/test.txt is already
> > locked</u></p><p><b>description</b> <u>La ressource source ou
> > destination de la méthode est vérrouillée (Locked: Object
> > /shared/test.txt is already locked).</u></p><HR size="1"
> > noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
> >  >
> > ---- HTTP Request at 17:8:8 ----
> >
> >  >
> > ---- HTTP Response at 17:8:8 ----
> > PROPFIND /jahia/webdav/shared HTTP/1.1
> > User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> > Accept: */*
> > Host: localhost:9090
> > Content-Type: text/xml
> > Depth: 0
> > Content-Length: 164
> > Authorization: Basic cm9vdDp0b3RvdG90bw==
> >
> > <?xml version="1.0" encoding="utf-8" ?>
> > <D:propfind xmlns:D="DAV:">
> > <D:prop>
> > <D:getlastmodified/>
> > <D:getcontentlength/>
> > <D:resourcetype/>
> > </D:prop>
> > </D:propfind>
> >
> > HTTP/1.1 207 Etat Multiple
> > Set-Cookie: JSESSIONID=1AC9C6755788361A18BFAAD92E0D00F1; Path=/jahia
> > Content-Type: text/xml;charset=UTF-8
> > Transfer-Encoding: chunked
> > Date: Mon, 08 Nov 2004 16:08:07 GMT
> > Server: Apache-Coyote/1.1
> >
> > 239
> > <?xml version="1.0" encoding="UTF-8"?>
> > <D:multistatus xmlns:D="DAV:">
> >      <D:response>
> >          <D:href>/jahia/webdav/shared</D:href>
> >          <D:propstat>
> >              <D:prop>
> >                  <D:getlastmodified>Sun, 07 Nov 2004 15:19:24
> > GMT</D:getlastmodified>
> >                  <D:getcontentlength>0</D:getcontentlength>
> >                  <D:resourcetype>
> >                      <D:collection />
> >                  </D:resourcetype>
> >              </D:prop>
> >              <D:status>HTTP/1.1 200 OK</D:status>
> >          </D:propstat>
> >      </D:response>
> > </D:multistatus>
> >
> > 0
> >
> > Le 8 nov. 04, ˆ 16:29, Oliver Zeigermann a Žcrit :
> >
> >
> >
> > > One trace tool that worked for me (although far from perfect) is
> > >
> > > http://httptrace.sourceforge.net/
> > >
> > > Oliver
> > >
> > >
> > > On Mon, 8 Nov 2004 11:52:49 +0100, Oliver Zeigermann
> > > <ol...@gmail.com> wrote:
> > >> That's great! Could you record the OSX requests that did not work with
> > >> a tracking tool as well and send the HTTP trace to the list. If you
> > >> did I would volunteer to build a test case around it,
> > >>
> > >> Oliver
> > >>
> > >> On Mon, 8 Nov 2004 11:27:13 +0100, Thomas Draier
> > >>
> > >>
> > >> <th...@codeva.net> wrote:
> > >>> i'm working on a macosx environment and i can do some tests. i do not
> > >>> use the integrated client very often, but i remember it worked on
> > >>> some
> > >>> older version of slide - now the put method is not working anymore.
> > >>> i'll have a look at it today.
> > >>> thomas
> > >>>
> > >>> Le 6 nov. 04, ˆ 18:22, Oliver Zeigermann a Žcrit :
> > >>>
> > >>>
> > >>>
> > >>>> Folks,
> > >>>>
> > >>>> there have been many reports that there is something wrong with
> > >>>> accessing Slide using Mac OSX. I would like to get this solved, but
> > >>>> have got no access to a Mac, so I am of little help.
> > >>>>
> > >>>> I do not even know what exactly is the problem. So if anyone out
> > >>>> there
> > >>>> who knows,  has access to OSX, and knows how to debug Slide would
> > >>>> help
> > >>>> with this issue I would greatly appreciate it.
> > >>>>
> > >>>> Certainly without having this solved we will not be able to release
> > >>>> Slide 2.1
> > >>>>
> > >>>> Oliver
> > >>>>
> > >>>> --------------------------------------------------------------------
> > >>>> -
> > >>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > >>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> > >>>
> > >>> ---------------------------------------------------------------------
> > >>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > >>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> > >>>
> > >>>
> > >>
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Oliver Zeigermann <ol...@gmail.com>.
Hi Thomas thanks a lot! 

I will make this a test case tomorrow or latest the day after
tomorrow. This really looks weird... I will try to find some time soon
to see what is going on here... I suppose you were using Slide 2.1b2?
Or the latest code from CVS release branch?

Oliver

On Mon, 8 Nov 2004 17:37:10 +0100, Thomas Draier
<th...@codeva.net> wrote:
> hi,
> os x is doing very strange things. here is the trace for a "simple" put
> request. first of all, it tries to find the file, then do an empty put
> request - no content is uploaded - then it does the same for a file
> with the same name prefixed by ._  .  both files are then locked - and
> some put methods are executed, including one with the content . looks
> like osx expects its put to work, but slide answer that the file is
> locked and do not recognize the user. osx then displays an error
> message ("file is already used"). and tries to delete the file. but
> both files are locked and cannot be deleted. any idea why locks are
> blocking the user who put them ?
> 
> ---- HTTP Request at 17:7:27 ----
> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Content-Type: text/xml
> Depth: 0
> Content-Length: 164
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> <?xml version="1.0" encoding="utf-8" ?>
> <D:propfind xmlns:D="DAV:">
> <D:prop>
> <D:getlastmodified/>
> <D:getcontentlength/>
> <D:resourcetype/>
> </D:prop>
> </D:propfind>
> 
>  >
> ---- HTTP Response at 17:7:27 ----
> HTTP/1.1 404 Not Found: No object found at /shared/test.txt
> Set-Cookie: JSESSIONID=719688F9810DDB9E51901F134E63BA1F; Path=/jahia
> Content-Type: text/html;charset=utf-8
> Content-Length: 1098
> Date: Mon, 08 Nov 2004 16:07:27 GMT
> Server: Apache-Coyote/1.1
> 
> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> d'erreur</title><style><!--H1
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:22px;} H2
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:16px;} H3
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:14px;} BODY
> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> white;} B
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;} P
> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> object found at /shared/test.txt</h1><HR size="1"
> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> <u>Not Found: No object found at
> /shared/test.txt</u></p><p><b>description</b> <u>La ressource demandée
> (Not Found: No object found at /shared/test.txt) n'est pas
> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> Tomcat/5.0.28</h3></body></html>
>  >
> ---- HTTP Request at 17:7:27 ----
> 
>  >
> ---- HTTP Response at 17:7:27 ----
> PROPFIND /jahia/webdav/shared/Contents/PkgInfo HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Content-Type: text/xml
> Depth: 0
> Content-Length: 164
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> <?xml version="1.0" encoding="utf-8" ?>
> <D:propfind xmlns:D="DAV:">
> <D:prop>
> <D:getlastmodified/>
> <D:getcontentlength/>
> <D:resourcetype/>
> </D:prop>
> </D:propfind>
> 
> HTTP/1.1 404 Not Found: No object found at /shared/Contents
> Set-Cookie: JSESSIONID=3779A196F8E4F5F9431B76DFDCD0BF58; Path=/jahia
> Content-Type: text/html;charset=utf-8
> Content-Length: 1098
> Date: Mon, 08 Nov 2004 16:07:27 GMT
> Server: Apache-Coyote/1.1
> 
> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> d'erreur</title><style><!--H1
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:22px;} H2
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:16px;} H3
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:14px;} BODY
> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> white;} B
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;} P
> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> object found at /shared/Contents</h1><HR size="1"
> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> <u>Not Found: No object found at
> /shared/Contents</u></p><p><b>description</b> <u>La ressource demandée
> (Not Found: No object found at /shared/Contents) n'est pas
> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> Tomcat/5.0.28</h3></body></html>
>  >
> ---- HTTP Request at 17:7:28 ----
> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Content-Type: text/xml
> Depth: 0
> Content-Length: 164
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> <?xml version="1.0" encoding="utf-8" ?>
> <D:propfind xmlns:D="DAV:">
> <D:prop>
> <D:getlastmodified/>
> <D:getcontentlength/>
> <D:resourcetype/>
> </D:prop>
> </D:propfind>
> 
>  >
> ---- HTTP Response at 17:7:28 ----
> HTTP/1.1 404 Not Found: No object found at /shared/test.txt
> Set-Cookie: JSESSIONID=B76171D820FFA1492114008B0F8B51E5; Path=/jahia
> Content-Type: text/html;charset=utf-8
> Content-Length: 1098
> Date: Mon, 08 Nov 2004 16:07:28 GMT
> Server: Apache-Coyote/1.1
> 
> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> d'erreur</title><style><!--H1
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:22px;} H2
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:16px;} H3
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:14px;} BODY
> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> white;} B
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;} P
> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> object found at /shared/test.txt</h1><HR size="1"
> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> <u>Not Found: No object found at
> /shared/test.txt</u></p><p><b>description</b> <u>La ressource demandée
> (Not Found: No object found at /shared/test.txt) n'est pas
> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> Tomcat/5.0.28</h3></body></html>
>  >
> ---- HTTP Request at 17:7:28 ----
> PUT /jahia/webdav/shared/test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Content-Length: 0
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
>  >
> ---- HTTP Response at 17:7:29 ----
> 
>  >
> ---- HTTP Request at 17:7:29 ----
> HTTP/1.1 201 Crée
> Set-Cookie: JSESSIONID=C9A0E9C9DB53843B609F8CE253D736D4; Path=/jahia
> ETag: be135c22440ebacaa979ae434d6dc490
> Content-Length: 0
> Date: Mon, 08 Nov 2004 16:07:28 GMT
> Server: Apache-Coyote/1.1
> 
> PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Content-Type: text/xml
> Depth: 0
> Content-Length: 164
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> <?xml version="1.0" encoding="utf-8" ?>
> <D:propfind xmlns:D="DAV:">
> <D:prop>
> <D:getlastmodified/>
> <D:getcontentlength/>
> <D:resourcetype/>
> </D:prop>
> </D:propfind>
> 
>  >
> ---- HTTP Response at 17:7:29 ----
> HTTP/1.1 207 Etat Multiple
> Set-Cookie: JSESSIONID=A011ED709916ABF2D18C70A6E0685D28; Path=/jahia
> Content-Type: text/xml;charset=UTF-8
> Transfer-Encoding: chunked
> Date: Mon, 08 Nov 2004 16:07:28 GMT
> Server: Apache-Coyote/1.1
> 
> 1fb
> <?xml version="1.0" encoding="UTF-8"?>
> <D:multistatus xmlns:D="DAV:">
>      <D:response>
>          <D:href>/jahia/webdav/shared/test.txt</D:href>
>          <D:propstat>
>              <D:prop>
>                  <D:getlastmodified>Mon, 08 Nov 2004 16:07:29
> GMT</D:getlastmodified>
>                  <D:getcontentlength>0</D:getcontentlength>
>                  <D:resourcetype />
>              </D:prop>
>              <D:status>HTTP/1.1 200 OK</D:status>
>          </D:propstat>
>      </D:response>
> </D:multistatus>
> 
> 0
> 
>  >
> ---- HTTP Request at 17:7:29 ----
> 
>  >
> ---- HTTP Response at 17:7:29 ----
> GET /jahia/webdav/shared/test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> HTTP/1.1 200 OK
> Set-Cookie: JSESSIONID=8F64051AA0FD17275660EEAF02706901; Path=/jahia
> ETag: "be135c22440ebacaa979ae434d6dc490"
> Content-Language: en
> Last-Modified: Mon, 08 Nov 2004 16:07:29 GMT
> Content-Type: text/plain
> Content-Length: 0
> Date: Mon, 08 Nov 2004 16:07:29 GMT
> Server: Apache-Coyote/1.1
> 
>  >
> ---- HTTP Request at 17:7:29 ----
> 
>  >
> ---- HTTP Response at 17:7:30 ----
> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Content-Type: text/xml
> Depth: 0
> Content-Length: 164
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> <?xml version="1.0" encoding="utf-8" ?>
> <D:propfind xmlns:D="DAV:">
> <D:prop>
> <D:getlastmodified/>
> <D:getcontentlength/>
> <D:resourcetype/>
> </D:prop>
> </D:propfind>
> 
> HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
> Set-Cookie: JSESSIONID=5DF3C6EF4C66EB7E4C23CA0DF81D1220; Path=/jahia
> Content-Type: text/html;charset=utf-8
> Content-Length: 1104
> Date: Mon, 08 Nov 2004 16:07:29 GMT
> Server: Apache-Coyote/1.1
> 
> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> d'erreur</title><style><!--H1
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:22px;} H2
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:16px;} H3
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:14px;} BODY
> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> white;} B
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;} P
> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> object found at /shared/._test.txt</h1><HR size="1"
> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> <u>Not Found: No object found at
> /shared/._test.txt</u></p><p><b>description</b> <u>La ressource
> demandée (Not Found: No object found at /shared/._test.txt) n'est pas
> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> Tomcat/5.0.28</h3></body></html>
>  >
> ---- HTTP Request at 17:7:30 ----
> 
>  >
> ---- HTTP Response at 17:7:30 ----
> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Content-Type: text/xml
> Depth: 0
> Content-Length: 164
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> <?xml version="1.0" encoding="utf-8" ?>
> <D:propfind xmlns:D="DAV:">
> <D:prop>
> <D:getlastmodified/>
> <D:getcontentlength/>
> <D:resourcetype/>
> </D:prop>
> </D:propfind>
> 
> HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
> Set-Cookie: JSESSIONID=2D27A7CFFFB6FF98F379289A6A5BBA59; Path=/jahia
> Content-Type: text/html;charset=utf-8
> Content-Length: 1104
> Date: Mon, 08 Nov 2004 16:07:29 GMT
> Server: Apache-Coyote/1.1
> 
> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> d'erreur</title><style><!--H1
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:22px;} H2
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:16px;} H3
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:14px;} BODY
> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> white;} B
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;} P
> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> #525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No
> object found at /shared/._test.txt</h1><HR size="1"
> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> <u>Not Found: No object found at
> /shared/._test.txt</u></p><p><b>description</b> <u>La ressource
> demandée (Not Found: No object found at /shared/._test.txt) n'est pas
> disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache
> Tomcat/5.0.28</h3></body></html>
>  >
> ---- HTTP Request at 17:7:31 ----
> PUT /jahia/webdav/shared/._test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Content-Length: 0
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
>  >
> ---- HTTP Response at 17:7:31 ----
> 
>  >
> ---- HTTP Request at 17:7:32 ----
> HTTP/1.1 201 Crée
> Set-Cookie: JSESSIONID=60E34A346790AF370A6456602CA1870E; Path=/jahia
> ETag: eb3e371df40ae2cf57dfba5e801cf8ae
> Content-Length: 0
> Date: Mon, 08 Nov 2004 16:07:31 GMT
> Server: Apache-Coyote/1.1
> 
> PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Content-Type: text/xml
> Depth: 0
> Content-Length: 164
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> <?xml version="1.0" encoding="utf-8" ?>
> <D:propfind xmlns:D="DAV:">
> <D:prop>
> <D:getlastmodified/>
> <D:getcontentlength/>
> <D:resourcetype/>
> </D:prop>
> </D:propfind>
> 
>  >
> ---- HTTP Response at 17:7:32 ----
> HTTP/1.1 207 Etat Multiple
> Set-Cookie: JSESSIONID=AD2478A80F8B3D43CFFF63ABD8EFF5C6; Path=/jahia
> Content-Type: text/xml;charset=UTF-8
> Transfer-Encoding: chunked
> Date: Mon, 08 Nov 2004 16:07:31 GMT
> Server: Apache-Coyote/1.1
> 
> 1fd
> <?xml version="1.0" encoding="UTF-8"?>
> <D:multistatus xmlns:D="DAV:">
>      <D:response>
>          <D:href>/jahia/webdav/shared/._test.txt</D:href>
>          <D:propstat>
>              <D:prop>
>                  <D:getlastmodified>Mon, 08 Nov 2004 16:07:31
> GMT</D:getlastmodified>
>                  <D:getcontentlength>0</D:getcontentlength>
>                  <D:resourcetype />
>              </D:prop>
>              <D:status>HTTP/1.1 200 OK</D:status>
>          </D:propstat>
>      </D:response>
> </D:multistatus>
> 
> 0
> 
>  >
> ---- HTTP Request at 17:7:32 ----
> LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Depth: 0
> Timeout: Second-600
> Content-Type: text/xml; charset="utf-8"
> Content-Length: 213
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> <?xml version="1.0" encoding="utf-8" ?>
> <D:lockinfo xmlns:D="DAV:">
> <D:lockscope><D:exclusive/></D:lockscope>
> <D:locktype><D:write/></D:locktype>
> <D:owner> <D:href>default-owner</D:href> </D:owner>
> </D:lockinfo>
> 
>  >
> ---- HTTP Response at 17:7:32 ----
> HTTP/1.1 200 OK
> Set-Cookie: JSESSIONID=A7CD2403939254D2866F7C2F990179C7; Path=/jahia
> Lock-Token: <opaquelocktoken:108dc12500b38f0c965f5770287c9cbe>
> Content-Type: text/xml;charset=UTF-8
> Transfer-Encoding: chunked
> Date: Mon, 08 Nov 2004 16:07:31 GMT
> Server: Apache-Coyote/1.1
> 
> 307
> <?xml version="1.0" encoding="UTF-8"?>
> <D:prop xmlns:D="DAV:">
>      <D:lockdiscovery>
>          <D:activelock>
>              <D:locktype>
>                  <D:write />
>              </D:locktype>
>              <D:lockscope>
>                  <D:exclusive />
>              </D:lockscope>
>              <D:depth>0</D:depth>
>              <D:owner><![CDATA[<D:href
> xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
>              <D:timeout>Second-599</D:timeout>
>              <D:locktoken>
> 
> <D:href>opaquelocktoken:108dc12500b38f0c965f5770287c9cbe</D:href>
>              </D:locktoken>
>              <D:principal-URL>
>                  <D:href>/jahia/webdav/users/root</D:href>
>              </D:principal-URL>
>          </D:activelock>
>      </D:lockdiscovery>
> </D:prop>
> 
> 0
> 
>  >
> ---- HTTP Request at 17:7:32 ----
> GET /jahia/webdav/shared/._test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
>  >
> ---- HTTP Response at 17:7:32 ----
> 
>  >
> ---- HTTP Request at 17:7:32 ----
> 
>  >
> ---- HTTP Response at 17:7:32 ----
> HTTP/1.1 200 OK
> Set-Cookie: JSESSIONID=712132B99C8688A861F15BA301EE6ECE; Path=/jahia
> ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
> Content-Language: en
> Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
> Content-Type: text/plain
> Content-Length: 0
> Date: Mon, 08 Nov 2004 16:07:31 GMT
> Server: Apache-Coyote/1.1
> 
> PUT /jahia/webdav/shared/._test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Content-Length: 82
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
> Set-Cookie: JSESSIONID=A5A3A2227E5CA89EA421786E483C8436; Path=/jahia
> Content-Type: text/html;charset=utf-8
> Content-Length: 1137
> Date: Mon, 08 Nov 2004 16:07:31 GMT
> Server: Apache-Coyote/1.1
> 
> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> d'erreur</title><style><!--H1
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:22px;} H2
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:16px;} H3
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:14px;} BODY
> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> white;} B
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;} P
> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> /shared/._test.ription</b> <u>La ressource source ou destination de la
> méthode est vérrouillée (Locked: Object /shared/._test.txt is
> already locked).</u></p><HR size="1" noshade="noshade"><h3>Apache
> Tomcat/5.0.28</h3></body></html>
>  >
> ---- HTTP Request at 17:7:34 ----
> DELETE /jahia/webdav/shared/._test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
>  >
> ---- HTTP Response at 17:7:34 ----
> HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
> Set-Cookie: JSESSIONID=4A24910E100C778E622FE7B30A02F9DE; Path=/jahia
> Content-Type: text/html;charset=utf-8
> Content-Length: 1137
> Date: Mon, 08 Nov 2004 16:07:34 GMT
> Server: Apache-Coyote/1.1
> 
> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> d'erreur</title><style><!--H1
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:22px;} H2
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:16px;} H3
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:14px;} BODY
> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> white;} B
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;} P
> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> /shared/._test.txt is already locked</h1><HR size="1"
> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> <u>Locked: Object /shared/._test.txt is already
> locked</u></p><p><b>description</b> <u>La ressource source ou
> destination de la méthode est vérrouillée (Locked: Object
> /shared/._test.txt is already locked).</u></p><HR size="1"
> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>  >
> ---- HTTP Request at 17:7:34 ----
> LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Depth: 0
> Timeout: Second-600
> Content-Type: text/xml; charset="utf-8"
> Content-Length: 213
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> <?xml version="1.0" encoding="utf-8" ?>
> <D:lockinfo xmlns:D="DAV:">
> <D:lockscope><D:exclusive/></D:lockscope>
> <D:locktype><D:write/></D:locktype>
> <D:owner> <D:href>default-owner</D:href> </D:owner>
> </D:lockinfo>
> 
>  >
> ---- HTTP Response at 17:7:34 ----
> HTTP/1.1 423 Locked
> Set-Cookie: JSESSIONID=3033FA202136DD22561568CBC81BA00B; Path=/jahia
> Content-Type: text/html;charset=utf-8
> Content-Length: 984
> Date: Mon, 08 Nov 2004 16:07:34 GMT
> Server: Apache-Coyote/1.1
> 
> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> d'erreur</title><style><!--H1
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:22px;} H2
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:16px;} H3
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:14px;} BODY
> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> white;} B
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;} P
> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - </h1><HR size="1"
> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> <u></u></p><p><b>description</b> <u>La ressource source ou destination
> de la méthode est vérrouillée ().</u></p><HR size="1"
> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>  >
> ---- HTTP Request at 17:7:35 ----
> 
>  >
> ---- HTTP Response at 17:7:35 ----
> LOCK /jahia/webdav/shared/test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Depth: 0
> Timeout: Second-600
> Content-Type: text/xml; charset="utf-8"
> Content-Length: 213
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> <?xml version="1.0" encoding="utf-8" ?>
> <D:lockinfo xmlns:D="DAV:">
> <D:lockscope><D:exclusive/></D:lockscope>
> <D:locktype><D:write/></D:locktype>
> <D:owner> <D:href>default-owner</D:href> </D:owner>
> </D:lockinfo>
> HTTP/1.1 200 OK
> Set-Cookie: JSESSIONID=32350B9D8351132AB456D8E0C41608BD; Path=/jahia
> Lock-Token: <opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2>
> Content-Type: text/xml;charset=UTF-8
> Transfer-Encoding: chunked
> Date: Mon, 08 Nov 2004 16:07:34 GMT
> Server: Apache-Coyote/1.1
> 
> 307
> <?xml version="1.0" encoding="UTF-8"?>
> <D:prop xmlns:D="DAV:">
>      <D:lockdiscovery>
>          <D:activelock>
>              <D:locktype>
>                  <D:write />
>              </D:locktype>
>              <D:lockscope>
>                  <D:exclusive />
>              </D:lockscope>
>              <D:depth>0</D:depth>
>              <D:owner><![CDATA[<D:href
> xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
>              <D:timeout>Second-599</D:timeout>
>              <D:locktoken>
> 
> <D:href>opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2</D:href>
>              </D:locktoken>
>              <D:principal-URL>
>                  <D:href>/jahia/webdav/users/root</D:href>
>              </D:principal-URL>
>          </D:activelock>
>      </D:lockdiscovery>
> </D:prop>
> 
> 0
> 
>  >
> ---- HTTP Request at 17:7:35 ----
> 
>  >
> ---- HTTP Response at 17:7:35 ----
> PUT /jahia/webdav/shared/test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Content-Length: 4
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> Set-Cookie: JSESSIONID=519E7D3C9798FFCD8862EFC3A24384FE; Path=/jahia
> Content-Type: text/html;charset=utf-8
> Content-Length: 1131
> Date: Mon, 08 Nov 2004 16:07:35 GMT
> Server: Apache-Coyote/1.1
> 
> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> d'erreur</title><style><!--H1
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:22px;} H2
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:16px;} H3
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:14px;} BODY
> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> white;} B
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;} P
> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> /shared/test.txt testis already locked</h1><HR size="1"
> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> <u>Locked: Object /shared/test.txt is already
> locked</u></p><p><b>description</b> <u>La ressource source ou
> destination de la méthode est vérrouillée (Locked: Object
> /shared/test.txt is already locked).</u></p><HR size="1"
> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>  >
> ---- HTTP Request at 17:7:36 ----
> 
>  >
> ---- HTTP Response at 17:7:36 ----
> GET /jahia/webdav/shared/._test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> HTTP/1.1 200 OK
> Set-Cookie: JSESSIONID=3ADC1EDCD0F826C490064FCBE5184F83; Path=/jahia
> ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
> Content-Language: en
> Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
> Content-Type: text/plain
> Content-Length: 0
> Date: Mon, 08 Nov 2004 16:07:35 GMT
> Server: Apache-Coyote/1.1
> 
>  >
> ---- HTTP Request at 17:8:7 ----
> DELETE /jahia/webdav/shared/test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
>  >
> ---- HTTP Response at 17:8:7 ----
> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> Set-Cookie: JSESSIONID=4C6FAB7ED1C9D7860A44EEB2A634F988; Path=/jahia
> Content-Type: text/html;charset=utf-8
> Content-Length: 1131
> Date: Mon, 08 Nov 2004 16:08:07 GMT
> Server: Apache-Coyote/1.1
> 
> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> d'erreur</title><style><!--H1
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:22px;} H2
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:16px;} H3
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:14px;} BODY
> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> white;} B
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;} P
> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> /shared/test.txt is already locked</h1><HR size="1"
> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> <u>Locked: Object /shared/test.txt is already
> locked</u></p><p><b>description</b> <u>La ressource source ou
> destination de la méthode est vérrouillée (Locked: Object
> /shared/test.txt is already locked).</u></p><HR size="1"
> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>  >
> ---- HTTP Request at 17:8:8 ----
> 
>  >
> ---- HTTP Response at 17:8:8 ----
> DELETE /jahia/webdav/shared/test.txt HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
> Set-Cookie: JSESSIONID=E071B89EF15B20330376F5F9782277E6; Path=/jahia
> Content-Type: text/html;charset=utf-8
> Content-Length: 1131
> Date: Mon, 08 Nov 2004 16:08:07 GMT
> Server: Apache-Coyote/1.1
> 
> <html><head><title>Apache Tomcat/5.0.28 - Rapport
> d'erreur</title><style><!--H1
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:22px;} H2
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:16px;} H3
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;font-size:14px;} BODY
> {font-family:Tahoma,Arial,sans-serif;color:black;background-color:
> white;} B
> {font-family:Tahoma,Arial,sans-serif;color:white;background-color:
> #525D76;} P
> {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-
> size:12px;}A {color : black;}A.name {color : black;}HR {color :
> #525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object
> /shared/test.txt is already locked</h1><HR size="1"
> noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>
> <u>Locked: Object /shared/test.txt is already
> locked</u></p><p><b>description</b> <u>La ressource source ou
> destination de la méthode est vérrouillée (Locked: Object
> /shared/test.txt is already locked).</u></p><HR size="1"
> noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
>  >
> ---- HTTP Request at 17:8:8 ----
> 
>  >
> ---- HTTP Response at 17:8:8 ----
> PROPFIND /jahia/webdav/shared HTTP/1.1
> User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
> Accept: */*
> Host: localhost:9090
> Content-Type: text/xml
> Depth: 0
> Content-Length: 164
> Authorization: Basic cm9vdDp0b3RvdG90bw==
> 
> <?xml version="1.0" encoding="utf-8" ?>
> <D:propfind xmlns:D="DAV:">
> <D:prop>
> <D:getlastmodified/>
> <D:getcontentlength/>
> <D:resourcetype/>
> </D:prop>
> </D:propfind>
> 
> HTTP/1.1 207 Etat Multiple
> Set-Cookie: JSESSIONID=1AC9C6755788361A18BFAAD92E0D00F1; Path=/jahia
> Content-Type: text/xml;charset=UTF-8
> Transfer-Encoding: chunked
> Date: Mon, 08 Nov 2004 16:08:07 GMT
> Server: Apache-Coyote/1.1
> 
> 239
> <?xml version="1.0" encoding="UTF-8"?>
> <D:multistatus xmlns:D="DAV:">
>      <D:response>
>          <D:href>/jahia/webdav/shared</D:href>
>          <D:propstat>
>              <D:prop>
>                  <D:getlastmodified>Sun, 07 Nov 2004 15:19:24
> GMT</D:getlastmodified>
>                  <D:getcontentlength>0</D:getcontentlength>
>                  <D:resourcetype>
>                      <D:collection />
>                  </D:resourcetype>
>              </D:prop>
>              <D:status>HTTP/1.1 200 OK</D:status>
>          </D:propstat>
>      </D:response>
> </D:multistatus>
> 
> 0
> 
> Le 8 nov. 04, ˆ 16:29, Oliver Zeigermann a Žcrit :
> 
> 
> 
> > One trace tool that worked for me (although far from perfect) is
> >
> > http://httptrace.sourceforge.net/
> >
> > Oliver
> >
> >
> > On Mon, 8 Nov 2004 11:52:49 +0100, Oliver Zeigermann
> > <ol...@gmail.com> wrote:
> >> That's great! Could you record the OSX requests that did not work with
> >> a tracking tool as well and send the HTTP trace to the list. If you
> >> did I would volunteer to build a test case around it,
> >>
> >> Oliver
> >>
> >> On Mon, 8 Nov 2004 11:27:13 +0100, Thomas Draier
> >>
> >>
> >> <th...@codeva.net> wrote:
> >>> i'm working on a macosx environment and i can do some tests. i do not
> >>> use the integrated client very often, but i remember it worked on
> >>> some
> >>> older version of slide - now the put method is not working anymore.
> >>> i'll have a look at it today.
> >>> thomas
> >>>
> >>> Le 6 nov. 04, ˆ 18:22, Oliver Zeigermann a Žcrit :
> >>>
> >>>
> >>>
> >>>> Folks,
> >>>>
> >>>> there have been many reports that there is something wrong with
> >>>> accessing Slide using Mac OSX. I would like to get this solved, but
> >>>> have got no access to a Mac, so I am of little help.
> >>>>
> >>>> I do not even know what exactly is the problem. So if anyone out
> >>>> there
> >>>> who knows,  has access to OSX, and knows how to debug Slide would
> >>>> help
> >>>> with this issue I would greatly appreciate it.
> >>>>
> >>>> Certainly without having this solved we will not be able to release
> >>>> Slide 2.1
> >>>>
> >>>> Oliver
> >>>>
> >>>> --------------------------------------------------------------------
> >>>> -
> >>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> >>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >>>
> >>>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Thomas Draier <th...@codeva.net>.
hi,
os x is doing very strange things. here is the trace for a "simple" put  
request. first of all, it tries to find the file, then do an empty put  
request - no content is uploaded - then it does the same for a file  
with the same name prefixed by ._  .  both files are then locked - and  
some put methods are executed, including one with the content . looks  
like osx expects its put to work, but slide answer that the file is  
locked and do not recognize the user. osx then displays an error  
message ("file is already used"). and tries to delete the file. but  
both files are locked and cannot be deleted. any idea why locks are  
blocking the user who put them ?


---- HTTP Request at 17:7:27 ----
PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Content-Type: text/xml
Depth: 0
Content-Length: 164
Authorization: Basic cm9vdDp0b3RvdG90bw==

<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>


 >
---- HTTP Response at 17:7:27 ----
HTTP/1.1 404 Not Found: No object found at /shared/test.txt
Set-Cookie: JSESSIONID=719688F9810DDB9E51901F134E63BA1F; Path=/jahia
Content-Type: text/html;charset=utf-8
Content-Length: 1098
Date: Mon, 08 Nov 2004 16:07:27 GMT
Server: Apache-Coyote/1.1

<html><head><title>Apache Tomcat/5.0.28 - Rapport  
d'erreur</title><style><!--H1  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:22px;} H2  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:16px;} H3  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:14px;} BODY  
{font-family:Tahoma,Arial,sans-serif;color:black;background-color: 
white;} B  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;} P  
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font- 
size:12px;}A {color : black;}A.name {color : black;}HR {color :  
#525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No  
object found at /shared/test.txt</h1><HR size="1"  
noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>  
<u>Not Found: No object found at  
/shared/test.txt</u></p><p><b>description</b> <u>La ressource demandée  
(Not Found: No object found at /shared/test.txt) n'est pas  
disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache  
Tomcat/5.0.28</h3></body></html>
 >
---- HTTP Request at 17:7:27 ----

 >
---- HTTP Response at 17:7:27 ----
PROPFIND /jahia/webdav/shared/Contents/PkgInfo HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Content-Type: text/xml
Depth: 0
Content-Length: 164
Authorization: Basic cm9vdDp0b3RvdG90bw==

<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>

HTTP/1.1 404 Not Found: No object found at /shared/Contents
Set-Cookie: JSESSIONID=3779A196F8E4F5F9431B76DFDCD0BF58; Path=/jahia
Content-Type: text/html;charset=utf-8
Content-Length: 1098
Date: Mon, 08 Nov 2004 16:07:27 GMT
Server: Apache-Coyote/1.1

<html><head><title>Apache Tomcat/5.0.28 - Rapport  
d'erreur</title><style><!--H1  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:22px;} H2  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:16px;} H3  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:14px;} BODY  
{font-family:Tahoma,Arial,sans-serif;color:black;background-color: 
white;} B  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;} P  
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font- 
size:12px;}A {color : black;}A.name {color : black;}HR {color :  
#525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No  
object found at /shared/Contents</h1><HR size="1"  
noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>  
<u>Not Found: No object found at  
/shared/Contents</u></p><p><b>description</b> <u>La ressource demandée  
(Not Found: No object found at /shared/Contents) n'est pas  
disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache  
Tomcat/5.0.28</h3></body></html>
 >
---- HTTP Request at 17:7:28 ----
PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Content-Type: text/xml
Depth: 0
Content-Length: 164
Authorization: Basic cm9vdDp0b3RvdG90bw==

<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>


 >
---- HTTP Response at 17:7:28 ----
HTTP/1.1 404 Not Found: No object found at /shared/test.txt
Set-Cookie: JSESSIONID=B76171D820FFA1492114008B0F8B51E5; Path=/jahia
Content-Type: text/html;charset=utf-8
Content-Length: 1098
Date: Mon, 08 Nov 2004 16:07:28 GMT
Server: Apache-Coyote/1.1

<html><head><title>Apache Tomcat/5.0.28 - Rapport  
d'erreur</title><style><!--H1  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:22px;} H2  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:16px;} H3  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:14px;} BODY  
{font-family:Tahoma,Arial,sans-serif;color:black;background-color: 
white;} B  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;} P  
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font- 
size:12px;}A {color : black;}A.name {color : black;}HR {color :  
#525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No  
object found at /shared/test.txt</h1><HR size="1"  
noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>  
<u>Not Found: No object found at  
/shared/test.txt</u></p><p><b>description</b> <u>La ressource demandée  
(Not Found: No object found at /shared/test.txt) n'est pas  
disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache  
Tomcat/5.0.28</h3></body></html>
 >
---- HTTP Request at 17:7:28 ----
PUT /jahia/webdav/shared/test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Content-Length: 0
Authorization: Basic cm9vdDp0b3RvdG90bw==


 >
---- HTTP Response at 17:7:29 ----

 >
---- HTTP Request at 17:7:29 ----
HTTP/1.1 201 CrÈe
Set-Cookie: JSESSIONID=C9A0E9C9DB53843B609F8CE253D736D4; Path=/jahia
ETag: be135c22440ebacaa979ae434d6dc490
Content-Length: 0
Date: Mon, 08 Nov 2004 16:07:28 GMT
Server: Apache-Coyote/1.1

PROPFIND /jahia/webdav/shared/test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Content-Type: text/xml
Depth: 0
Content-Length: 164
Authorization: Basic cm9vdDp0b3RvdG90bw==

<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>


 >
---- HTTP Response at 17:7:29 ----
HTTP/1.1 207 Etat Multiple
Set-Cookie: JSESSIONID=A011ED709916ABF2D18C70A6E0685D28; Path=/jahia
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Mon, 08 Nov 2004 16:07:28 GMT
Server: Apache-Coyote/1.1

1fb
<?xml version="1.0" encoding="UTF-8"?>
<D:multistatus xmlns:D="DAV:">
     <D:response>
         <D:href>/jahia/webdav/shared/test.txt</D:href>
         <D:propstat>
             <D:prop>
                 <D:getlastmodified>Mon, 08 Nov 2004 16:07:29  
GMT</D:getlastmodified>
                 <D:getcontentlength>0</D:getcontentlength>
                 <D:resourcetype />
             </D:prop>
             <D:status>HTTP/1.1 200 OK</D:status>
         </D:propstat>
     </D:response>
</D:multistatus>


0


 >
---- HTTP Request at 17:7:29 ----

 >
---- HTTP Response at 17:7:29 ----
GET /jahia/webdav/shared/test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Authorization: Basic cm9vdDp0b3RvdG90bw==

HTTP/1.1 200 OK
Set-Cookie: JSESSIONID=8F64051AA0FD17275660EEAF02706901; Path=/jahia
ETag: "be135c22440ebacaa979ae434d6dc490"
Content-Language: en
Last-Modified: Mon, 08 Nov 2004 16:07:29 GMT
Content-Type: text/plain
Content-Length: 0
Date: Mon, 08 Nov 2004 16:07:29 GMT
Server: Apache-Coyote/1.1


 >
---- HTTP Request at 17:7:29 ----

 >
---- HTTP Response at 17:7:30 ----
PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Content-Type: text/xml
Depth: 0
Content-Length: 164
Authorization: Basic cm9vdDp0b3RvdG90bw==

<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>

HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
Set-Cookie: JSESSIONID=5DF3C6EF4C66EB7E4C23CA0DF81D1220; Path=/jahia
Content-Type: text/html;charset=utf-8
Content-Length: 1104
Date: Mon, 08 Nov 2004 16:07:29 GMT
Server: Apache-Coyote/1.1

<html><head><title>Apache Tomcat/5.0.28 - Rapport  
d'erreur</title><style><!--H1  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:22px;} H2  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:16px;} H3  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:14px;} BODY  
{font-family:Tahoma,Arial,sans-serif;color:black;background-color: 
white;} B  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;} P  
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font- 
size:12px;}A {color : black;}A.name {color : black;}HR {color :  
#525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No  
object found at /shared/._test.txt</h1><HR size="1"  
noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>  
<u>Not Found: No object found at  
/shared/._test.txt</u></p><p><b>description</b> <u>La ressource  
demandée (Not Found: No object found at /shared/._test.txt) n'est pas  
disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache  
Tomcat/5.0.28</h3></body></html>
 >
---- HTTP Request at 17:7:30 ----

 >
---- HTTP Response at 17:7:30 ----
PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Content-Type: text/xml
Depth: 0
Content-Length: 164
Authorization: Basic cm9vdDp0b3RvdG90bw==

<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>

HTTP/1.1 404 Not Found: No object found at /shared/._test.txt
Set-Cookie: JSESSIONID=2D27A7CFFFB6FF98F379289A6A5BBA59; Path=/jahia
Content-Type: text/html;charset=utf-8
Content-Length: 1104
Date: Mon, 08 Nov 2004 16:07:29 GMT
Server: Apache-Coyote/1.1

<html><head><title>Apache Tomcat/5.0.28 - Rapport  
d'erreur</title><style><!--H1  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:22px;} H2  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:16px;} H3  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:14px;} BODY  
{font-family:Tahoma,Arial,sans-serif;color:black;background-color: 
white;} B  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;} P  
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font- 
size:12px;}A {color : black;}A.name {color : black;}HR {color :  
#525D76;}--></style> </head><body><h1>Etat HTTP 404 - Not Found: No  
object found at /shared/._test.txt</h1><HR size="1"  
noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>  
<u>Not Found: No object found at  
/shared/._test.txt</u></p><p><b>description</b> <u>La ressource  
demandée (Not Found: No object found at /shared/._test.txt) n'est pas  
disponible.</u></p><HR size="1" noshade="noshade"><h3>Apache  
Tomcat/5.0.28</h3></body></html>
 >
---- HTTP Request at 17:7:31 ----
PUT /jahia/webdav/shared/._test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Content-Length: 0
Authorization: Basic cm9vdDp0b3RvdG90bw==


 >
---- HTTP Response at 17:7:31 ----

 >
---- HTTP Request at 17:7:32 ----
HTTP/1.1 201 CrÈe
Set-Cookie: JSESSIONID=60E34A346790AF370A6456602CA1870E; Path=/jahia
ETag: eb3e371df40ae2cf57dfba5e801cf8ae
Content-Length: 0
Date: Mon, 08 Nov 2004 16:07:31 GMT
Server: Apache-Coyote/1.1

PROPFIND /jahia/webdav/shared/._test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Content-Type: text/xml
Depth: 0
Content-Length: 164
Authorization: Basic cm9vdDp0b3RvdG90bw==

<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>


 >
---- HTTP Response at 17:7:32 ----
HTTP/1.1 207 Etat Multiple
Set-Cookie: JSESSIONID=AD2478A80F8B3D43CFFF63ABD8EFF5C6; Path=/jahia
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Mon, 08 Nov 2004 16:07:31 GMT
Server: Apache-Coyote/1.1

1fd
<?xml version="1.0" encoding="UTF-8"?>
<D:multistatus xmlns:D="DAV:">
     <D:response>
         <D:href>/jahia/webdav/shared/._test.txt</D:href>
         <D:propstat>
             <D:prop>
                 <D:getlastmodified>Mon, 08 Nov 2004 16:07:31  
GMT</D:getlastmodified>
                 <D:getcontentlength>0</D:getcontentlength>
                 <D:resourcetype />
             </D:prop>
             <D:status>HTTP/1.1 200 OK</D:status>
         </D:propstat>
     </D:response>
</D:multistatus>


0


 >
---- HTTP Request at 17:7:32 ----
LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Depth: 0
Timeout: Second-600
Content-Type: text/xml; charset="utf-8"
Content-Length: 213
Authorization: Basic cm9vdDp0b3RvdG90bw==

<?xml version="1.0" encoding="utf-8" ?>
<D:lockinfo xmlns:D="DAV:">
<D:lockscope><D:exclusive/></D:lockscope>
<D:locktype><D:write/></D:locktype>
<D:owner> <D:href>default-owner</D:href> </D:owner>
</D:lockinfo>

 >
---- HTTP Response at 17:7:32 ----
HTTP/1.1 200 OK
Set-Cookie: JSESSIONID=A7CD2403939254D2866F7C2F990179C7; Path=/jahia
Lock-Token: <opaquelocktoken:108dc12500b38f0c965f5770287c9cbe>
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Mon, 08 Nov 2004 16:07:31 GMT
Server: Apache-Coyote/1.1

307
<?xml version="1.0" encoding="UTF-8"?>
<D:prop xmlns:D="DAV:">
     <D:lockdiscovery>
         <D:activelock>
             <D:locktype>
                 <D:write />
             </D:locktype>
             <D:lockscope>
                 <D:exclusive />
             </D:lockscope>
             <D:depth>0</D:depth>
             <D:owner><![CDATA[<D:href  
xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
             <D:timeout>Second-599</D:timeout>
             <D:locktoken>
                  
<D:href>opaquelocktoken:108dc12500b38f0c965f5770287c9cbe</D:href>
             </D:locktoken>
             <D:principal-URL>
                 <D:href>/jahia/webdav/users/root</D:href>
             </D:principal-URL>
         </D:activelock>
     </D:lockdiscovery>
</D:prop>


0


 >
---- HTTP Request at 17:7:32 ----
GET /jahia/webdav/shared/._test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Authorization: Basic cm9vdDp0b3RvdG90bw==


 >
---- HTTP Response at 17:7:32 ----

 >
---- HTTP Request at 17:7:32 ----

 >
---- HTTP Response at 17:7:32 ----
HTTP/1.1 200 OK
Set-Cookie: JSESSIONID=712132B99C8688A861F15BA301EE6ECE; Path=/jahia
ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
Content-Language: en
Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
Content-Type: text/plain
Content-Length: 0
Date: Mon, 08 Nov 2004 16:07:31 GMT
Server: Apache-Coyote/1.1

PUT /jahia/webdav/shared/._test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Content-Length: 82
Authorization: Basic cm9vdDp0b3RvdG90bw==

HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
Set-Cookie: JSESSIONID=A5A3A2227E5CA89EA421786E483C8436; Path=/jahia
Content-Type: text/html;charset=utf-8
Content-Length: 1137
Date: Mon, 08 Nov 2004 16:07:31 GMT
Server: Apache-Coyote/1.1

<html><head><title>Apache Tomcat/5.0.28 - Rapport  
d'erreur</title><style><!--H1  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:22px;} H2  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:16px;} H3  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:14px;} BODY  
{font-family:Tahoma,Arial,sans-serif;color:black;background-color: 
white;} B  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;} P  
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font- 
size:12px;}A {color : black;}A.name {color : black;}HR {color :  
#525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object  
/shared/._test.ription</b> <u>La ressource source ou destination de la  
méthode est vérrouillée (Locked: Object /shared/._test.txt is  
already locked).</u></p><HR size="1" noshade="noshade"><h3>Apache  
Tomcat/5.0.28</h3></body></html>
 >
---- HTTP Request at 17:7:34 ----
DELETE /jahia/webdav/shared/._test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Authorization: Basic cm9vdDp0b3RvdG90bw==


 >
---- HTTP Response at 17:7:34 ----
HTTP/1.1 423 Locked: Object /shared/._test.txt is already locked
Set-Cookie: JSESSIONID=4A24910E100C778E622FE7B30A02F9DE; Path=/jahia
Content-Type: text/html;charset=utf-8
Content-Length: 1137
Date: Mon, 08 Nov 2004 16:07:34 GMT
Server: Apache-Coyote/1.1

<html><head><title>Apache Tomcat/5.0.28 - Rapport  
d'erreur</title><style><!--H1  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:22px;} H2  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:16px;} H3  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:14px;} BODY  
{font-family:Tahoma,Arial,sans-serif;color:black;background-color: 
white;} B  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;} P  
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font- 
size:12px;}A {color : black;}A.name {color : black;}HR {color :  
#525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object  
/shared/._test.txt is already locked</h1><HR size="1"  
noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>  
<u>Locked: Object /shared/._test.txt is already  
locked</u></p><p><b>description</b> <u>La ressource source ou  
destination de la méthode est vérrouillée (Locked: Object  
/shared/._test.txt is already locked).</u></p><HR size="1"  
noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
 >
---- HTTP Request at 17:7:34 ----
LOCK /jahia/webdav/shared/._test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Depth: 0
Timeout: Second-600
Content-Type: text/xml; charset="utf-8"
Content-Length: 213
Authorization: Basic cm9vdDp0b3RvdG90bw==

<?xml version="1.0" encoding="utf-8" ?>
<D:lockinfo xmlns:D="DAV:">
<D:lockscope><D:exclusive/></D:lockscope>
<D:locktype><D:write/></D:locktype>
<D:owner> <D:href>default-owner</D:href> </D:owner>
</D:lockinfo>

 >
---- HTTP Response at 17:7:34 ----
HTTP/1.1 423 Locked
Set-Cookie: JSESSIONID=3033FA202136DD22561568CBC81BA00B; Path=/jahia
Content-Type: text/html;charset=utf-8
Content-Length: 984
Date: Mon, 08 Nov 2004 16:07:34 GMT
Server: Apache-Coyote/1.1

<html><head><title>Apache Tomcat/5.0.28 - Rapport  
d'erreur</title><style><!--H1  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:22px;} H2  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:16px;} H3  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:14px;} BODY  
{font-family:Tahoma,Arial,sans-serif;color:black;background-color: 
white;} B  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;} P  
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font- 
size:12px;}A {color : black;}A.name {color : black;}HR {color :  
#525D76;}--></style> </head><body><h1>Etat HTTP 423 - </h1><HR size="1"  
noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>  
<u></u></p><p><b>description</b> <u>La ressource source ou destination  
de la méthode est vérrouillée ().</u></p><HR size="1"  
noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
 >
---- HTTP Request at 17:7:35 ----

 >
---- HTTP Response at 17:7:35 ----
LOCK /jahia/webdav/shared/test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Depth: 0
Timeout: Second-600
Content-Type: text/xml; charset="utf-8"
Content-Length: 213
Authorization: Basic cm9vdDp0b3RvdG90bw==

<?xml version="1.0" encoding="utf-8" ?>
<D:lockinfo xmlns:D="DAV:">
<D:lockscope><D:exclusive/></D:lockscope>
<D:locktype><D:write/></D:locktype>
<D:owner> <D:href>default-owner</D:href> </D:owner>
</D:lockinfo>
HTTP/1.1 200 OK
Set-Cookie: JSESSIONID=32350B9D8351132AB456D8E0C41608BD; Path=/jahia
Lock-Token: <opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2>
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Mon, 08 Nov 2004 16:07:34 GMT
Server: Apache-Coyote/1.1

307
<?xml version="1.0" encoding="UTF-8"?>
<D:prop xmlns:D="DAV:">
     <D:lockdiscovery>
         <D:activelock>
             <D:locktype>
                 <D:write />
             </D:locktype>
             <D:lockscope>
                 <D:exclusive />
             </D:lockscope>
             <D:depth>0</D:depth>
             <D:owner><![CDATA[<D:href  
xmlns:D="DAV:">default-owner</D:href>]]></D:owner>
             <D:timeout>Second-599</D:timeout>
             <D:locktoken>
                  
<D:href>opaquelocktoken:e9e337d65a7bdcf3342c147877eda9a2</D:href>
             </D:locktoken>
             <D:principal-URL>
                 <D:href>/jahia/webdav/users/root</D:href>
             </D:principal-URL>
         </D:activelock>
     </D:lockdiscovery>
</D:prop>


0


 >
---- HTTP Request at 17:7:35 ----

 >
---- HTTP Response at 17:7:35 ----
PUT /jahia/webdav/shared/test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Content-Length: 4
Authorization: Basic cm9vdDp0b3RvdG90bw==

HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
Set-Cookie: JSESSIONID=519E7D3C9798FFCD8862EFC3A24384FE; Path=/jahia
Content-Type: text/html;charset=utf-8
Content-Length: 1131
Date: Mon, 08 Nov 2004 16:07:35 GMT
Server: Apache-Coyote/1.1

<html><head><title>Apache Tomcat/5.0.28 - Rapport  
d'erreur</title><style><!--H1  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:22px;} H2  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:16px;} H3  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:14px;} BODY  
{font-family:Tahoma,Arial,sans-serif;color:black;background-color: 
white;} B  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;} P  
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font- 
size:12px;}A {color : black;}A.name {color : black;}HR {color :  
#525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object  
/shared/test.txt testis already locked</h1><HR size="1"  
noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>  
<u>Locked: Object /shared/test.txt is already  
locked</u></p><p><b>description</b> <u>La ressource source ou  
destination de la méthode est vérrouillée (Locked: Object  
/shared/test.txt is already locked).</u></p><HR size="1"  
noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
 >
---- HTTP Request at 17:7:36 ----

 >
---- HTTP Response at 17:7:36 ----
GET /jahia/webdav/shared/._test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Authorization: Basic cm9vdDp0b3RvdG90bw==

HTTP/1.1 200 OK
Set-Cookie: JSESSIONID=3ADC1EDCD0F826C490064FCBE5184F83; Path=/jahia
ETag: "eb3e371df40ae2cf57dfba5e801cf8ae"
Content-Language: en
Last-Modified: Mon, 08 Nov 2004 16:07:31 GMT
Content-Type: text/plain
Content-Length: 0
Date: Mon, 08 Nov 2004 16:07:35 GMT
Server: Apache-Coyote/1.1


 >
---- HTTP Request at 17:8:7 ----
DELETE /jahia/webdav/shared/test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Authorization: Basic cm9vdDp0b3RvdG90bw==


 >
---- HTTP Response at 17:8:7 ----
HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
Set-Cookie: JSESSIONID=4C6FAB7ED1C9D7860A44EEB2A634F988; Path=/jahia
Content-Type: text/html;charset=utf-8
Content-Length: 1131
Date: Mon, 08 Nov 2004 16:08:07 GMT
Server: Apache-Coyote/1.1

<html><head><title>Apache Tomcat/5.0.28 - Rapport  
d'erreur</title><style><!--H1  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:22px;} H2  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:16px;} H3  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:14px;} BODY  
{font-family:Tahoma,Arial,sans-serif;color:black;background-color: 
white;} B  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;} P  
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font- 
size:12px;}A {color : black;}A.name {color : black;}HR {color :  
#525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object  
/shared/test.txt is already locked</h1><HR size="1"  
noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>  
<u>Locked: Object /shared/test.txt is already  
locked</u></p><p><b>description</b> <u>La ressource source ou  
destination de la méthode est vérrouillée (Locked: Object  
/shared/test.txt is already locked).</u></p><HR size="1"  
noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
 >
---- HTTP Request at 17:8:8 ----

 >
---- HTTP Response at 17:8:8 ----
DELETE /jahia/webdav/shared/test.txt HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Authorization: Basic cm9vdDp0b3RvdG90bw==

HTTP/1.1 423 Locked: Object /shared/test.txt is already locked
Set-Cookie: JSESSIONID=E071B89EF15B20330376F5F9782277E6; Path=/jahia
Content-Type: text/html;charset=utf-8
Content-Length: 1131
Date: Mon, 08 Nov 2004 16:08:07 GMT
Server: Apache-Coyote/1.1

<html><head><title>Apache Tomcat/5.0.28 - Rapport  
d'erreur</title><style><!--H1  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:22px;} H2  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:16px;} H3  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;font-size:14px;} BODY  
{font-family:Tahoma,Arial,sans-serif;color:black;background-color: 
white;} B  
{font-family:Tahoma,Arial,sans-serif;color:white;background-color: 
#525D76;} P  
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font- 
size:12px;}A {color : black;}A.name {color : black;}HR {color :  
#525D76;}--></style> </head><body><h1>Etat HTTP 423 - Locked: Object  
/shared/test.txt is already locked</h1><HR size="1"  
noshade="noshade"><p><b>type</b> Rapport d'état</p><p><b>message</b>  
<u>Locked: Object /shared/test.txt is already  
locked</u></p><p><b>description</b> <u>La ressource source ou  
destination de la méthode est vérrouillée (Locked: Object  
/shared/test.txt is already locked).</u></p><HR size="1"  
noshade="noshade"><h3>Apache Tomcat/5.0.28</h3></body></html>
 >
---- HTTP Request at 17:8:8 ----

 >
---- HTTP Response at 17:8:8 ----
PROPFIND /jahia/webdav/shared HTTP/1.1
User-Agent: WebDAVFS/1.2.7 (01278000) Darwin/7.5.0 (Power Macintosh)
Accept: */*
Host: localhost:9090
Content-Type: text/xml
Depth: 0
Content-Length: 164
Authorization: Basic cm9vdDp0b3RvdG90bw==

<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:">
<D:prop>
<D:getlastmodified/>
<D:getcontentlength/>
<D:resourcetype/>
</D:prop>
</D:propfind>

HTTP/1.1 207 Etat Multiple
Set-Cookie: JSESSIONID=1AC9C6755788361A18BFAAD92E0D00F1; Path=/jahia
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Mon, 08 Nov 2004 16:08:07 GMT
Server: Apache-Coyote/1.1

239
<?xml version="1.0" encoding="UTF-8"?>
<D:multistatus xmlns:D="DAV:">
     <D:response>
         <D:href>/jahia/webdav/shared</D:href>
         <D:propstat>
             <D:prop>
                 <D:getlastmodified>Sun, 07 Nov 2004 15:19:24  
GMT</D:getlastmodified>
                 <D:getcontentlength>0</D:getcontentlength>
                 <D:resourcetype>
                     <D:collection />
                 </D:resourcetype>
             </D:prop>
             <D:status>HTTP/1.1 200 OK</D:status>
         </D:propstat>
     </D:response>
</D:multistatus>


0




Le 8 nov. 04, à 16:29, Oliver Zeigermann a écrit :

> One trace tool that worked for me (although far from perfect) is
>
> http://httptrace.sourceforge.net/
>
> Oliver
>
>
> On Mon, 8 Nov 2004 11:52:49 +0100, Oliver Zeigermann
> <ol...@gmail.com> wrote:
>> That's great! Could you record the OSX requests that did not work with
>> a tracking tool as well and send the HTTP trace to the list. If you
>> did I would volunteer to build a test case around it,
>>
>> Oliver
>>
>> On Mon, 8 Nov 2004 11:27:13 +0100, Thomas Draier
>>
>>
>> <th...@codeva.net> wrote:
>>> i'm working on a macosx environment and i can do some tests. i do not
>>> use the integrated client very often, but i remember it worked on  
>>> some
>>> older version of slide - now the put method is not working anymore.
>>> i'll have a look at it today.
>>> thomas
>>>
>>> Le 6 nov. 04, à 18:22, Oliver Zeigermann a écrit :
>>>
>>>
>>>
>>>> Folks,
>>>>
>>>> there have been many reports that there is something wrong with
>>>> accessing Slide using Mac OSX. I would like to get this solved, but
>>>> have got no access to a Mac, so I am of little help.
>>>>
>>>> I do not even know what exactly is the problem. So if anyone out  
>>>> there
>>>> who knows,  has access to OSX, and knows how to debug Slide would  
>>>> help
>>>> with this issue I would greatly appreciate it.
>>>>
>>>> Certainly without having this solved we will not be able to release
>>>> Slide 2.1
>>>>
>>>> Oliver
>>>>
>>>> -------------------------------------------------------------------- 
>>>> -
>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org

Mac OSX Tracking

Posted by Oliver Zeigermann <ol...@gmail.com>.
Folks,

Chris sent me this reference to the built in dumping tool in OS X.

Oliver

---------- Forwarded message ----------
From: Chris Sharp <cs...@mac.com>
Date: Tue, 9 Nov 2004 15:02:14 -0800
Subject: Re: Mac OSX Issue
To: Oliver Zeigermann <ol...@gmail.com>


OS X has tcpdump built-in to the OS. Here is the incantation that I
would use:
 From terminal:
sudo tcpdump -vvv -s 0 -w /tmp/slideTrace.bin -i en0 port 8080

Just make sure that traffic is heading out en0 (it would be lo0 if you
were running Slide locally) and that Slide is listening on port 8080.

This will create a binary file "/tmp/slideTrace.bin" which can be read
with tcpdump on another platform or with the handy tcpflow utility
(http://www.circlemud.org/~jelson/software/tcpflow/). If need be, send
me the trace file and I will send you back a pretty version.

For OS X users on 10.3 you can do:
sudo tcpdump -A -s 0 -i en0 port 8080

which will print a some what legible trace to stdout.

Chris


On Nov 8, 2004, at 7:29 AM, Oliver Zeigermann wrote:

> One trace tool that worked for me (although far from perfect) is
>
> http://httptrace.sourceforge.net/
>
> Oliver
>
>
> On Mon, 8 Nov 2004 11:52:49 +0100, Oliver Zeigermann
> <ol...@gmail.com> wrote:
>> That's great! Could you record the OSX requests that did not work with
>> a tracking tool as well and send the HTTP trace to the list. If you
>> did I would volunteer to build a test case around it,
>>
>> Oliver
>>
>> On Mon, 8 Nov 2004 11:27:13 +0100, Thomas Draier
>>
>>
>> <th...@codeva.net> wrote:
>>> i'm working on a macosx environment and i can do some tests. i do not
>>> use the integrated client very often, but i remember it worked on
>>> some
>>> older version of slide - now the put method is not working anymore.
>>> i'll have a look at it today.
>>> thomas
>>>
>>> Le 6 nov. 04, à 18:22, Oliver Zeigermann a écrit :
>>>
>>>
>>>
>>>> Folks,
>>>>
>>>> there have been many reports that there is something wrong with
>>>> accessing Slide using Mac OSX. I would like to get this solved, but
>>>> have got no access to a Mac, so I am of little help.
>>>>
>>>> I do not even know what exactly is the problem. So if anyone out
>>>> there
>>>> who knows,  has access to OSX, and knows how to debug Slide would
>>>> help
>>>> with this issue I would greatly appreciate it.
>>>>
>>>> Certainly without having this solved we will not be able to release
>>>> Slide 2.1
>>>>
>>>> Oliver
>>>>
>>>> --------------------------------------------------------------------
>>>> -
>>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>

Re: Mac OSX Issue

Posted by Oliver Zeigermann <ol...@gmail.com>.
One trace tool that worked for me (although far from perfect) is

http://httptrace.sourceforge.net/

Oliver


On Mon, 8 Nov 2004 11:52:49 +0100, Oliver Zeigermann
<ol...@gmail.com> wrote:
> That's great! Could you record the OSX requests that did not work with
> a tracking tool as well and send the HTTP trace to the list. If you
> did I would volunteer to build a test case around it,
> 
> Oliver
> 
> On Mon, 8 Nov 2004 11:27:13 +0100, Thomas Draier
> 
> 
> <th...@codeva.net> wrote:
> > i'm working on a macosx environment and i can do some tests. i do not
> > use the integrated client very often, but i remember it worked on some
> > older version of slide - now the put method is not working anymore.
> > i'll have a look at it today.
> > thomas
> >
> > Le 6 nov. 04, à 18:22, Oliver Zeigermann a écrit :
> >
> >
> >
> > > Folks,
> > >
> > > there have been many reports that there is something wrong with
> > > accessing Slide using Mac OSX. I would like to get this solved, but
> > > have got no access to a Mac, so I am of little help.
> > >
> > > I do not even know what exactly is the problem. So if anyone out there
> > > who knows,  has access to OSX, and knows how to debug Slide would help
> > > with this issue I would greatly appreciate it.
> > >
> > > Certainly without having this solved we will not be able to release
> > > Slide 2.1
> > >
> > > Oliver
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Oliver Zeigermann <ol...@gmail.com>.
That's great! Could you record the OSX requests that did not work with
a tracking tool as well and send the HTTP trace to the list. If you
did I would volunteer to build a test case around it,

Oliver


On Mon, 8 Nov 2004 11:27:13 +0100, Thomas Draier
<th...@codeva.net> wrote:
> i'm working on a macosx environment and i can do some tests. i do not
> use the integrated client very often, but i remember it worked on some
> older version of slide - now the put method is not working anymore.
> i'll have a look at it today.
> thomas
> 
> Le 6 nov. 04, à 18:22, Oliver Zeigermann a écrit :
> 
> 
> 
> > Folks,
> >
> > there have been many reports that there is something wrong with
> > accessing Slide using Mac OSX. I would like to get this solved, but
> > have got no access to a Mac, so I am of little help.
> >
> > I do not even know what exactly is the problem. So if anyone out there
> > who knows,  has access to OSX, and knows how to debug Slide would help
> > with this issue I would greatly appreciate it.
> >
> > Certainly without having this solved we will not be able to release
> > Slide 2.1
> >
> > Oliver
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Mac OSX Issue

Posted by Thomas Draier <th...@codeva.net>.
i'm working on a macosx environment and i can do some tests. i do not 
use the integrated client very often, but i remember it worked on some 
older version of slide - now the put method is not working anymore. 
i'll have a look at it today.
thomas


Le 6 nov. 04, à 18:22, Oliver Zeigermann a écrit :

> Folks,
>
> there have been many reports that there is something wrong with
> accessing Slide using Mac OSX. I would like to get this solved, but
> have got no access to a Mac, so I am of little help.
>
> I do not even know what exactly is the problem. So if anyone out there
> who knows,  has access to OSX, and knows how to debug Slide would help
> with this issue I would greatly appreciate it.
>
> Certainly without having this solved we will not be able to release 
> Slide 2.1
>
> Oliver
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: Fwd: Mac OSX Issue

Posted by Brian Lee <bl...@macys.com>.
Once I get some time today - I'll do it.

Oliver Zeigermann wrote:

>---------- Forwarded message ----------
>From: James Mason <ma...@apache.org>
>Date: Sat, 06 Nov 2004 23:43:27 -0800
>Subject: Re: Mac OSX Issue
>To: Oliver Zeigermann <ol...@gmail.com>
>
>
>Maybe having someone setup a recording proxy and running through some
>basic usage examples would be a good idea? That would give us some
>traffic we could replay on other systems and even incorporate into the
>testsuite.
>
>I know this idea has come up before, so can anyone with access to OS X
>volunteer to record a session so the rest of us can help with the
>debugging?
>
>-James
>
>
>
>On Sat, 2004-11-06 at 18:22 +0100, Oliver Zeigermann wrote:
>  
>
>>Folks,
>>
>>there have been many reports that there is something wrong with
>>accessing Slide using Mac OSX. I would like to get this solved, but
>>have got no access to a Mac, so I am of little help.
>>
>>I do not even know what exactly is the problem. So if anyone out there
>>who knows,  has access to OSX, and knows how to debug Slide would help
>>with this issue I would greatly appreciate it.
>>
>>Certainly without having this solved we will not be able to release Slide 2.1
>>
>>Oliver
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>>
>>    
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Fwd: Mac OSX Issue

Posted by Oliver Zeigermann <ol...@gmail.com>.
---------- Forwarded message ----------
From: James Mason <ma...@apache.org>
Date: Sat, 06 Nov 2004 23:43:27 -0800
Subject: Re: Mac OSX Issue
To: Oliver Zeigermann <ol...@gmail.com>


Maybe having someone setup a recording proxy and running through some
basic usage examples would be a good idea? That would give us some
traffic we could replay on other systems and even incorporate into the
testsuite.

I know this idea has come up before, so can anyone with access to OS X
volunteer to record a session so the rest of us can help with the
debugging?

-James



On Sat, 2004-11-06 at 18:22 +0100, Oliver Zeigermann wrote:
> Folks,
>
> there have been many reports that there is something wrong with
> accessing Slide using Mac OSX. I would like to get this solved, but
> have got no access to a Mac, so I am of little help.
>
> I do not even know what exactly is the problem. So if anyone out there
> who knows,  has access to OSX, and knows how to debug Slide would help
> with this issue I would greatly appreciate it.
>
> Certainly without having this solved we will not be able to release Slide 2.1
>
> Oliver
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org