This PR provides a small change in how the context path is passed to the template that renders the index.html, making it work without escaping slashes that may be present in the context path itself.
This aims at fixing a possible cause of weird behavior in the loading of the UI.
Description
This PR provides a small change in how the context path is passed to the template that renders the index.html, making it work without escaping slashes that may be present in the context path itself. This aims at fixing a possible cause of weird behavior in the loading of the UI.