[Jamwiki-commit] SF.net SVN: jamwiki:[2768] wiki/trunk/jamwiki-core/src/main/java/org/ jamwiki/mig
Brought to you by:
wrh2
From: <wr...@us...> - 2009-11-15 05:30:36
|
Revision: 2768 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2768&view=rev Author: wrh2 Date: 2009-11-15 05:30:24 +0000 (Sun, 15 Nov 2009) Log Message: ----------- XML Import: * There appears to be a bug in Java 5 when using SAXParser.parse(file, handler) with file names such as "%25s". These file names internally get converted to "%s", resulting in a FileNotFoundException. To work around this issue create a FileInputStream and use SAXParser.parse(fis, handler) instead. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/migrate/MediaWikiXmlMigrator.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |