![]() |
默认情况下,所有参数均为 false。有关各个参数的详细信息,请参阅 platform-settings.json。
|
![]() |
导入非 Java 扩展通常不需要任何重新启动操作。但是,以下情况例外:
• 如果非 Java 扩展是 zip 文件 (包含正在升级的 Java 扩展) 的 zip 的一部分,则重新启动后,由多个 zip 文件压缩而成的 zip 文件将加入队列并进行导入。
• 如果正在导入非 Java 扩展 (对于初始安装或升级),这取决于排队等待升级的扩展,非 Java 扩展也将加入队列。
|
![]() |
如果问题导致排队导入失败,则需要重新启动系统以恢复至之前的扩展版本。
|
日志消息
|
验证 xtensionPackageImportPolicy 中的参数配置
|
---|---|
ExtensionPackage upload attempted while import disabled
|
"importEnabled": true
|
ExtensionPackage<XYZ> upload attempted while allow jars is disabled
|
"allowJarResources": true
|
ExtensionPackage<XYZ> upload attempted while allow Javascript is disabled
|
"allowJavascriptResources": true
|
ExtensionPackage<XYZ> upload attempted while allow CSS is disabled
|
"allowCSSResources": true
|
ExtensionPackage<XYZ> upload attempted while allow JSON is disabled
|
"allowJSONResources": true
|
ExtensionPackage<XYZ> upload attempted while allow WebApp is disabled
|
"allowWebAppResources": true
|
ExtensionPackage<XYZ> upload attempted while allow entities is disabled
|
"allowEntities": true
|
ExtensionPackage<XYZ> upload attempted while allow extensible entities is disabled
|
"allowExtensibleEntities": true
|