Navigation Menu

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

Invald Redirect with blanks in URL string (WebDav, SharePoint 2010) #8916

Closed
cyberduck opened this issue Jul 8, 2015 · 4 comments
Closed
Assignees
Labels
bug thirdparty Issue caused by third party webdav WebDAV Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

09e9f80 created the issue

Example-URL: https://sharepoint.xyz.de/websites/xx_test/Freigegebene%20Dokumente/

While trying to add a connection to a Share Point library an error is

Invalid redirect URI: https://sharepoint.xx.de/websites/xx_test/Freigegebene Dokumente/Forms/AllItems.aspx. Illegal character in path at index [where the blank is]: https://sharepoint.xyz.de/websites/xx_test/Freigegebene Dokumente/Forms/AllItems.aspx.

It's possible to add a connection to https://sharepoint.xyz.de/websites/xx_test/

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the transcript from the log drawer (⌘-L).

@cyberduck
Copy link
Collaborator Author

09e9f80 commented

Replying to [comment:1 dkocher]:

Please post the transcript from the log drawer (⌘-L).

Here is the log:

HEAD /websites/xx_test/Freigegebene%20Dokumente/ HTTP/1.1
Host: sharepoint.xyz.de
Connection: Keep-Alive
User-Agent: Cyberduck/4.7.17432 (Mac OS X/10.10.4) (x86_64)
Accept-Encoding: gzip,deflate
Authorization: Basic bW9pc3VuOjBLMigjU0tuMTk4Mw==
HTTP/1.1 302 Redirect
Connection: Keep-Alive
Content-Length: 249
Date: Thu, 09 Jul 2015 08:39:00 GMT
Location: https://sharepoint.xyz.de/websites/xx_test/Freigegebene Dokumente/Forms/AllItems.aspx
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/7.5
Set-Cookie: UPBSharePoint2010="16ed34a97-5d73-4800-a0c8-4163275c6a9buzSTNO+2Gxppgj8YYVxtxqvX2Mdj468kkwAq5zY6L7g3siPB2JqL0TPJ6nvUixj5SKpPmCFtTJsGsN10vEyttXUJAKVNJUznMiR4reIghOXAyU9zk4/iu6zY2YVyi/NoA40aoYEGcKuV0UcdsUOlLg=="; HttpOnly; Domain=.xyz.de; secure; path=/
Set-Cookie: ISAWPLB{A27A4060-6711-48EA-9E6A-5F5248395535}={CFE17B83-9801-4C57-B4E7-C93B4C071428}; HttpOnly; Path=/
SPRequestGuid: e610c4bb-82af-4623-9072-e509cc75e2f3
X-SharePointHealthScore: 1
Persistent-Auth: true
X-Powered-By: ASP.NET
MicrosoftSharePointTeamServices: 14.0.0.7006
X-MS-InvokeApp: 1; RequireReadOnly

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #6094.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The server is sending an invalid Location header. It is expected to be URI encoded according to RFC 1630.

@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 thirdparty Issue caused by third party webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants