Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033062Retail ModulesWeb POSpublic2016-05-26 16:562016-06-03 11:29
AugustoMauch 
AugustoMauch 
normalmajorhave not tried
closedfixed 
5
 
RR16Q3 
mtaal
No
0033062: The POS login page is not loaded in multiserver if the https protocol is used
It is not possible to load the POS login page in a multiserver environment if the URL in the mobile server definition uses the HTTPS protocol.
In an environment with https enabled:
- Open he POS login page
- The login page will not be loaded. If this is done with the Network tab of the debugger open, you will see that there there are request with a wrong url, like 'https://https://...' [^]
No tags attached.
Issue History
2016-05-26 16:56AugustoMauchNew Issue
2016-05-26 16:56AugustoMauchAssigned To => AugustoMauch
2016-05-26 16:56AugustoMauchTriggers an Emergency Pack => No
2016-05-30 12:34AugustoMauchReview Assigned To => mtaal
2016-05-30 12:37hgbotCheckin
2016-05-30 12:37hgbotNote Added: 0086803
2016-05-30 12:37hgbotStatusnew => resolved
2016-05-30 12:37hgbotResolutionopen => fixed
2016-05-30 12:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9e6fc68b66f1ed681b5d34c6910df1c01c9a8f42 [^]
2016-06-03 11:29mtaalNote Added: 0086979
2016-06-03 11:29mtaalStatusresolved => closed
2016-06-03 11:29mtaalFixed in Version => RR16Q3

Notes
(0086803)
hgbot   
2016-05-30 12:37   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 9e6fc68b66f1ed681b5d34c6910df1c01c9a8f42
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu May 26 16:58:39 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/9e6fc68b66f1ed681b5d34c6910df1c01c9a8f42 [^]

Fixes issue 33062: URLs that use HTTPS are properly handled

The MobileCoreLoginUtilsServlet.createServerJSON return a JSON representation of a server. Its field address should contain the URL of the server without the protocol. The proble
m was that there was logic to delete the HTTP protocol, but not HTTPS.

---
M src/org/openbravo/mobile/core/login/MobileCoreLoginUtilsServlet.java
---
(0086979)
mtaal   
2016-06-03 11:29   
Reviewed