Author: tchemit Date: 2012-05-18 02:54:57 +0200 (Fri, 18 May 2012) New Revision: 3370 Url: http://chorem.org/repositories/revision/pollen/3370 Log: refs #550: new urls are not compatible with old (add shiro mapping) Modified: trunk/pollen-ui-struts2/src/main/resources/shiro.ini Modified: trunk/pollen-ui-struts2/src/main/resources/shiro.ini =================================================================== --- trunk/pollen-ui-struts2/src/main/resources/shiro.ini 2012-05-18 00:53:19 UTC (rev 3369) +++ trunk/pollen-ui-struts2/src/main/resources/shiro.ini 2012-05-18 00:54:57 UTC (rev 3370) @@ -43,6 +43,7 @@ # is pollAccount (can vote and see result of a poll) /poll/votefor/**=poll,pollAccess +/poll/VoteFor/**=poll,pollAccess /poll/results/**=poll,resultAccess # is pollCreator (can admin a poll)
participants (1)
-
tchemit@users.chorem.org