Author: hansbak
Date: Tue Oct 14 23:14:16 2008
New Revision: 704788
URL:
http://svn.apache.org/viewvc?rev=704788&view=revLog:
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">