-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedarea-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.
Milestone
Description
If any files (images for example) contain a space. When they are coded with %20 they are not resolved.
To reproduce.
- Create a RCL with a wwwroot folder.
- Add one image file without a space, Add one image file with a space.
- Create a Web App and reference the RCL
- Run the app.
In my test app. https://localhost:44362/_content/RclTestCore3/MoneyBag.png resolves just fine.
However, https://localhost:44362/_content/RclTestCore3/Piggy Bank.png, which gets encoded as https://localhost:44362/_content/RclTestCore3/Piggy%20Bank.png, will return a 404 error.
I can workaround this by removing the spaces, but I happen to have a lot of images with spaces in their filenames.
Thanks
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedarea-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.