LivelyKernel / LivelyKernel/lively4-server
Edit files with spaces in the file name
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
When you navigate to a file that has a space in the file name the URL gets escaped to `.../file%20name.txt` but you cannot see the contents or edit it.
Instead, you get the message `File not found!`.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing navigation to a file whose name contains a space and inspect how the escaped URL is handled. Trace the file lookup and editing entry points; done means files with spaces load their contents and can be edited instead of showing “File not found!”.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100