Author: bhofmann
Date: Thu Jun  9 15:03:43 2011
New Revision: 1133908

URL: http://svn.apache.org/viewvc?rev=1133908&view=rev
Log:
Added new servlet mapping to be able to load xpc.swf in content route through 
the files servlet

Modified:
    shindig/trunk/php/config/container.php

Modified: shindig/trunk/php/config/container.php
URL: 
http://svn.apache.org/viewvc/shindig/trunk/php/config/container.php?rev=1133908&r1=1133907&r2=1133908&view=diff
==============================================================================
--- shindig/trunk/php/config/container.php (original)
+++ shindig/trunk/php/config/container.php Thu Jun  9 15:03:43 2011
@@ -94,6 +94,7 @@ $shindigConfig = array(
    '/rpc' => 'JsonRpcServlet', 
    '/public.crt' => 'CertServlet', 
    '/public.cer' => 'CertServlet', 
+   '/' => 'ContentFilesServlet',  
  ), 
  
   // The X-XRDS-Location value for your implementing container, see 
http://code.google.com/p/partuza/source/browse/trunk/Library/XRDS.php for an 
example


Reply via email to