Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0026953 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2014-06-26 21:23 | 2014-08-22 02:27 | |||
Reporter | Orekaria | View Status | public | |||||
Assigned To | Orekaria | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | e2583dc97f70 | |||
Projection | none | ETA | none | Target Version | RR14Q4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | adrianromero | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0026953: When the WebPOS causes an error in the backend, the backend redirects to the ERP instead of the original WebPOS page | |||||||
Description | When the WebPOS causes an error in the backend, the backend redirects to the ERP instead of the original WebPOS page | |||||||
Steps To Reproduce | provoke an error in the backend, e.g: unauthorizing the admin mode | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0068377) hgbot (developer) 2014-06-26 21:27 |
Repository: erp/devel/pi Changeset: 3a8c5c367630fae8abe97380bade0bae7b57ce18 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Thu Jun 26 21:26:38 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/3a8c5c367630fae8abe97380bade0bae7b57ce18 [^] Fixes issue 26953: the backend now redirects to the original referer --- M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseKernelServlet.java --- |
(0068379) Orekaria (administrator) 2014-06-26 23:05 edited on: 2014-06-26 23:23 |
This fix will be delayed to Q4. This fix will be rollbacked tomorrow June 27th 2014 after the test jobs have given some feedback. |
(0068394) Orekaria (administrator) 2014-06-27 07:32 edited on: 2014-06-27 07:32 |
The test server shows that the redirection is no longer being done to the ERP and that all 'int' and 'retail' tests have passed Typical output before patch: 12 redirections (https://ci.openbravo.com/view/retail/job/ret-test-pgsql/220/ [^]) The output after the patch: 0 redirections (https://ci.openbravo.com/view/retail/job/ret-test-pgsql/221/= [^] |
(0068412) hgbot (developer) 2014-06-27 14:49 |
Repository: erp/devel/pi Changeset: c9feec701993fcfec7c8f6322efacb023a22180c Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Fri Jun 27 14:49:31 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/c9feec701993fcfec7c8f6322efacb023a22180c [^] Related to issue 26953: As scheduled this fix will be delayed to Q4. Backed out changeset: 3a8c5c367630 --- M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseKernelServlet.java --- |
(0068413) Orekaria (administrator) 2014-06-27 14:52 |
To be pushed in Q4 |
(0068420) hudsonbot (developer) 2014-06-27 16:09 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9bddacb9c05e [^] Maturity status: Test |
(0068454) hudsonbot (developer) 2014-06-30 16:45 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/3203da27f8cf [^] Maturity status: Test |
(0068521) hgbot (developer) 2014-07-03 06:35 |
Repository: erp/devel/pi Changeset: 86cac6cfedd2405757c149d973beb47859c9373e Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Thu Jul 03 06:35:09 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/86cac6cfedd2405757c149d973beb47859c9373e [^] Fixes issue 26953: the backend now redirects to the original referer --- M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseKernelServlet.java --- |
(0068637) adrianromero (manager) 2014-07-15 12:09 |
Verified |
(0069129) hudsonbot (developer) 2014-08-08 18:52 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/4450016dee64 [^] Maturity status: Test |
(0069377) hgbot (developer) 2014-08-14 20:55 |
Repository: erp/devel/pi Changeset: 2d3dfb5d3eaf1f9f249d48251d5308ea977b4585 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Thu Aug 14 20:54:39 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/2d3dfb5d3eaf1f9f249d48251d5308ea977b4585 [^] Fixes issue 26953: Better solution to handle the ERP redirection --- M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseKernelServlet.java --- |
(0069379) hgbot (developer) 2014-08-14 22:23 |
Repository: erp/devel/pi Changeset: e2583dc97f70ac5aec0c1af22eb02f4673ccb1a7 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Thu Aug 14 22:20:53 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/e2583dc97f70ac5aec0c1af22eb02f4673ccb1a7 [^] Fixes issue 26953: it wasn't a better solution after all... Backed out rev 24258 --- M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/BaseKernelServlet.java --- |
(0069446) hudsonbot (developer) 2014-08-18 01:58 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/ed428d44c18c [^] Maturity status: Test |
(0069448) hudsonbot (developer) 2014-08-18 01:58 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/ed428d44c18c [^] Maturity status: Test |
(0069593) Orekaria (administrator) 2014-08-22 02:27 |
Reopened to edit the target version |
Issue History | |||
Date Modified | Username | Field | Change |
2014-06-26 21:23 | Orekaria | New Issue | |
2014-06-26 21:23 | Orekaria | Assigned To | => shuehner |
2014-06-26 21:23 | Orekaria | Triggers an Emergency Pack | => No |
2014-06-26 21:27 | hgbot | Checkin | |
2014-06-26 21:27 | hgbot | Note Added: 0068377 | |
2014-06-26 21:27 | hgbot | Status | new => resolved |
2014-06-26 21:27 | hgbot | Resolution | open => fixed |
2014-06-26 21:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3a8c5c367630fae8abe97380bade0bae7b57ce18 [^] |
2014-06-26 23:05 | Orekaria | Assigned To | shuehner => marvintm |
2014-06-26 23:05 | Orekaria | Note Added: 0068379 | |
2014-06-26 23:05 | Orekaria | Status | resolved => new |
2014-06-26 23:05 | Orekaria | Resolution | fixed => open |
2014-06-26 23:05 | Orekaria | Target Version | RR14Q3 => RR14Q4 |
2014-06-26 23:10 | Orekaria | Note Edited: 0068379 | View Revisions |
2014-06-26 23:12 | Orekaria | Note Edited: 0068379 | View Revisions |
2014-06-26 23:12 | Orekaria | Note Edited: 0068379 | View Revisions |
2014-06-26 23:23 | Orekaria | Note Edited: 0068379 | View Revisions |
2014-06-27 07:32 | Orekaria | Note Added: 0068394 | |
2014-06-27 07:32 | Orekaria | Note Edited: 0068394 | View Revisions |
2014-06-27 14:49 | hgbot | Checkin | |
2014-06-27 14:49 | hgbot | Note Added: 0068412 | |
2014-06-27 14:52 | Orekaria | Status | new => scheduled |
2014-06-27 14:52 | Orekaria | Note Added: 0068413 | |
2014-06-27 14:52 | Orekaria | Assigned To | marvintm => Orekaria |
2014-06-27 14:52 | Orekaria | fix_in_branch | => pi |
2014-06-27 15:00 | Orekaria | Issue Monitored: mtaal | |
2014-06-27 15:00 | Orekaria | Issue Monitored: alostale | |
2014-06-27 15:03 | Orekaria | Issue Monitored: marvintm | |
2014-06-27 16:09 | hudsonbot | Checkin | |
2014-06-27 16:09 | hudsonbot | Note Added: 0068420 | |
2014-06-30 16:45 | hudsonbot | Checkin | |
2014-06-30 16:45 | hudsonbot | Note Added: 0068454 | |
2014-07-03 06:35 | hgbot | Checkin | |
2014-07-03 06:35 | hgbot | Note Added: 0068521 | |
2014-07-03 06:35 | hgbot | Status | scheduled => resolved |
2014-07-03 06:35 | hgbot | Resolution | open => fixed |
2014-07-03 06:35 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/3a8c5c367630fae8abe97380bade0bae7b57ce18 [^] => http://code.openbravo.com/erp/devel/pi/rev/86cac6cfedd2405757c149d973beb47859c9373e [^] |
2014-07-15 12:09 | adrianromero | Review Assigned To | => adrianromero |
2014-07-15 12:09 | adrianromero | Note Added: 0068637 | |
2014-07-15 12:09 | adrianromero | Status | resolved => closed |
2014-07-15 12:09 | adrianromero | Fixed in Version | => RR14Q4 |
2014-08-08 18:52 | hudsonbot | Checkin | |
2014-08-08 18:52 | hudsonbot | Note Added: 0069129 | |
2014-08-14 20:51 | Orekaria | Status | closed => new |
2014-08-14 20:51 | Orekaria | Resolution | fixed => open |
2014-08-14 20:51 | Orekaria | Fixed in Version | RR14Q4 => |
2014-08-14 20:55 | hgbot | Checkin | |
2014-08-14 20:55 | hgbot | Note Added: 0069377 | |
2014-08-14 20:55 | hgbot | Status | new => resolved |
2014-08-14 20:55 | hgbot | Resolution | open => fixed |
2014-08-14 20:55 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/86cac6cfedd2405757c149d973beb47859c9373e [^] => http://code.openbravo.com/erp/devel/pi/rev/2d3dfb5d3eaf1f9f249d48251d5308ea977b4585 [^] |
2014-08-14 22:23 | hgbot | Checkin | |
2014-08-14 22:23 | hgbot | Note Added: 0069379 | |
2014-08-14 22:23 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/2d3dfb5d3eaf1f9f249d48251d5308ea977b4585 [^] => http://code.openbravo.com/erp/devel/pi/rev/e2583dc97f70ac5aec0c1af22eb02f4673ccb1a7 [^] |
2014-08-15 00:19 | Orekaria | Status | resolved => closed |
2014-08-18 01:58 | hudsonbot | Checkin | |
2014-08-18 01:58 | hudsonbot | Note Added: 0069446 | |
2014-08-18 01:58 | hudsonbot | Checkin | |
2014-08-18 01:58 | hudsonbot | Note Added: 0069448 | |
2014-08-19 10:27 | Orekaria | Relationship added | related to 0027337 |
2014-08-22 02:27 | Orekaria | Note Added: 0069593 |
Copyright © 2000 - 2009 MantisBT Group |