我正在使用示例“Module_21_-_Form_Based_Authentication”(可在IBM 入门网站上获得)
在此示例中,保护位于适配器 (DummyAdapter.xml)
<procedure name="getSecretData" securityTest="DummyAdapter-securityTest"/>
我想对应用程序进行保护。为了做到这一点,我在 application-descriptor.xml 中有以下行
<common securityTest="DummyAdapter-securityTest"/>
使用 Worklight v5.0.5 evrything 可以完美运行,但使用 Worklight v5.0.5.1 我有一个问题。登录表单未正确显示(不透明度),“正在加载”仍然可见。
<div id="WLbusyContainer">
<div id="WLbusyOverlay"></div>
<div id="WLbusy" style="left: 695.5px; top: 218px;">
<h1 id="WLbusyTitle">Loading</h1></div>
</div>