Skip to content

Draft: Fix bug with "+" in path

Andrew requested to merge 178-having-a-in-file-path-causes-issues into master

What does this MR do and why?

Fix bug where having a + in the path would cause issues with downloads and uploads. We should really apply this to everything being sent back to the server, but that's a larger refactor for down the road.

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

  • Have you checked this doesn't interfere/conflict/duplicate someone elses work?
  • Have you fully tested your changes?
  • Have you resolved any lint issues?
  • Have you assigned a reviewer?
  • Have you applied correct labels?

Closes #178 (closed)

Merge request reports