Details
-
Bug
-
Resolution: Fixed
-
Major
-
Previous versions in xwiki-platform, 9.3
-
None
Description
To reproduce
- XWiki version: 9.2
- Log as admin and open the blog application categories management page 'Blog.ManageCategories'
- Click on 'Add a category' button, fill the 'New category' field with a category name that contains dots (ex: Category1.1)
- Click on the 'Add' button to save the category
Expected result: the new category is created and added under the 'Blog' space (Blog/Category1.1)
Current result: the category is created but the space is not correct, the category is created under the space 'Blog.Category1' (Blog.Category1/1)
To fix this escape the name of the category before saving it.