rstudio / shiny-server

Host Shiny applications over the web.
https://rstudio.com/shiny/server
Other
712 stars 290 forks source link

Fix #471: Bad Request when shiny server url contains Chinese #472

Open jcheng5 opened 3 years ago

jcheng5 commented 3 years ago

Testing notes

In /srv/shiny-server, create a directory with a Chinese name, and delete /srv/shiny-server/index.html (if there is one). Navigate to the homepage, which should give a directory listing. Click the Chinese directory.

Without the fix, you would get "Bad request"; with the fix, you just see an empty directory listing.