|
roller/metadata/xdoclet web-security.xml,1.3,1.4: msg#00044java.roller.cvs
Update of /cvsroot/roller/roller/metadata/xdoclet In directory sc8-pr-cvs1:/tmp/cvs-serv29488/metadata/xdoclet Modified Files: web-security.xml Log Message: Fixes for RollerAtomServlet - nearly there. Index: web-security.xml =================================================================== RCS file: /cvsroot/roller/roller/metadata/xdoclet/web-security.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** web-security.xml 3 Sep 2003 22:03:56 -0000 1.3 --- web-security.xml 4 Sep 2003 18:16:46 -0000 1.4 *************** *** 24,28 **** <web-resource-collection> <web-resource-name>AtomServlet</web-resource-name> ! <description>Only allow editors to Put/Delete from the AtomServlet.</description> <url-pattern>/atom/*</url-pattern> --- 24,28 ---- <web-resource-collection> <web-resource-name>AtomServlet</web-resource-name> ! <description>Only allow registered users to Put/Delete from the AtomServlet.</description> <url-pattern>/atom/*</url-pattern> *************** *** 33,38 **** <auth-constraint> ! <description>Only let admins log in</description> ! <role-name>editor</role-name> </auth-constraint> --- 33,38 ---- <auth-constraint> ! <description>Allow registered users</description> ! <role-name>atomuser</role-name> </auth-constraint> *************** *** 81,102 **** <auth-constraint> <description>Only let editors log in</description> - <role-name>editor</role-name> - </auth-constraint> - - </security-constraint> - - <!-- Only allow admins to access admin/*.jsp pages --> - <security-constraint> - - <web-resource-collection> - <web-resource-name>AdminPages</web-resource-name> - <description>Only allow Admins to access admin pages</description> - <url-pattern>/admin/*</url-pattern> - <http-method>POST</http-method> - <http-method>GET</http-method> - </web-resource-collection> - - <auth-constraint> - <description>Only let admins log in</description> <role-name>editor</role-name> </auth-constraint> --- 81,84 ---- ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | roller/src/org/roller/presentation/atom RollerAtomServlet.java,1.2,1.3, lavandowska |
|---|---|
| Next by Date: | roller/personal/testing log4j.properties,1.2,1.3, lavandowska |
| Previous by Thread: | roller/src/org/roller/presentation/atom RollerAtomServlet.java,1.2,1.3, lavandowska |
| Next by Thread: | roller/personal/testing log4j.properties,1.2,1.3, lavandowska |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |