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 <[EMAIL PROTECTED]> 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 > > <[EMAIL PROTECTED]> 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 > >>> <[EMAIL PROTECTED]> 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 > >>>>> <[EMAIL PROTECTED]> 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 > >>>>>> > >>>>>> > >>>>>> <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] > >>>>>>>> For additional commands, e-mail: > >>>>>>>> [EMAIL PROTECTED] > >>>>>>> > >>>>>>> ----------------------------------------------------------------- > >>>>>>> -- > >>>>>>> -- > >>>>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>>>>> For additional commands, e-mail: > >>>>>>> [EMAIL PROTECTED] > >>>>>>> > >>>>>>> > >>>>>> > >>>>> > >>>>> ------------------------------------------------------------------- > >>>>> -- > >>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>>> For additional commands, e-mail: [EMAIL PROTECTED] > >>>> > >>>> > >>> > >>> --------------------------------------------------------------------- > >> > >> > >>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >>> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
