Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported Content-Coding: unknown error #7979

Closed
cyberduck opened this issue May 27, 2014 · 8 comments
Closed

Unsupported Content-Coding: unknown error #7979

cyberduck opened this issue May 27, 2014 · 8 comments
Assignees
Labels
bug duplicate high priority webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

aac6573 created the issue

I can connect webdav server from cyberduck.
But, I cannot open file following error occur.

PROPFIND /content/dav/st/xxxxx/Documents/Nov.txt HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=utf-8
Content-Length: 99
Host: stbeehive.oracle.com
Connection: Keep-Alive
User-Agent: Cyberduck/4.4.4 (Mac OS X/10.9.3) (x86_64)
Accept-Encoding: gzip,deflate
HTTP/1.1 207 
Date: Tue, 27 May 2014 00:01:02 GMT
Server: Oracle-Application-Server-10g
Content-Length: 737
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
Content-Type: text/xml; charset="UTF-8"
GET /content/dav/st/xxxxx/Documents/Nov.txt HTTP/1.1
Host: stbeehive.oracle.com
Connection: Keep-Alive
User-Agent: Cyberduck/4.4.4 (Mac OS X/10.9.3) (x86_64)
Accept-Encoding: gzip,deflate

Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the error message displayed.

@cyberduck
Copy link
Collaborator Author

aac6573 commented

"Unsupported Content-Coding: unknown."

I had used same server and configuration before upgrade.

@cyberduck
Copy link
Collaborator Author

aac6573 commented

if click "continue", dialog "duckerr2.jpg" appear.

I can use Windows webdav function of same server, probably CyberDuck have a problem on this version.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The server is sending a Content-Coding header that has a different value than gzip, deflate or identity.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #6248.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This is an interoperability issue caused by a thirdparty server software bug. Use the hidden preference to disable HTTP compression.

defaults write ch.sudo.cyberduck http.compression.enable false

@cyberduck
Copy link
Collaborator Author

aac6573 commented

I already checked this hidden parameter and does not resolve issue...

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:9 miwasaki]:

I already checked this hidden parameter and does not resolve issue...

In #8015.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug duplicate high priority webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants