Numéro d’ID de bogue |
BUG-000090281 |
Envoi | August 26, 2015 |
Dernière modification | April 2, 2025 |
S’applique à | ArcGIS Web AppBuilder developer edition |
Version trouvée | 1.2 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 2008 R2 64 Bit |
Version de correction | 1.3 |
Statut | Fixed
Le bogue a été corrigé. Pour plus d’informations, reportez-vous aux sections Version de correction et Informations supplémentaires, le cas échéant.
|
Informations supplémentaires
This bug is fixed in version 1.3 of Web AppBuilder for ArcGIS (Developer Edition).
Solution de contournement
1. In the web application folder unzipped in IIS, open the following file, C:/inetpub/wwwroot/webapp/jimu.js/ConfigLoader.js
2. Press Ctrl + F to find 'credential.ssl'. The following is the section of code.
if(credential.ssl){
//if credential.ssl, it means that the protal is allSSL enabled
if(window.location.protocol === 'http:' && !tokenUtils.isInConfigOrPreviewWindow()){
window.location.href = portalUrlUtils.setHttpsProtocol(window.location.href);
return;
3. Change the If statement to: if(credential && credential.ssl){
Étapes pour reproduire
ID de bogue: BUG-000090281
Logiciel:
- ArcGIS Web AppBuilder developer edition