[Cyberduck-trac] [Cyberduck] #4384: 417 Expectation Failed with Plone behind Apache Proxy (was: WebDAV 417 Expectation Failed with Plone behind Apache Proxy)

Cyberduck trac at trac.cyberduck.ch
Sat Apr 10 16:30:47 CEST 2010


#4384: 417 Expectation Failed with Plone behind Apache Proxy
------------------------------------+---------------------------------------
 Reporter:  aaron@…                 |       Owner:  dkocher
     Type:  defect                  |      Status:  new    
 Priority:  normal                  |   Milestone:         
Component:  webdav                  |     Version:  3.4.1  
 Severity:  normal                  |    Keywords:         
 Platform:  Mac OS X 10.6           |  
------------------------------------+---------------------------------------
Description changed by dkocher:

Old description:

> I have a Plone site running behind Apache's modproxy so that DAV sessions
> are SSL encrypted.  When I connect to the Plone site and try to upload
> any files I get the 417 Expectation Failed error.
>
> Log Output:
>
> PUT /Plone/FILENAME.EXT
>
>  HTTP/1.1[\r][\n]
>
> Authorization: Basic HASH[\r][\n]
>
> User-Agent: Cyberduck/3.4.1 (5780) (Mac OS X/10.6.2) (i386)[\r][\n]
>
> Host: dav.SITE.DOM[\r][\n]
>
> Expect: 100-continue[\r][\n]
>
> Content-Length: 51712[\r][\n]
>
> Content-Type: application/vnd.ms-excel[\r][\n]
>
> [\r][\n]
>
> HTTP/1.1 417 Expectation Failed[\r][\n]
>
> HTTP/1.1 417 Expectation Failed[\r][\n]
>
> Date: Thu, 08 Apr 2010 19:00:23 GMT[\r][\n]
>
> Content-Length: 449[\r][\n]
>
> Content-Type: text/html; charset=iso-8859-1[\r][\n]
>
> [\r][\n]
>
> PROPFIND /Plone/PATH HTTP/1.1[\r][\n]
>
> Authorization: Basic HASH[\r][\n]
>
> Content-Type: text/xml; charset=utf-8[\r][\n]
>
> User-Agent: Cyberduck/3.4.1 (5780) (Mac OS X/10.6.2) (i386)[\r][\n]
>
> Host: dav.SITE.DOM[\r][\n]
>
> Content-Length: 207[\r][\n]
>
> Depth: 0[\r][\n]
>
> [\r][\n]
>
> HTTP/1.1 207 Multi-Status[\r][\n]
>
> HTTP/1.1 207 Multi-Status[\r][\n]
>
> Date: Thu, 08 Apr 2010 19:00:26 GMT[\r][\n]
>
> Server: Zope/(unreleased version, python 2.4.6, linux2) ZServer/1.1
> Plone/3.3.5[\r][\n]
>
> Content-Length: 636[\r][\n]
>
> Content-Type: text/xml; charset="utf-8"[\r][\n]
>
> [\r][\n]
>
> PROPFIND /Plone/PATH HTTP/1.1[\r][\n]
>
> Authorization: Basic HASH[\r][\n]
>
> Content-Type: text/xml; charset=utf-8[\r][\n]
>
> User-Agent: Cyberduck/3.4.1 (5780) (Mac OS X/10.6.2) (i386)[\r][\n]
>
> Host: dav.SITE.DOM[\r][\n]
>
> Content-Length: 207[\r][\n]
>
> Depth: 1[\r][\n]
>
> [\r][\n]
>
> HTTP/1.1 207 Multi-Status[\r][\n]
>
> HTTP/1.1 207 Multi-Status[\r][\n]
>
> Date: Thu, 08 Apr 2010 19:00:27 GMT[\r][\n]
>
> Server: Zope/(unreleased version, python 2.4.6, linux2) ZServer/1.1
> Plone/3.3.5[\r][\n]
>
> Content-Length: 636[\r][\n]
>
> Content-Type: text/xml; charset="utf-8"[\r][\n]
>
> [\r][\n]

New description:

 I have a Plone site running behind Apache's modproxy so that DAV sessions
 are SSL encrypted.  When I connect to the Plone site and try to upload any
 files I get the 417 Expectation Failed error.

 Log Output:


 {{{
 PUT /Plone/FILENAME.EXT
 HTTP/1.1
 Authorization: Basic HASH
 User-Agent: Cyberduck/3.4.1 (5780) (Mac OS X/10.6.2) (i386)
 Host: dav.SITE.DOM
 Expect: 100-continue
 Content-Length: 51712
 Content-Type: application/vnd.ms-excel

 HTTP/1.1 417 Expectation Failed
 HTTP/1.1 417 Expectation Failed
 Date: Thu, 08 Apr 2010 19:00:23 GMT
 Content-Length: 449
 Content-Type: text/html; charset=iso-8859-1

 PROPFIND /Plone/PATH HTTP/1.1
 Authorization: Basic HASH
 Content-Type: text/xml; charset=utf-8
 User-Agent: Cyberduck/3.4.1 (5780) (Mac OS X/10.6.2) (i386)
 Host: dav.SITE.DOM
 Content-Length: 207
 Depth: 0

 HTTP/1.1 207 Multi-Status
 HTTP/1.1 207 Multi-Status
 Date: Thu, 08 Apr 2010 19:00:26 GMT
 Server: Zope/(unreleased version, python 2.4.6, linux2) ZServer/1.1
 Plone/3.3.5
 Content-Length: 636
 Content-Type: text/xml; charset="utf-8"

 PROPFIND /Plone/PATH HTTP/1.1
 Authorization: Basic HASH
 Content-Type: text/xml; charset=utf-8
 User-Agent: Cyberduck/3.4.1 (5780) (Mac OS X/10.6.2) (i386)
 Host: dav.SITE.DOM
 Content-Length: 207
 Depth: 1

 HTTP/1.1 207 Multi-Status
 HTTP/1.1 207 Multi-Status
 Date: Thu, 08 Apr 2010 19:00:27 GMT
 Server: Zope/(unreleased version, python 2.4.6, linux2) ZServer/1.1
 Plone/3.3.5
 Content-Length: 636
 Content-Type: text/xml; charset="utf-8"
 }}}

--

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/4384#comment:1>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV, Cloud Files and Amazon S3 Browser for Mac OS X.


More information about the Cyberduck-trac mailing list