[exo-jcr-commits] exo-jcr SVN: r2264 - jcr/branches/1.14.x/exo.jcr.component.ftp/src/main/resources/conf.
do-not-reply at jboss.org
do-not-reply at jboss.org
Mon Apr 12 03:10:56 EDT 2010
Author: areshetnyak
Date: 2010-04-12 03:10:56 -0400 (Mon, 12 Apr 2010)
New Revision: 2264
Modified:
jcr/branches/1.14.x/exo.jcr.component.ftp/src/main/resources/conf/jcr-ftp-configuration.xml
Log:
EXOJCR-634 : Add configuration of 'replace forbidden chars' was added to conf/portal
Modified: jcr/branches/1.14.x/exo.jcr.component.ftp/src/main/resources/conf/jcr-ftp-configuration.xml
===================================================================
--- jcr/branches/1.14.x/exo.jcr.component.ftp/src/main/resources/conf/jcr-ftp-configuration.xml 2010-04-12 06:45:08 UTC (rev 2263)
+++ jcr/branches/1.14.x/exo.jcr.component.ftp/src/main/resources/conf/jcr-ftp-configuration.xml 2010-04-12 07:10:56 UTC (rev 2264)
@@ -79,6 +79,25 @@
<!-- <name>timeout</name>-->
<!-- <value>60</value>-->
<!-- </value-param>-->
+
+ <!-- That is default configuration to mechanism "replace-forbidden-chars"
+ We will uncoment when we need changed default configuration.
+ -->
+ <!--value-param>
+ <name>replace-forbidden-chars</name>
+ <value>true</value>
+ </value-param>
+
+ <value-param>
+ <name>forbidden-chars</name>
+ <value>:[]*'"|</value>
+ </value-param>
+
+ <value-param>
+ <name>replace-char</name>
+ <value>_</value>
+ </value-param -->
+
</init-params>
</component>
</configuration>
\ No newline at end of file
More information about the exo-jcr-commits
mailing list