mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
121471 jvonka: FileFolder API - add utf8Encoding=UTF-8 for tomcat7-maven-plugin when running repo - as per installer & old dev env (=> tomcat7 server.xml - this fixes "relativePath" for uri encoding of params (for utf-8 encoded characters in folder/file name) RA-755 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@126409 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -13,6 +13,7 @@
|
||||
|
||||
<properties>
|
||||
<maven.tomcat.path>/alfresco</maven.tomcat.path>
|
||||
<maven.tomcat.uriEncoding>UTF-8</maven.tomcat.uriEncoding>
|
||||
<maven.tomcat.port>${tomcat.default.alfresco.port}</maven.tomcat.port>
|
||||
<maven.tomcat.httpsPort>${tomcat.default.alfresco.ssl.port}</maven.tomcat.httpsPort>
|
||||
</properties>
|
||||
|
Reference in New Issue
Block a user