|
From: <ian...@us...> - 2007-09-07 20:37:24
|
Revision: 382
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=382&view=rev
Author: iansmith
Date: 2007-09-07 13:37:27 -0700 (Fri, 07 Sep 2007)
Log Message:
-----------
Futzing with authorization. Only used by the demo system. SVN as transport.
Modified Paths:
--------------
maven/trunk/ogoglio-server/src/main/webapp/WEB-INF/web-demo.xml
Modified: maven/trunk/ogoglio-server/src/main/webapp/WEB-INF/web-demo.xml
===================================================================
--- maven/trunk/ogoglio-server/src/main/webapp/WEB-INF/web-demo.xml 2007-09-07 20:18:14 UTC (rev 381)
+++ maven/trunk/ogoglio-server/src/main/webapp/WEB-INF/web-demo.xml 2007-09-07 20:37:27 UTC (rev 382)
@@ -66,7 +66,7 @@
<web-resource-collection>
<web-resource-name>SecurityRestriction</web-resource-name>
<description>Demo For Friends Only</description>
- <url-pattern>/og</url-pattern>
+ <url-pattern>/</url-pattern>
<http-method>GET</http-method>
<http-method>POST</http-method>
<http-method>PUT</http-method>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|