Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.9 RC1
-
None
-
Easy
-
Description
For example, if the current document is named "C++ Examples", and contains a link to an inexistent document, then the URL will contain "&parent=C+++Examples", where + is parsed back into a space, so in the end, the actual parent is "C Examples".
This affects both rendering engines.
To fix, the parent must be encoded with URLEncoder.encode.
Attachments
Issue Links
- relates to
-
XWIKI-437 Improve URL factories and create a xwiki-url module for manipulating XWiki URLs
- Closed