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

Folder Paths contain %20 #16

Open
shiroychoksey opened this issue Apr 18, 2015 · 1 comment
Open

Folder Paths contain %20 #16

shiroychoksey opened this issue Apr 18, 2015 · 1 comment

Comments

@shiroychoksey
Copy link

When you call ODItem.Path(true), if the folder has a space in it, the path has %20 instead of the space. However, when we pass in the path to an ODItemReference, we can pass it in without the URL encoding of the space and it works - ideally it should be the same both ways (there should be no encoding) since we cannot compare what we put in with what we get out...

@rgregg
Copy link
Contributor

rgregg commented May 19, 2015

I've fixed this in the dev branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants