Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0045961 | Retail Modules | Web POS | public | 2021-02-26 13:14 | 2021-03-02 08:44 |
|
Reporter | migueldejuana | |
Assigned To | prakashmurugesan88 | |
Priority | immediate | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | RR21Q1 | Fixed in Version | RR21Q1 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0045961: We are sending credentials using GET |
Description | The request used by Terminal Authentication is using GET method and we are setting credentials in the params.
For security reasons, we must use POST in this case. |
Steps To Reproduce | n/a |
Proposed Solution | This component:
enyo.kind({
kind: 'enyo.Ajax',
name: 'OB.OBPOSLogin.UI.LoginRequest',
classes: 'obObposLoginUiLoginRequest',
url: '../../org.openbravo.retail.posterminal.service.loginutils',
method: 'GET',
handleAs: 'json',
contentType: 'application/json;charset=utf-8'
});
must use POST and we should handle it properly in MobileCoreLoginUtilsServlet |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2021-02-26 13:15 | migueldejuana | Type | defect => backport |
2021-02-26 13:15 | migueldejuana | Target Version | => RR21Q1 |
2021-03-02 07:57 | hgbot | Merge Request Status | => open |
2021-03-02 07:57 | hgbot | Note Added: 0126442 | |
2021-03-02 07:57 | hgbot | Note Added: 0126443 | |
2021-03-02 08:27 | hgbot | Merge Request Status | open => approved |
2021-03-02 08:44 | hgbot | Resolution | open => fixed |
2021-03-02 08:44 | hgbot | Status | scheduled => closed |
2021-03-02 08:44 | hgbot | Fixed in Version | => RR21Q1 |
2021-03-02 08:44 | hgbot | Note Added: 0126454 | |
2021-03-02 08:44 | hgbot | Note Added: 0126455 | |
2021-03-02 08:44 | hgbot | Note Added: 0126456 | |
2021-03-02 08:44 | hgbot | Note Added: 0126457 | |
Notes |
|
(0126442)
|
hgbot
|
2021-03-02 07:57
|
|
|
|
(0126443)
|
hgbot
|
2021-03-02 07:57
|
|
|
|
(0126454)
|
hgbot
|
2021-03-02 08:44
|
|
|
|
(0126455)
|
hgbot
|
2021-03-02 08:44
|
|
|
|
(0126456)
|
hgbot
|
2021-03-02 08:44
|
|
|
|
(0126457)
|
hgbot
|
2021-03-02 08:44
|
|
|