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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

hansbak-2
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">