Details
-
Bug
-
Resolution: Fixed
-
Major
-
9.49.1
-
None
-
Windows 10, XWiki 16.5.0 with Tomcat
-
Unknown
-
Description
Prerequisites:
- XWiki instance with Tomcat servlet
- The "catalina.proprties" file has to have these lines of code
org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=false org.apache.catalina.connector.CoyoteAdapter.ALLOW_BACKSLASH=false
- Default Name Strategies in XWiki instance
Steps to reproduce:
- Create a page with slash or backslah in Confluence
- Export it as XML package
- Import this package in latest version of Confluence Migrator (for creation date of this ticket is 1.22.2)
- After migration try to access the page
Actual result
The user can't access the page due to a presence slash in the page reference "Test-Slash-Page / My Page.WebHome"
Expected result
The page can be accessed because it will have its reference name "Test-Slash-Page My Page.WebHome".