You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/10/04 17:16:40 UTC

svn commit: r701651 - /geronimo/gshell/trunk/gshell-support/gshell-vfs/src/main/resources/META-INF/spring/components.xml

Author: jdillon
Date: Sat Oct  4 08:16:40 2008
New Revision: 701651

URL: http://svn.apache.org/viewvc?rev=701651&view=rev
Log:
Notes and muck

Modified:
    geronimo/gshell/trunk/gshell-support/gshell-vfs/src/main/resources/META-INF/spring/components.xml

Modified: geronimo/gshell/trunk/gshell-support/gshell-vfs/src/main/resources/META-INF/spring/components.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-vfs/src/main/resources/META-INF/spring/components.xml?rev=701651&r1=701650&r2=701651&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-vfs/src/main/resources/META-INF/spring/components.xml (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-vfs/src/main/resources/META-INF/spring/components.xml Sat Oct  4 08:16:40 2008
@@ -75,7 +75,11 @@
             <bean class="org.apache.commons.vfs.provider.ram.RamFileProvider"/>
         </property>
     </bean>
-    
+
+    <!--
+    TODO: Setup authentication support.
+    -->
+
     <!--
     TODO: Roll up this configuration into one bean for ext another for mime,
           or maybe just one bean for both.  This is too verbose.
@@ -105,7 +109,7 @@
         <property name="mimeType" value="application/x-gzip"/>
         <property name="scheme" value="gz"/>
     </bean>
--->
+    -->
 
     <bean id="fileSystemAccess" class="org.apache.geronimo.gshell.vfs.FileSystemAccessImpl"/>