Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
7.4
-
None
Description
To reproduce:
- Type a URL with a space such as "http://localhost:8080/xwiki/bin/view/Main/test with space" and press enter
- Check the page title and breadcrumb URL
On Tomcat <= 7.0.69/8.0.33:
- Title: "test with space"
- Breadcrumb URL: http://localhost:8080/xwiki/bin/view/Main/test+with+space/
On Tomcat > 7.0.69/8.0.33:
- Title= "test+with+space"
- Breadcrumb URL: http://localhost:8080/xwiki/bin/view/Main/test%2Bwith%2Bspace/
Attachments
Issue Links
- is duplicated by
-
XWIKI-13577 Space URL with literal space in title get renamed after saving
- Closed
- is related to
-
XWIKI-13557 Wrong encoding when creating URLs
- Closed