Index: lams_central/conf/xdoclet/taglibs.xml =================================================================== RCS file: /usr/local/cvsroot/lams_central/conf/xdoclet/taglibs.xml,v diff -u -r1.1 -r1.2 --- lams_central/conf/xdoclet/taglibs.xml 31 Aug 2005 05:26:20 -0000 1.1 +++ lams_central/conf/xdoclet/taglibs.xml 19 Sep 2005 01:02:18 -0000 1.2 @@ -51,22 +51,22 @@ http://java.sun.com/jstl/fmt - /WEB-INF/JSTL/tlds/fmt.tld + /WEB-INF/jstl/tlds/fmt.tld http://java.sun.com/jstl/fmt-rt - /WEB-INF/JSTL/tlds/fmt-rt.tld + /WEB-INF/jstl/tlds/fmt-rt.tld http://java.sun.com/jstl/core - /WEB-INF/JSTL/tlds/c.tld + /WEB-INF/jstl/tlds/c.tld http://java.sun.com/jstl/core-rt - /WEB-INF/JSTL/tlds/c-rt.tld + /WEB-INF/jstl/tlds/c-rt.tld Index: lams_central/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/WEB-INF/Attic/web.xml,v diff -u -r1.7 -r1.8 --- lams_central/web/WEB-INF/web.xml 14 Sep 2005 06:52:56 -0000 1.7 +++ lams_central/web/WEB-INF/web.xml 19 Sep 2005 01:02:18 -0000 1.8 @@ -54,6 +54,9 @@ org.lamsfoundation.lams.web.SessionListener + + org.lamsfoundation.lams.web.SharedSession + @@ -240,22 +243,22 @@ http://java.sun.com/jstl/fmt - /WEB-INF/JSTL/tlds/fmt.tld + /WEB-INF/jstl/tlds/fmt.tld http://java.sun.com/jstl/fmt-rt - /WEB-INF/JSTL/tlds/fmt-rt.tld + /WEB-INF/jstl/tlds/fmt-rt.tld http://java.sun.com/jstl/core - /WEB-INF/JSTL/tlds/c.tld + /WEB-INF/jstl/tlds/c.tld http://java.sun.com/jstl/core-rt - /WEB-INF/JSTL/tlds/c-rt.tld + /WEB-INF/jstl/tlds/c-rt.tld @@ -265,31 +268,114 @@ /WEB-INF/fckeditor/tlds/FCKeditor.tld - - 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 - - +