[Cyberduck-trac] [Cyberduck] #6573: Cannot crete folder on Webdav: I/O error unsupported file type

Cyberduck trac at trac.cyberduck.ch
Fri Mar 2 19:25:12 CET 2012


#6573: Cannot crete folder on Webdav: I/O error unsupported file type
----------------------------------+------------------------
 Reporter:  Daggerquill           |         Owner:  dkocher
     Type:  defect                |        Status:  new
 Priority:  normal                |     Milestone:
Component:  webdav                |       Version:  4.2.1
 Severity:  normal                |    Resolution:
 Keywords:  webdav xythos folder  |  Architecture:  Intel
 Platform:  Mac OS X 10.7         |
----------------------------------+------------------------
Description changed by Daggerquill:

Old description:

> When attempting to create folder 'testfolder1' on WebDAV server via
> https, I get error:
>
> {{{
> I/O Error: cannot create folder testfolder1
> Unsupported Media Type
> }}}
>
> Other WebDAV functions (authentication, file upload/download, etc.)
> appear to work normally.
>
> I first noticed when attempting to connect to a Xythos WebDAV (Apache
> Tomcat/Coyote) server on OS X 10.7.3, but it seems server and platform
> agnostic, and probably related to Ticket #6540
>
> The problem seems to have been introduced at some point in the 4.1.x or
> 4.2.x tree. I was able to create a Folder as recently as this morning
> using 4.0.5, but creation fails consistently since upgrading to 4.2.1
> around noon today.
>
> Log snippet:
>
> {{{
> MKCOL /users/*****/testfolder1/ HTTP/1.1
> Content-Type: text/xml; charset=utf-8
> Content-Length: 0
> Host: ***.***.edu
> Connection: Keep-Alive
> User-Agent: Cyberduck/4.2.1 (Mac OS X/10.7.3) (i386)
> Cookie: XythosSessionID1=[B at 1361731--2017326351;
> xyc_XythosGroupDigest1=2CE8CEE95E83148FDAA840036333042790F1D893
> Cookie2: $Version=1
> Authorization: Basic anNhdmFnZTprYWx5cHNPNTc3NQ==
> HTTP/1.1 415 Unsupported Media Type
> Server: Apache-Coyote/1.1
> Cache-Control: no-cache
> Pragma: no-cache
> Date: Fri, 02 Mar 2012 17:57:02 GMT
> Content-Type: text/html;charset=UTF-8
> Content-Length: 63
> }}}
>

> Full log, from authentication to failure:
> {{{
> PROPFIND /users/*****/ HTTP/1.1
> Depth: 1
> Content-Type: text/xml; charset=utf-8
> Content-Length: 99
> Host: ***.***.edu
> Connection: Keep-Alive
> User-Agent: Cyberduck/4.2.1 (Mac OS X/10.7.3) (i386)
> HTTP/1.1 401 Unauthorized
> Server: Apache-Coyote/1.1
> Date: Fri, 02 Mar 2012 18:13:39 GMT
> WWW-Authenticate: BASIC realm="***.***.edu"
> Cache-Control: no-cache
> Pragma: no-cache
> Content-Type: text/html;charset=UTF-8
> Content-Length: 182
> PROPFIND /users/*****/ HTTP/1.1
> Depth: 1
> Content-Type: text/xml; charset=utf-8
> Content-Length: 99
> Host: ***.***.edu
> Connection: Keep-Alive
> User-Agent: Cyberduck/4.2.1 (Mac OS X/10.7.3) (i386)
> Authorization: Basic anNhdmFnZTprYWx5cHNPNTc3NQ==
> HTTP/1.1 207 Multi-Status
> Server: Apache-Coyote/1.1
> Set-Cookie:
> xyc_XythosGroupDigest1=2CE8CEE95E83148FDAA840036333042790F1D893;
> Expires=Sat, 03-Mar-2012 18:13:40 GMT; Path=/; Secure
> Set-Cookie: XythosSessionID1=[B at 1361731--2017326351; Expires=Sat,
> 03-Mar-2012 18:13:40 GMT; Path=/; Secure
> Date: Fri, 02 Mar 2012 18:13:39 GMT
> Content-Type: text/xml;charset=UTF-8
> Transfer-Encoding: chunked
> Content-Encoding: gzip
> Vary: Accept-Encoding
> MKCOL /users/*****/testfolder1/ HTTP/1.1
> Content-Type: text/xml; charset=utf-8
> Content-Length: 0
> Host: ***.***.edu
> Connection: Keep-Alive
> User-Agent: Cyberduck/4.2.1 (Mac OS X/10.7.3) (i386)
> Cookie: XythosSessionID1=[B at 1361731--2017326351;
> xyc_XythosGroupDigest1=2CE8CEE95E83148FDAA840036333042790F1D893
> Cookie2: $Version=1
> Authorization: Basic anNhdmFnZTprYWx5cHNPNTc3NQ==
> HTTP/1.1 415 Unsupported Media Type
> Server: Apache-Coyote/1.1
> Cache-Control: no-cache
> Pragma: no-cache
> Date: Fri, 02 Mar 2012 18:13:55 GMT
> Content-Type: text/html;charset=UTF-8
> Content-Length: 63
> MKCOL /users/*****/testfolder1/ HTTP/1.1
> Content-Type: text/xml; charset=utf-8
> Content-Length: 0
> Host: ***.***.edu
> Connection: Keep-Alive
> User-Agent: Cyberduck/4.2.1 (Mac OS X/10.7.3) (i386)
> Cookie: XythosSessionID1=[B at 1361731--2017326351;
> xyc_XythosGroupDigest1=2CE8CEE95E83148FDAA840036333042790F1D893
> Cookie2: $Version=1
> Authorization: Basic anNhdmFnZTprYWx5cHNPNTc3NQ==
> HTTP/1.1 415 Unsupported Media Type
> Server: Apache-Coyote/1.1
> Cache-Control: no-cache
> Pragma: no-cache
> Date: Fri, 02 Mar 2012 18:13:59 GMT
> Content-Type: text/html;charset=UTF-8
> Content-Length: 63

New description:

 When attempting to create folder 'testfolder1' on WebDAV server via https,
 I get error:

 {{{
 I/O Error: cannot create folder testfolder1
 Unsupported Media Type
 }}}

 Other WebDAV functions (authentication, file upload/download, etc.) appear
 to work normally.

 I first noticed when attempting to connect to a Xythos WebDAV (Apache
 Tomcat/Coyote) server on OS X 10.7.3, but it seems server and platform
 agnostic, and probably related to Ticket #6540

 The problem seems to have been introduced at some point in the 4.1.x or
 4.2.x tree. I was able to create a Folder as recently as this morning
 using 4.0.5, but creation fails consistently since upgrading to 4.2.1
 around noon today.


 Log snippet:

 {{{
 MKCOL /users/*****/testfolder1/ HTTP/1.1
 Content-Type: text/xml; charset=utf-8
 Content-Length: 0
 Host: ***.***.edu
 Connection: Keep-Alive
 User-Agent: Cyberduck/4.2.1 (Mac OS X/10.7.3) (i386)
 Cookie: XythosSessionID1=[B at 1361731--2017326351;
 xyc_XythosGroupDigest1=2CE8CEE95E83148FDAA840036333042790F1D893
 Cookie2: $Version=1
 Authorization: Basic anNhdmFnZTprYWx5cHNPNTc3NQ==
 HTTP/1.1 415 Unsupported Media Type
 Server: Apache-Coyote/1.1
 Cache-Control: no-cache
 Pragma: no-cache
 Date: Fri, 02 Mar 2012 17:57:02 GMT
 Content-Type: text/html;charset=UTF-8
 Content-Length: 63
 }}}


 Full log, from authentication to failure:
 {{{
 PROPFIND /users/*****/ HTTP/1.1
 Depth: 1
 Content-Type: text/xml; charset=utf-8
 Content-Length: 99
 Host: ***.***.edu
 Connection: Keep-Alive
 User-Agent: Cyberduck/4.2.1 (Mac OS X/10.7.3) (i386)
 HTTP/1.1 401 Unauthorized
 Server: Apache-Coyote/1.1
 Date: Fri, 02 Mar 2012 18:13:39 GMT
 WWW-Authenticate: BASIC realm="***.***.edu"
 Cache-Control: no-cache
 Pragma: no-cache
 Content-Type: text/html;charset=UTF-8
 Content-Length: 182
 PROPFIND /users/*****/ HTTP/1.1
 Depth: 1
 Content-Type: text/xml; charset=utf-8
 Content-Length: 99
 Host: ***.***.edu
 Connection: Keep-Alive
 User-Agent: Cyberduck/4.2.1 (Mac OS X/10.7.3) (i386)
 Authorization: Basic anNhdmFnZTprYWx5cHNPNTc3NQ==
 HTTP/1.1 207 Multi-Status
 Server: Apache-Coyote/1.1
 Set-Cookie:
 xyc_XythosGroupDigest1=2CE8CEE95E83148FDAA840036333042790F1D893;
 Expires=Sat, 03-Mar-2012 18:13:40 GMT; Path=/; Secure
 Set-Cookie: XythosSessionID1=[B at 1361731--2017326351; Expires=Sat,
 03-Mar-2012 18:13:40 GMT; Path=/; Secure
 Date: Fri, 02 Mar 2012 18:13:39 GMT
 Content-Type: text/xml;charset=UTF-8
 Transfer-Encoding: chunked
 Content-Encoding: gzip
 Vary: Accept-Encoding
 MKCOL /users/*****/testfolder1/ HTTP/1.1
 Content-Type: text/xml; charset=utf-8
 Content-Length: 0
 Host: ***.***.edu
 Connection: Keep-Alive
 User-Agent: Cyberduck/4.2.1 (Mac OS X/10.7.3) (i386)
 Cookie: XythosSessionID1=[B at 1361731--2017326351;
 xyc_XythosGroupDigest1=2CE8CEE95E83148FDAA840036333042790F1D893
 Cookie2: $Version=1
 Authorization: Basic anNhdmFnZTprYWx5cHNPNTc3NQ==
 HTTP/1.1 415 Unsupported Media Type
 Server: Apache-Coyote/1.1
 Cache-Control: no-cache
 Pragma: no-cache
 Date: Fri, 02 Mar 2012 18:13:55 GMT
 Content-Type: text/html;charset=UTF-8
 Content-Length: 63
 MKCOL /users/*****/testfolder1/ HTTP/1.1
 Content-Type: text/xml; charset=utf-8
 Content-Length: 0
 Host: ***.***.edu
 Connection: Keep-Alive
 User-Agent: Cyberduck/4.2.1 (Mac OS X/10.7.3) (i386)
 Cookie: XythosSessionID1=[B at 1361731--2017326351;
 xyc_XythosGroupDigest1=2CE8CEE95E83148FDAA840036333042790F1D893
 Cookie2: $Version=1
 Authorization: Basic anNhdmFnZTprYWx5cHNPNTc3NQ==
 HTTP/1.1 415 Unsupported Media Type
 Server: Apache-Coyote/1.1
 Cache-Control: no-cache
 Pragma: no-cache
 Date: Fri, 02 Mar 2012 18:13:59 GMT
 Content-Type: text/html;charset=UTF-8
 Content-Length: 63

--

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/6573#comment:1>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list