This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-cab8782d-1f15-4b88-8d67-941debc791b5 XWIKI-24363 Open

Page Sandbox.WebPreferences contains invalid Rights object

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-51bdeaff-dd6c-4521-ac48-89e4a3d139af slauriere created this issue on 15/May/26 09:32
 
Summary: Page Sandbox.WebPreferences contains invalid Rights object
Issue Type: cid:jira-generated-image-avatar-cab8782d-1f15-4b88-8d67-941debc791b5 Bug
Affects Versions: 17.10.8
Assignee: Unassigned
Components: Sandbox
Created: 15/May/26 09:32
Priority: cid:jira-generated-image-static-major-2a54c4ae-2243-4842-83fc-3002cd8ff3b7 Major
Reporter: slauriere
Description:

Page Sandbox.WebPreferences contains an XWikiRights }}object targeting a non-existing user, {{{}Main.XWikiGuest, as shown in the excerpt below from its XML representation:

<name>Sandbox.WebPreferences</name>
<number>0</number>
<className>XWiki.XWikiRights</className>
<guid>25363ac3-974f-4975-96ed-cc7381e68757</guid>
<property>
  <allow>1</allow>
</property>
<property>
  <groups/>
</property>
<property>
  <levels>edit</levels>
</property>
<property>
  <users>Main.XWikiGuest</users>
</property>