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

check that file paths in encryption.xml are treated as URIs #212

Closed
llemeurfr opened this issue Aug 22, 2019 · 1 comment · Fixed by readium/r2-streamer-kotlin#89
Closed

Comments

@llemeurfr
Copy link

We may encounter spaces and other non-ascii characters in file names.

ex.
<enc:CipherReference URI="images/an%20image.jpeg"/>

The encryption tool had a bug, the path was not % encoded so far. This bug will soon be resolved and we must make sure that this will not create a client side issue.

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 a pull request may close this issue.

2 participants