cloud icon indicating copy to clipboard operation
cloud copied to clipboard

bugs handling filenames with a question mark?

Open williamstein opened this issue 11 years ago • 2 comments

Scott Nietfeld has a file with this filename Lesson 1: What is the sum of a thousand random numbers?.ipynb.

  • Opening the file fails.
  • Downloading the file fails (giving an empty file!)
  • Copying the file (which uses rsync) fails with a huge scary error.

williamstein avatar Jul 12 '14 15:07 williamstein

that's still the case

haraldschilly avatar May 26 '15 03:05 haraldschilly

  • IPython -- still doesn't work; I think ?'s should be turned to %3F in the URL for ipython at least...
  • ? in worksheets works fine now.
  • Downloading files works mostly now -- NOT empty. However, the filename looses the ?, e.g., foo-?.sagews changes to foo-.sagews.
  • Copying (both within a project and between projects) works perfectly now.

williamstein avatar May 26 '15 03:05 williamstein