[
https://issues.apache.org/jira/browse/SLING-10611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17380572#comment-17380572
]
Dan Klco commented on SLING-10611:
----------------------------------
It's an issue with the CMS Reference App's upload JS. It didn't append the
_charset_ parameter like all the HTML forms do. Fixed in
https://github.com/apache/sling-org-apache-sling-app-cms/commit/a812816c817aa252b61b0e69d9e3374c3ae193a7
> PDF file name is garbled
> ------------------------
>
> Key: SLING-10611
> URL: https://issues.apache.org/jira/browse/SLING-10611
> Project: Sling
> Issue Type: Bug
> Components: App CMS
> Affects Versions: App CMS 1.0.2
> Reporter: James Raynor
> Assignee: Dan Klco
> Priority: Major
> Fix For: App CMS 1.0.4
>
> Attachments: 1.png
>
>
> Steps to reproduce:
> Create /static/clientlibs/test, a directory, and upload the following PDF
> files:
> 简体中文. 繁體中文. 한국어.pdf
> English.Español.Русский.pdf
> Italiano.Deutsch.Français.pdf
> Español (México).Português.pdf
> After uploading the PDF file name is garbled, and can not be deleted.
> This problem has been plaguing me for a long time, I do not know how to
> solve, only recently found a solution.
> Goto [http://localhost:8080/system/console/configMgr]
> Find the "Apache Sling Request Parameter Handling"
> Set Default Parameter Encoding value to UTF-8
> It is recommended to set the config default value to UTF-8 automatically
> after SlingCMS is started, many users should not know how to solve this
> problem.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)