You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2008/10/15 08:14:17 UTC

svn commit: r704788 - /ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml

Author: hansbak
Date: Tue Oct 14 23:14:16 2008
New Revision: 704788

URL: http://svn.apache.org/viewvc?rev=704788&view=rev
Log:
missing security statement

Modified:
    ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml?rev=704788&r1=704787&r2=704788&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml Tue Oct 14 23:14:16 2008
@@ -539,6 +539,7 @@
         <response name="success" type="view" value="ListValidResponsibilities"/>               
     </request-map>
     <request-map uri="viewprofile">
+        <security https="true" auth="true"/>
         <response name="success" type="view" value="viewprofile"/>
     </request-map>
     <request-map uri="findSkillTypes">