Index: lams_central/conf/xdoclet/web-security.xml
===================================================================
diff -u -r25ac272ffb5be9e7f0c2b97201de33727a617750 -rcdc1d6923a10a004d8ebb6046d9fa7141e834d31
--- lams_central/conf/xdoclet/web-security.xml (.../web-security.xml) (revision 25ac272ffb5be9e7f0c2b97201de33727a617750)
+++ lams_central/conf/xdoclet/web-security.xml (.../web-security.xml) (revision cdc1d6923a10a004d8ebb6046d9fa7141e834d31)
@@ -1,26 +1,113 @@
-
- SecurityConstraint
-
- STK
- *.jsp
- DELETE
- GET
- POST
- PUT
-
-
+
+
+
+ Secure Content
+ *.jsp
+ *.html
+ /index.jsp
+
+
+ LEARNER
+ TEACHER
+ STAFF
+ AUTHOR
+ ADMIN
+ SYSADMIN
+
+
+
+
+
+ Authoring Update
+ /authoring.do
+
+
+ AUTHOR
+
+
+
+
+
+ Staff Content
+ /monitoring.do
+
+
+ STAFF
+
+
+
+
+
+ Adminstrator Content
+ /admin.do
+
+
+ ADMIN
+
+
+
+
+
+
+ LAMS System Adminstrator Content
+ /sysadmin.do
+
+
+ SYSADMIN
+
+
+
+
+
+
+ Download Files
+ /download/
+
+
+ AUTHOR
+ STAFF
+ ADMIN
+ SYSADMIN
+
+
+
+
+
+ FORM
+ LAMS
+
+ /login.jsp
+ /login.jsp?failed=y
+
+
+
+
+
+
+ Student
+ LEARNER
+
+
+ Student
+ TEACHER
+
+
+
+ Can create/modify a learning design
+ AUTHOR
+
+
+
+ Can running and monitoring a learning session
+ STAFF
+
+
+
+ Can add/remove users to the system, set up classes of users for sessions
+ ADMIN
+
+
+
+ Can add/remove users to the system, set up classes of users for sessions
SYSADMIN
-
-
-
- SYSADMIN
- SYSADMIN
-
-
- FORM
- LAMS
-
- /login.jsp
- /login.jsp?failed=y
-
-
\ No newline at end of file
+