Hi!

This is my first post to this mailgroup, sorry if I write about old news.

We have seen a small problem as follows: We use the stripes-security.tld as 
described at 
http://www.stripesframework.org/display/stripes/Securing+Stripes+With+ACLs.
The example shows that it is possible to enumerate multiple roles, 
comma-separated, that should have access to the secured content. However, it 
seems like using a blank space after commas does not work. The code in the 
example do use a comma-sign followed by the space character, followed by 
"POWER_USER". Has anyone else seen this?

-----------------------------------------------------------------------------------------------------

<%@ taglib uri="http://stripes.sourceforge.net/stripes-security.tld"; 
prefix="tess"%>

<ss:secure roles="ADMIN, POWER_USER">
Secured content goes in here
</ss:secure>

-----------------------------------------------------------------------------------------------------

BR
Mikael Andersson
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to