Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0050182 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] Web POS Hardware Manager | minor | N/A | 2022-09-07 08:22 | 2022-10-17 14:10 | |||
Reporter | ignacio_deandres | View Status | public | |||||
Assigned To | ignacio_deandres | |||||||
Priority | low | Resolution | fixed | Fixed in Version | RR23Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
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 | 0050182: Add the functionality of header management when executing a GET and a POST request through the HWM proxy | |||||||
Description | Now a days if you have to do a GET or a POST request to an external service through the hardware manager proxy you will not be able to provide any headers. It would be great to add this functionality to be able to do so. | |||||||
Steps To Reproduce | . | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0140780) hgbot (developer) 2022-09-07 09:50 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/merge_requests/74 [^] |
(0142160) hgbot (developer) 2022-10-17 14:07 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources [^] Changeset: 22ba220980661d49e47fc467e0190fb02dfaff85 Author: ignacio.deandres <ignacio.deandres@openbravo.com> Date: 17-10-2022 14:04:39 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/commit/22ba220980661d49e47fc467e0190fb02dfaff85 [^] Fixes ISSUE-50182: added functionality of header management --- M project/src/com/openbravo/pos/util/HttpServices.java M project/src/com/openbravo/poshw/HttpServiceServlet.java --- |
(0142161) hgbot (developer) 2022-10-17 14:07 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources [^] Changeset: 64b4073e5e729286972aa5c78c0fa0833eb35f09 Author: Adrián Romero <adrian.romero@openbravo.com> Date: 17-10-2022 14:04:39 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/commit/64b4073e5e729286972aa5c78c0fa0833eb35f09 [^] Fixes ISSUE-50182: Add functionality of header management * Adds user / password to headers * Refactor to unify POST proxy request --- M project/src/com/openbravo/pos/util/HttpServices.java M project/src/com/openbravo/poshw/HttpServiceServlet.java --- |
(0142162) hgbot (developer) 2022-10-17 14:07 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources [^] Changeset: 7bcd37aadc50ceff969610a0f58c47b4911faa02 Author: Adrián Romero <adrian.romero@openbravo.com> Date: 17-10-2022 14:04:39 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/commit/7bcd37aadc50ceff969610a0f58c47b4911faa02 [^] Fixes ISSUE-50182: Add functionality of header management * Fixes AutoRegisterURL post call --- M project/src/com/openbravo/poshw/AutoRegisterUrl.java --- |
(0142163) hgbot (developer) 2022-10-17 14:07 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources [^] Changeset: 3dc00a29f188a9685f76a2c819f7be73d93f1a31 Author: Adrián Romero <adrian.romero@openbravo.com> Date: 17-10-2022 14:06:17 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/commit/3dc00a29f188a9685f76a2c819f7be73d93f1a31 [^] Fixes ISSUE-50182: Add the functionality of header management when executing a GET and a POST request through the HWM proxy --- M project/src/com/openbravo/pos/util/HttpServices.java M project/src/com/openbravo/poshw/AutoRegisterUrl.java M project/src/com/openbravo/poshw/HttpServiceServlet.java --- |
(0142164) hgbot (developer) 2022-10-17 14:10 |
Merge request closed: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/merge_requests/74 [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2022-09-07 08:22 | ignacio_deandres | New Issue | |
2022-09-07 08:22 | ignacio_deandres | Assigned To | => ignacio_deandres |
2022-09-07 08:22 | ignacio_deandres | OBNetwork customer | => No |
2022-09-07 08:22 | ignacio_deandres | Triggers an Emergency Pack | => No |
2022-09-07 09:50 | hgbot | Merge Request Status | => open |
2022-09-07 09:50 | hgbot | Note Added: 0140780 | |
2022-09-07 09:59 | ignacio_deandres | Summary | Add the functionality of header management when executing a GET request through => Add the functionality of header management when executing a GET and a POST request through the HWM proxy |
2022-09-07 09:59 | ignacio_deandres | Description Updated | View Revisions |
2022-10-17 13:56 | hgbot | Merge Request Status | open => approved |
2022-10-17 14:07 | hgbot | Resolution | open => fixed |
2022-10-17 14:07 | hgbot | Status | new => closed |
2022-10-17 14:07 | hgbot | Fixed in Version | => RR23Q1 |
2022-10-17 14:07 | hgbot | Note Added: 0142160 | |
2022-10-17 14:07 | hgbot | Note Added: 0142161 | |
2022-10-17 14:07 | hgbot | Note Added: 0142162 | |
2022-10-17 14:07 | hgbot | Note Added: 0142163 | |
2022-10-17 14:10 | hgbot | Note Added: 0142164 |
Copyright © 2000 - 2009 MantisBT Group |