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

Nextcloud crash when dir is named with '%' #11900

Closed
vipera7 opened this issue Oct 18, 2018 · 3 comments
Closed

Nextcloud crash when dir is named with '%' #11900

vipera7 opened this issue Oct 18, 2018 · 3 comments
Labels
Milestone

Comments

@vipera7
Copy link

vipera7 commented Oct 18, 2018

Expected behaviour

I created a dir named only by percent character (%)

Actual behaviour

The explorer show no data and loader.gif is showned for ever.

Server configuration

Operating system: Centos 7

Web server: Apache

Database: MariaDB

PHP version: 7.2

Nextcloud version: (see Nextcloud admin page) 14

Updated from an older Nextcloud/ownCloud or fresh install:
Fresh install

Error:
Transmission

EDIT:
I add this line of code ( in core/js/files/client.js), it doesn't broke anymore the explorer but still can't see dir with '%' name in it :

path = path.replace('%','');

just before :

path = decodeURIComponent(path);

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #3909 (NextCloud crashes because of __tostring), #8768 (oc_phonetrack_points crash Nextcloud after update), #4368 (nextcloud client crash after changing server adress), #11695 (Nextcloud 14 : Can not see files or directory in main windows. if a file named with % !!), and #5405 (Nextcloud / direct_menu).

@MorrisJobke
Copy link
Member

Duplicate of #11695

@MorrisJobke MorrisJobke marked this as a duplicate of #11695 Oct 18, 2018
@MorrisJobke
Copy link
Member

Fixed in #11744 and will be shipped in 14.0.4

@MorrisJobke MorrisJobke added this to the Nextcloud 15 milestone Oct 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants