Author: tmortagne
Date: 2008-01-24 13:06:54 +0100 (Thu, 24 Jan 2008)
New Revision: 7059

Modified:
   xwiki-platform/pom/trunk/pom.xml
Log:
Fix mysql connection string escaping

Modified: xwiki-platform/pom/trunk/pom.xml
===================================================================
--- xwiki-platform/pom/trunk/pom.xml    2008-01-24 11:42:07 UTC (rev 7058)
+++ xwiki-platform/pom/trunk/pom.xml    2008-01-24 12:06:54 UTC (rev 7059)
@@ -167,7 +167,7 @@
         
<xwiki.db.jdbc.artifactId>mysql-connector-java</xwiki.db.jdbc.artifactId>
         <xwiki.db.jdbc.version>5.1.5</xwiki.db.jdbc.version>
         <!-- We need to set the sql_mode to a less strict value, see 
XWIKI-1945 -->
-        
<xwiki.db.connection.url>jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&amp;amp;sessionVariables=sql_mode=''</xwiki.db.connection.url>
+        
<xwiki.db.connection.url>jdbc:mysql://localhost/xwiki?useServerPrepStmts=false&amp;amp;amp;sessionVariables=sql_mode=''</xwiki.db.connection.url>
         <xwiki.db.connection.username>xwiki</xwiki.db.connection.username>
         <xwiki.db.connection.password>xwiki</xwiki.db.connection.password>
         
<xwiki.db.connection.driver_class>com.mysql.jdbc.Driver</xwiki.db.connection.driver_class>

_______________________________________________
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to