mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -233,7 +233,7 @@ public class ClassPathRepoTemplateLoader implements TemplateLoader
|
|||||||
public Reader getReader() throws IOException
|
public Reader getReader() throws IOException
|
||||||
{
|
{
|
||||||
inputStream = conn.getContentInputStream();
|
inputStream = conn.getContentInputStream();
|
||||||
return new InputStreamReader(inputStream);
|
return new InputStreamReader(inputStream, conn.getEncoding());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void close() throws IOException
|
public void close() throws IOException
|
||||||
|
Reference in New Issue
Block a user