Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029668 | Retail Modules | Web POS | public | 2015-04-22 12:34 | 2015-05-20 10:12 |
|
Reporter | egoitz | |
Assigned To | adrianromero | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR15Q3 | |
Merge Request Status | |
Review Assigned To | malsasua |
OBNetwork customer | OBPS |
Support ticket | 35781 |
Regression level | Production - Confirmed Stable |
Regression date | 2014-11-20 |
Regression introduced in release | RR15Q1 |
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d0a5509d2e7675fad0efaa5aee9c44911768f799 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0029668: NOt possible to login on webpos if the address of the organization has a simple quote on the name |
Description | NOt possible to login on webpos if the address of the organization has a simple quote on the name.
You get an error when login becuase the query can not be executed. |
Steps To Reproduce | -Change the address of the organization of a termianl by adding a quote on the name. For example: Camí d'Onda
-Try to login on the terminal
*You get the error. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0029804 | RR15Q2.1 | closed | adrianromero | NOt possible to login on webpos if the address of the organization has a simple quote on the name | depends on | backport | 0029805 | RR15Q1.4 | closed | adrianromero | NOt possible to login on webpos if the address of the organization has a simple quote on the name | caused by | feature request | 0028232 | | closed | guilleaer | Web POS should gather the information of the store address | related to | defect | 0029718 | | closed | Sandrahuguet | SQL Injection issues |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-04-22 12:34 | egoitz | New Issue | |
2015-04-22 12:34 | egoitz | Assigned To | => Retail |
2015-04-22 12:34 | egoitz | OBNetwork customer | => Yes |
2015-04-22 12:34 | egoitz | Support ticket | => 35781 |
2015-04-22 12:34 | egoitz | Resolution time | => 1429912800 |
2015-04-22 12:34 | egoitz | Regression level | => Production - Confirmed Stable |
2015-04-22 12:34 | egoitz | Regression introduced in release | => RR15Q1 |
2015-04-22 12:34 | egoitz | Triggers an Emergency Pack | => No |
2015-04-27 16:49 | adrianromero | Assigned To | Retail => adrianromero |
2015-04-27 18:00 | hgbot | Checkin | |
2015-04-27 18:00 | hgbot | Note Added: 0076791 | |
2015-04-27 18:00 | hgbot | Status | new => resolved |
2015-04-27 18:00 | hgbot | Resolution | open => fixed |
2015-04-27 18:00 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/064f74fcf5038b1d95af7323e61ab3ed2b8a61cb [^] |
2015-05-06 16:38 | malsasua | Regression date | => 2014-11-20 |
2015-05-06 16:38 | malsasua | Regression introduced by commit | => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d0a5509d2e7675fad0efaa5aee9c44911768f799 [^] |
2015-05-06 16:38 | malsasua | Review Assigned To | => malsasua |
2015-05-06 16:38 | malsasua | Note Added: 0077059 | |
2015-05-06 16:38 | malsasua | Status | resolved => closed |
2015-05-06 16:38 | malsasua | Fixed in Version | => RR15Q3 |
2015-05-06 18:10 | malsasua | Note Added: 0077062 | |
2015-05-06 18:10 | malsasua | Status | closed => new |
2015-05-06 18:10 | malsasua | Resolution | fixed => open |
2015-05-06 18:10 | malsasua | Fixed in Version | RR15Q3 => |
2015-05-06 18:10 | malsasua | Status | new => scheduled |
2015-05-06 18:10 | malsasua | Status | scheduled => resolved |
2015-05-06 18:10 | malsasua | Fixed in Version | => RR15Q3 |
2015-05-06 18:10 | malsasua | Resolution | open => fixed |
2015-05-06 18:10 | malsasua | Note Added: 0077063 | |
2015-05-06 18:10 | malsasua | Status | resolved => closed |
2015-05-07 17:16 | dmitry_mezentsev | Relationship added | caused by 0028232 |
2015-05-19 09:22 | hgbot | Checkin | |
2015-05-19 09:22 | hgbot | Note Added: 0077553 | |
2015-05-19 09:38 | hgbot | Checkin | |
2015-05-19 09:38 | hgbot | Note Added: 0077557 | |
2015-05-20 09:29 | marvintm | Relationship added | related to 0029718 |
2015-05-20 10:12 | hgbot | Checkin | |
2015-05-20 10:12 | hgbot | Note Added: 0077595 | |
Notes |
|
(0076791)
|
hgbot
|
2015-04-27 18:00
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 064f74fcf5038b1d95af7323e61ab3ed2b8a61cb
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Apr 27 17:59:21 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/064f74fcf5038b1d95af7323e61ab3ed2b8a61cb [^]
Fixes issue 0029668: NOt possible to login on webpos if the address of the organization has a simple quote on the name
* Address value in HQL sentence has to escape single quote characters.
---
M src/org/openbravo/retail/posterminal/ProcessHQLQuery.java
M src/org/openbravo/retail/posterminal/term/Terminal.java
---
|
|
|
|
|
|
|
reopened to create back ports to RR15Q1 and RR15Q2 |
|
|
|
|
|
(0077553)
|
hgbot
|
2015-05-19 09:22
|
|
Repository: retail/backports/3.0RR15Q1.4/org.openbravo.retail.posterminal
Changeset: 3aa772f4e6be608b0257bb8afac2d0fc137279f7
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Apr 27 17:59:21 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q1.4/org.openbravo.retail.posterminal/rev/3aa772f4e6be608b0257bb8afac2d0fc137279f7 [^]
Fixes issue 29805, related to issue 29668: NOt possible to login on webpos if the address of the organization has a simple quote on the name
* Address value in HQL sentence has to escape single quote characters.
---
M src/org/openbravo/retail/posterminal/ProcessHQLQuery.java
M src/org/openbravo/retail/posterminal/term/Terminal.java
---
|
|
|
(0077557)
|
hgbot
|
2015-05-19 09:38
|
|
Repository: retail/backports/3.0RR15Q2.1/org.openbravo.retail.posterminal
Changeset: f0a3230e66e625a8f19f080143257f0f1c241491
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Apr 27 17:59:21 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q2.1/org.openbravo.retail.posterminal/rev/f0a3230e66e625a8f19f080143257f0f1c241491 [^]
Fixes issue 29804, backport of issue 29668: NOt possible to login on webpos if the address of the organization has a simple quote on the name
* Address value in HQL sentence has to escape single quote characters.
---
M src/org/openbravo/retail/posterminal/ProcessHQLQuery.java
M src/org/openbravo/retail/posterminal/term/Terminal.java
---
|
|
|
(0077595)
|
hgbot
|
2015-05-20 10:12
|
|
|