Author: ssmiweve
Date: 2009-10-05 16:05:32 +0200 (Mon, 05 Oct 2009)
New Revision: 7301
Modified:
branches/2.18/generic.sesam/sesam.com/war/src/main/webapp/WEB-INF/web.xml
Log:
By default allow everybody to read the private resources (sesat is open sourced
afterall)
Modified:
branches/2.18/generic.sesam/sesam.com/war/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/2.18/generic.sesam/sesam.com/war/src/main/webapp/WEB-INF/web.xml
2009-10-05 14:04:59 UTC (rev 7300)
+++ branches/2.18/generic.sesam/sesam.com/war/src/main/webapp/WEB-INF/web.xml
2009-10-05 14:05:32 UTC (rev 7301)
@@ -38,7 +38,8 @@
<servlet-class>no.sesat.commons.resourcefeed.ResourceServlet</servlet-class>
<init-param>
<param-name>ipaddresses.allowed</param-name>
- <param-value>80.91.33.</param-value>
+ <!-- By default allow everybody to read the private resources
(generic.sesam is open sourced afterall) -->
+ <param-value>0,1,2,3,4,5,6,7,8,9</param-value>
</init-param>
<init-param>
<param-name>resources.restricted</param-name>
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits