如何禁用直接更新MFP 7.1

时间:2015-11-27 15:27:28

标签: ibm-mobilefirst

我在本地主机上使用以下配置来禁用直接更新,但直接更新会随机显示。

 <securityTests>
    <customSecurityTest name="iOSSecurityTest">
        <test realm="wl_antiXSRFRealm" step="1"/>
        <test realm="wl_authenticityRealm" step="1"/>
        <test realm="wl_remoteDisableRealm" step="1"/>
        <test mode="disabled" realm="wl_directUpdateRealm" step="1"/>
        <test isInternalUserID="true" realm="wl_anonymousUserRealm" step="1"/>
        <test isInternalDeviceID="true" realm="wl_deviceNoProvisioningRealm" step="2"/>
    </customSecurityTest>

1 个答案:

答案 0 :(得分:0)

我会尝试两件事:

  1. 完全从安全测试中删除wl_directUpdateRealm测试
  2. 在worklight.properties中尝试wl.realm.expiration.directUpdate的到期值,因为这个值指示when will the direct update check take place
  3. 无论哪种方式,您都可能想要打开PMR,让开发团队检查为什么“禁用”不起作用。

    请注意,如果这是在外部服务器中,则必须重新部署.war文件,如果对“server”文件夹下的任何文件进行任何更改。