When hosting a Web AppBuilder for ArcGIS application on Apache Tomcat 7, the application fails to load if the widget's configuration file name contains an accented character.
上次发布: January 25, 2017ArcGIS Web AppBuilder developer edition
漏洞 ID 编号
BUG-000099867
已提交
October 6, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS Web AppBuilder developer edition
找到的版本
2.1
操作系统
N/A
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The reason is that the default URI encoding of Tomcat 7 is not correct, please:
1. Open config/server.xml
2. At connector, add URIEncoding="UTF-8"
If using the latest version of tomcat (v9), the default downloaded tomcat works well.
解决办法
Remove the accented letter from the file name of the widget's configuration file located in the configs folder, and change the corresponding URI in the config.json file.