]> source.dussan.org Git - archiva.git/commit
UserManagementAction is now implementing the SecureAction interface from plexus-secur...
authorJesse McConnell <jmcconnell@apache.org>
Thu, 14 Sep 2006 21:56:43 +0000 (21:56 +0000)
committerJesse McConnell <jmcconnell@apache.org>
Thu, 14 Sep 2006 21:56:43 +0000 (21:56 +0000)
commit4ef19c632b66c28403a1ec6f8ffbb34beaf4cfc1
tree9b89decd969b51392f76d09c976ef61f759352fb
parent8f32614cf9f017fbcef9f3b3149aa3798a557bbb
UserManagementAction is now implementing the SecureAction interface from plexus-security, all action statements in the xwork.xml using this Action now require authenticated sessions and that the user using them has edit-user or edit-all-users operations granted.  Before we go any further on these I am hoping folks can take a peek and see if its too clunky or if perhaps we should change the interfaces for this type of functionality.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@443495 13f79535-47bb-0310-9956-ffa450edef68
archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/UserManagementAction.java
archiva-webapp/src/main/resources/xwork.xml
archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/findUser.jsp
archiva-webapp/src/main/webapp/WEB-INF/jsp/alert.jsp [new file with mode: 0644]