Jump to content
Enpass Discussion Forum

Webdav does not handle special characters or spaces


Peter Holtzl
 Share

Recommended Posts

When I add a webdav server for sync, Enpass does not handle if I have special character in my path or space:

Open-Xchange DAV:

davs://foo.bar/servlet/webdav.infostore/Userstore/UsÉÉÉer%20NaÉÉÉme does not work

but

davs://foo.bar/servlet/webdav.infostore/Userstore/username does well

(tested on Linux)

 

Link to comment
Share on other sites

  • 1 year later...

I can't believe this came from a team member. "%20" is the URL encoded representation of a space, not some weird escape sequence.

The correct encondig of the URL above would be "davs://foo.bar/servlet/webdav.infostore/Userstore/Us%C3%89%C3%89%C3%89er%20Na%C3%89%C3%89%C3%89me"

However, I found out that Enpass does neither require nor support pre-encoded URLs, not even "%20", which means you have to put "davs://foo.bar/servlet/webdav.infostore/Userstore/UsÉÉÉer NaÉÉÉme" to make it work.

Edit: This worked for a while but is broken the latest releases. Currently there does not seem to be a way to get spaces or non-ascii characters to work at all. Support says they are working on it, but is has been three months already.

Edited by Bachsau
  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...