Hi all,
With XWiki v0.9840, I found it was impossible to define an access
right for a group that has a space character in the web name, e.g: "My
TestSpace.testGroup" .
The space character is used as a delimiter for specifying multiple
groups within a single access right entry. With URLs, XWiki does ' '
to/from '+' conversions, but this does not seem to work for group
names within access right entries (so entering
"My+TestSpace.testGroup" did not work).
I wanted to check this out on v0.9.1252. The new access right GUI
seems to get confused.
It generates the following 3 select box options from the one group:
<option value='My TestSpace.testGroup' label='My
TestSpace.testGroup'>testGroup</option>
<option value='My' label='My'>My</option>
<option value='TestSpace.testGroup'
label='TestSpace.testGroup'>testGroup</option>
The first one is correct, but if I select it and save the rights
object, under the covers it seems to select the two other options.
This means it seems I still cannot define an access right based on a
group which has a space character in its name.
I have raised this on jira as
http://jira.xwiki.org/jira/browse/XWIKI-345 .
Regards,
Robin