Merged V2.0 to HEAD

6179: AWC-1314
   6186: WCM-486


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6187 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-07-06 11:28:55 +00:00
parent e1858011f8
commit e0b54089c6

View File

@@ -233,7 +233,7 @@ public class ClassPathRepoTemplateLoader implements TemplateLoader
public Reader getReader() throws IOException
{
inputStream = conn.getContentInputStream();
return new InputStreamReader(inputStream);
return new InputStreamReader(inputStream, conn.getEncoding());
}
public void close() throws IOException