You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
eaon
changed the title
If a folder has a file/folder with non-UTF-8 in its name, it can't be listed in the webinterface
If a folder has a file/folder with non-UTF-8 in its name, its contents can't be listed in the webinterface
Dec 1, 2015
Steps to reproduce
$ mkdir ex$'\366'mple
in /FolderExpected behaviour
Show folder contents even with the bad encoding
Actual behaviour
In the browser, the view jumps back to the folder you tried to originally access it from. ajax/list.php response is empty but 200 OK. WebDAV is fine.
Server configuration
Operating system: Debian Jessie
Web server: nginx/1.6.2
Database: SQLite
PHP version: PHP 5.6.14-0+deb8u1 (cli) (built: Oct 4 2015 16:13:10)
ownCloud version: 8.2.1
Updated from an older ownCloud or fresh install: Fresh
List of activated apps:
The content of config/config.php:
Are you using external storage, if yes which one: local
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Logs
Web server error log
Doesn't write anything to the error log.
ownCloud log (data/owncloud.log)
The request doesn't write anything to the log.
Browser log
(The response is empty but it says 200 OK)
The text was updated successfully, but these errors were encountered: