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

fix rename bug with special characters #102

Merged
merged 1 commit into from
Oct 22, 2015

Conversation

joewiz
Copy link
Member

@joewiz joewiz commented Sep 10, 2015

I discovered this bug when I accidentally renamed a file with a \ in the filename, and when I tried to rename the file again to remove the , I got a "Invalid value for cast/constructor" error. This fixes the problem by encoding the rename parameter before passing it to the rename function.

I discovered this bug when I accidentally renamed a file with a \ in the filename, and when I tried to rename the file again to remove the \, I got a "Invalid value for cast/constructor" error.  This fixes the problem by encoding the rename parameter before passing it to the rename function.
joewiz added a commit that referenced this pull request Oct 22, 2015
fix rename bug with special characters
@joewiz joewiz merged commit edb165a into eXist-db:develop Oct 22, 2015
@joewiz joewiz deleted the feature/fix-rename branch October 22, 2015 20:16
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

Successfully merging this pull request may close these issues.

1 participant