Hello,
My Main/AllDocs page displayed some blank lines in the table showing pages on the Wiki when log in with a restricting user
<tr><td> </td><td> </td><td> </td><td> </td><td> </td></tr>
I manage to reproduce the problem in jetty package:
Step to reproduce on SandBox space:
- create a parent page “SubPageReadByAllExcepTest” with these rights access:
- rights on page: XWikiAllGroup:View
- rights on page and children: XWikiAllGroup:View and user (or group) “MyUser”: view forbidden
- create a terminal page (or nestedpage) “SubPageReadByAllExcepTest.NormalPage” without rights access
- create a terminal page (or nestedpage) “SubPageReadByAllExcepTest.PageWriteByMyUser” with rights: View, Edit and Comment for “MyUser”
Then “MyUser” have right access to SubPageReadByAllExcepTest.PageWriteByMyUser but can not view SubPageReadByAllExcepTest.NormalPage
Now with “MyUser” account the Page Index display a blank line in livetable if I filter (or sort) the table on “SubPageReadByAllExcepTest” location:
http://localhost:8080/xwiki/bin/view/Main/AllDocs#
On my xwiki with a lot of page, the pagination is incorrect too becasue balnk lines.
ty
Pascal B