ISIS-928: fix to shiro.ini for simpleapp, noticed while doing release.

Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/6fa1b5a7
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/6fa1b5a7
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/6fa1b5a7

Branch: refs/heads/master
Commit: 6fa1b5a720c54f4682e2521f4d40b0dfa10d04aa
Parents: bb23157
Author: Dan Haywood <[email protected]>
Authored: Tue Feb 24 08:07:27 2015 +0000
Committer: Dan Haywood <[email protected]>
Committed: Tue Feb 24 08:07:51 2015 +0000

----------------------------------------------------------------------
 .../simpleapp/webapp/src/main/webapp/WEB-INF/shiro.ini         | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/6fa1b5a7/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/shiro.ini
----------------------------------------------------------------------
diff --git 
a/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/shiro.ini 
b/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/shiro.ini
index a643d86..971ae69 100644
--- a/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/shiro.ini
+++ b/example/application/simpleapp/webapp/src/main/webapp/WEB-INF/shiro.ini
@@ -87,7 +87,7 @@ guest = guest, user_role
 # role = perm1, perm2, perm3, ...
 # perm in format: packageName:className:memberName:r,w
 
-user_role =   *:ToDoItemsJdo:*:*,\
-              *:ToDoItem:*:*
-self-install_role = *:ToDoItemsFixturesService:install:*
+user_role =   *:SimpleObjects:*:*,\
+              *:SimpleObject:*:*
+self-install_role = *:DomainAppFixtureService:*:*
 admin_role = *

Reply via email to