You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2010/02/20 19:02:53 UTC

svn commit: r912167 - /incubator/jspwiki/trunk/src/java/org/apache/wiki/action/InstallActionBean.java

Author: ajaquith
Date: Sat Feb 20 18:02:53 2010
New Revision: 912167

URL: http://svn.apache.org/viewvc?rev=912167&view=rev
Log:
[JSPWIKI-180] Removed ISO-8859-1 support from ExternalDiffProvider, WikiEngine, AbstractFileProvider, TestEngine and a few tests.

Modified:
    incubator/jspwiki/trunk/src/java/org/apache/wiki/action/InstallActionBean.java

Modified: incubator/jspwiki/trunk/src/java/org/apache/wiki/action/InstallActionBean.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/action/InstallActionBean.java?rev=912167&r1=912166&r2=912167&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/action/InstallActionBean.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/action/InstallActionBean.java Sat Feb 20 18:02:53 2010
@@ -494,10 +494,6 @@
         {
             jspwiki.put( CONFIG_WORK_DIR, System.getProperty( "java.io.tmpdir" ) );
         }
-        if( !jspwiki.containsKey( PropertiesMap.escapedKey( WikiEngine.PROP_ENCODING ) ) )
-        {
-            jspwiki.put( PropertiesMap.escapedKey( WikiEngine.PROP_ENCODING ), "UTF-8" );
-        }
         if( !jspwiki.containsKey( CONFIG_LDAP_SSL ) )
         {
             jspwiki.put( CONFIG_LDAP_SSL, "false" );