From: <hs...@us...> - 2011-11-18 18:18:12
|
Revision: 984 http://treebase.svn.sourceforge.net/treebase/?rev=984&view=rev Author: hshyket Date: 2011-11-18 18:18:06 +0000 (Fri, 18 Nov 2011) Log Message: ----------- Setting systems-action-enabled to false until we get password protection for monitoring set up on the servers Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/web.xml Modified: trunk/treebase-web/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/web.xml 2011-11-18 17:29:17 UTC (rev 983) +++ trunk/treebase-web/src/main/webapp/WEB-INF/web.xml 2011-11-18 18:18:06 UTC (rev 984) @@ -48,7 +48,7 @@ --> <init-param> <param-name>system-actions-enabled</param-name> - <param-value>true</param-value> + <param-value>false</param-value> </init-param> </filter> <filter-mapping> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |