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

Redirection fails for uploads #3206

Closed
cyberduck opened this issue May 20, 2009 · 6 comments
Closed

Redirection fails for uploads #3206

cyberduck opened this issue May 20, 2009 · 6 comments
Assignees
Labels
bug fixed webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

f1f5054 created the issue

i make a webdav connection to a https-Server. Login is okay, Directory Reading, Download also. Upload (empty) Folders worked, but a Upload of Files sends the File and after this it gives me a Error Moved Temporarily (302).

HTTP/1.1 302 Found[\r][\n]
Date: Wed, 27 May 2009 15:47:06 GMT[\r][\n]
Server: Apache/2.2.3 (Debian) mod_ssl/2.2.3 OpenSSL/0.9.8c[\r][\n]
Location: https://nuernberg-messe.euregio-
service.de/alfresco/webdav/N%c3%bcrnbergMesse/Neugestaltung%20und%20Erweiterung%20Eingang%20Mitte/Architektur/Visualisierungen/20090424%20Lastenheft%20Datenverarbeitung%20PLL.pdf[\r][\n]
Content-Length: 394[\r][\n]
Content-Type: text/html; charset=iso-8859-1[\r][\n]
[\r][\n]

Up- and Download via Finder worked fine.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the full transcript from View → Log Drawer which includes the HTTP headers sent.

@cyberduck
Copy link
Collaborator Author

f1f5054 commented

HTTP/1.1 302 Found[\r][\n]
Date: Wed, 27 May 2009 15:47:06 GMT[\r][\n]
Server: Apache/2.2.3 (Debian) mod_ssl/2.2.3 OpenSSL/0.9.8c[\r][\n]
Location: https://nuernberg-messe.euregio-service.de/alfresco/webdav/N%c3%bcrnbergMesse/Neugestaltung%20und%20Erweiterung%20Eingang%20Mitte/Architektur/Visualisierungen/20090424%20Lastenheft%20Datenverarbeitung%20PLL.pdf[\r][\n]
Content-Length: 394[\r][\n]
Content-Type: text/html; charset=iso-8859-1[\r][\n]
[\r][\n]

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#4314 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The reasoning here comes from RFC 2616 that states the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 7523d94.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Reverted. See now #6586.

@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 fixed webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants