Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix an error when move to a path containing spaces #61

Merged
merged 2 commits into from
Apr 7, 2021

Conversation

sung-eun
Copy link
Contributor

@sung-eun sung-eun commented Apr 7, 2021

URISyntaxException occurred when move destination path has spaces.

I removed URI.create(...) about destination url.
Also added test case for this case.

Caused by: java.net.URISyntaxException: Illegal character in path at index 120: http://demo.owncloud.org/remote.php/webdav/test8cec534b-73b9-4f45-89a6-e9f278359690/60fbf14d-5689-421e-a316-54754de220d8 blank test
	at java.net.URI$Parser.fail(URI.java:2848)
	at java.net.URI$Parser.checkChars(URI.java:3021)
	at java.net.URI$Parser.parseHierarchical(URI.java:3105)
	at java.net.URI$Parser.parse(URI.java:3053)
	at java.net.URI.<init>(URI.java:588)
	at java.net.URI.create(URI.java:850)
	... 31 more

Thanks for reviewing.

@guillaume-tgl
Copy link
Contributor

Thanks!

@guillaume-tgl guillaume-tgl merged commit 64b708e into thegrizzlylabs:master Apr 7, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants