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

Can't open WebDAV folders or files with non ASCII characters #11

Open
diggy128 opened this issue May 7, 2016 · 1 comment
Open

Can't open WebDAV folders or files with non ASCII characters #11

diggy128 opened this issue May 7, 2016 · 1 comment

Comments

@diggy128
Copy link

diggy128 commented May 7, 2016

I tried moving to webdav_fast to also use your other cardav modules but have come up to following bug:
If the folder that is to be browsed contains non ascii characters I can't enter into.
The console just outputs:
'ascii' codec can't decode byte 0xce in position 0: ordinal not in range(128) 2016-05-07 20:49:04,852 31171 INFO ******* werkzeug: 127.0.0.1 - - [07/May/2016 20:49:04] "PROPFIND /webdav/*********/%CE%92%CE%B9%CE%B2%CE%BB%CE%B9%CE%BF%CE%B8%CE%AE%CE%BA%CE%B7/ HTTP/1.1" 404 -

A similar message appears when trying to access (aka read) files that contain non ascii characters and a message shows that the file does not exist (although it exists and is visible from odoo backend).

I'm guessing this has to do with how folder/file names are handled and most likely can be easily fixed.

I'm using openERP v7.
Any chance of providing a patch?

PS. The old document_webdav from odoo works fine with all folders and files.

@diggy128
Copy link
Author

diggy128 commented Jul 9, 2016

Issue is fixed in proposed #12 PR

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

1 participant