You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jz...@apache.org on 2009/04/13 12:41:31 UTC

svn commit: r764396 - /continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml

Author: jzurbano
Date: Mon Apr 13 10:41:31 2009
New Revision: 764396

URL: http://svn.apache.org/viewvc?rev=764396&view=rev
Log:
comment out file protocol

Modified:
    continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml

Modified: continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml?rev=764396&r1=764395&r2=764396&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml (original)
+++ continuum/trunk/continuum-webapp/src/main/resources/META-INF/plexus/application.xml Mon Apr 13 10:41:31 2009
@@ -157,7 +157,7 @@
           <allowedScheme>http</allowedScheme>
           <allowedScheme>https</allowedScheme>
           <allowedScheme>ftp</allowedScheme>
-          <allowedScheme>file</allowedScheme>
+          <!-- <allowedScheme>file</allowedScheme> -->
         </allowedSchemes>
       </configuration>
     </component>