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

%2F in folder names converts to "/" when clicking the breadcrumbs #1883

Closed
individual-it opened this issue Sep 2, 2019 · 5 comments · Fixed by #3723 or #4627
Closed

%2F in folder names converts to "/" when clicking the breadcrumbs #1883

individual-it opened this issue Sep 2, 2019 · 5 comments · Fixed by #3723 or #4627
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working
Milestone

Comments

@individual-it
Copy link
Member

Steps to reproduce

  1. create a folder called folder%2Fwith%2FSlashes
  2. navigate into that folder
  3. click the breadcrumbs

Expected behaviour

  • breadcrumbs should still say folder%2Fwith%2FSlashes
  • stay in the same folder
  • no error message

Actual behaviour

  • breadcrumbs say now folder/with/Slashes
  • error message Loading folder failed… File with name folder/with/Slashes could not be located
@individual-it individual-it added the Type:Bug Something isn't working label Sep 2, 2019
@individual-it
Copy link
Member Author

same happens when simply hitting the reload-button of the browser

@LukasHirt LukasHirt added the Priority:p3-medium Normal priority label Sep 3, 2019
@PVince81 PVince81 added this to the backlog milestone Sep 24, 2019
@skshetry
Copy link
Member

Assigned to @haribhandari07 to cover acceptance tests

@karakayasemi
Copy link
Contributor

Seems like there is an issue on upstream vue-router package related to our problem: vuejs/vue-router#2725.

The problem is happening on only initial navigation (when page refreshed). So, if you have nested 3 folders with '%2F' on their name, navigating into parent folders from breadcrumb is working without any problem. Only navigating into last child is not working, because it is refreshing the page. I do not know, why last child need to refrash page though.

@kulmann kulmann mentioned this issue Jul 2, 2020
10 tasks
@kulmann
Copy link
Contributor

kulmann commented Jul 2, 2020

Original issue solved in #3723 but the reload part is still broken

@kulmann
Copy link
Contributor

kulmann commented Dec 3, 2020

This was closed when the PR was merged. It is not solved entirely, yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working
Projects
None yet
7 participants