-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X
-
Fix Version/s: 7.0.0 DXP FP89, 7.0.10.13 DXP SP13, 7.0.X
-
Component/s: Alloy Editor
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Description:
A "//" in the url is generated by the alloy editor for use of the alloy icons.
Steps to Reproduce:
1. Spin up the latest 7.1.x Bundle
2. Navigate to Content > Web Content > Click on Add Basic web content.
3. Open the developer tools in browser and click on "Network" tab
4. Add sample text in the Title, Summary, and Content sections.
5. Now double click on text in Content field.
6. In the developer tool Network tab > Name column
7. Scroll down and mouse over the icons.svg
8. Observe that the URL is
http://localhost:8080/o/frontend-editor-alloyeditor-web/alloyeditor//assets/icons/icons.svg (this contains the problematic "//")
Expected Behavior:
The URL contains only "/" without any instances of "//"
Actual Behavior:
The URL contains "//"