Problem
When an URL has a space ' ' in it and user copy/paste it externally, most of the times this URL will break.
Proposed solution
Make sure no URL has spaces (maybe use `%20` to replace spaces)
- is related to
-
NXP-26081 Fix browsing to documents whose name ends with a space
- Resolved