Role strings need to be split at every evaluation
-------------------------------------------------
Key: TILES-197
URL: https://issues.apache.org/struts/browse/TILES-197
Project: Tiles
Issue Type: Improvement
Components: tiles-api, tiles-core
Affects Versions: 2.0.4
Reporter: Antonio Petrelli
Priority: Minor
The Attribute.role and Definition.role string contains a comma-separated list
of allowed user roles.
This string needs to be split every time it is needed if a user is in one of
those roles. This leads to a small performance problem.
The roles should be stored inside a Set, eventually created lazily.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.