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

Problems with special characters (at least ampersands) in filenames #298

Closed
jaschalukasgugat opened this issue Jul 18, 2021 · 1 comment · Fixed by #302
Closed

Problems with special characters (at least ampersands) in filenames #298

jaschalukasgugat opened this issue Jul 18, 2021 · 1 comment · Fixed by #302
Assignees
Labels
Milestone

Comments

@jaschalukasgugat
Copy link

Hi,
ampersands in filenames are stored by their html-representation & in the database (test&test.txt => test&test.txt). Downloading gives the filename as is in the database (test&test.txt) which is also the necessary filename for the uploaded file when editing. Both operations should use the original filname (test&test.txt).

This behaviour might also apply to other characters in the filenames.

OpenKM Forum post :
https://forum.openkm.com/viewtopic.php?p=52633#p52633

@darkman97i darkman97i added the bug label Jul 30, 2021
@darkman97i darkman97i added this to the 6.3.12 milestone Jul 30, 2021
@darkman97i
Copy link
Contributor

@gnujavasergio When downloading the real database name should be replaced by expected name.

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