Index: src/lib/com/izforge/izpack/compiler/CompilerConfig.java =================================================================== --- src/lib/com/izforge/izpack/compiler/CompilerConfig.java (revision 2050) +++ src/lib/com/izforge/izpack/compiler/CompilerConfig.java (working copy) @@ -1330,7 +1330,7 @@ // this constructor will open the specified url (this is // why the InputStream is not handled in a similar manner // to the OutputStream) - IXMLReader reader = new StdXMLReader(null, url.toExternalForm()); + IXMLReader reader = new StdXMLReader(null, originalUrl.toExternalForm()); parser.setReader(reader); XMLElement xml = (XMLElement) parser.parse();