Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.1.0
-
None
-
None
Description
In method renderRelativeUrl in UrlRenderer the check url.isAbsolute() is removed. For wich reason is this removed? Because now our relativeurls link /js/name.js are rendered ./js/name.js
How can I fix this?
The url is made by Url.parse("/js/name.js").