2006/unicorn/WebContent/WEB-INF/conf unicorn.properties,1.10,1.11

Update of /sources/public/2006/unicorn/WebContent/WEB-INF/conf
In directory hutz:/tmp/cvs-serv5222/WebContent/WEB-INF/conf

Modified Files:
	unicorn.properties 
Log Message:
moved uploaded-files into WEB-INF directory to prevent outside access

Index: unicorn.properties
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/conf/unicorn.properties,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- unicorn.properties	21 Sep 2009 16:16:44 -0000	1.10
+++ unicorn.properties	23 Sep 2009 12:08:39 -0000	1.11
@@ -26,7 +26,7 @@
 PATH_TO_TEMPORARY_FILES = ${UNICORN_HOME}/temporary_files/
 URL_TO_TEMPORARY_FILES = ${UNICORN_URL}/temporary_files/
 
-UPLOADED_FILES_REPOSITORY = ${UNICORN_HOME}/uploaded-files/
+UPLOADED_FILES_REPOSITORY = ${UNICORN_HOME}/WEB-INF/uploaded-files/
 DELETE_UPLOADED_FILES = true
 
 OBSERVER_LIST_FILE = ${PATH_TO_CONF_FILES}/observers.list

Received on Wednesday, 23 September 2009 12:08:52 UTC