Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031560 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | minor | always | 2015-11-23 17:23 | 2015-12-07 11:38 | |||
Reporter | migueldejuana | View Status | public | |||||
Assigned To | migueldejuana | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR16Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 1e27805f6779 | ||||
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 | ||||||||
Review Assigned To | mtaal | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0031560: GetToken shows a warning | |||||||
Description | GetToken shows a warning: WARN org.openbravo.mobile.core.process.SecuredJSONProcess - Not checking form access for class org.openbravo.mobile.core.authenticate.GetToken | |||||||
Steps To Reproduce | - Login - set in the developers guide this: localStorage.tokenRefreshInterval = 60000 - Press F5 - Wait a minute and GetToken will be executed - See the warning in the console | |||||||
Proposed Solution | Add in GetToken class: @Override protected boolean bypassPreferenceCheck() { return true; } @Override protected boolean bypassSecurity() { return true; } | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0082275) hgbot (developer) 2015-11-24 09:09 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 1e27805f6779a09cf9c3c190e4a770a5a42e28a8 Author: Miguel de Juana <miguel.dejuana <at> openbravo.com> Date: Tue Nov 24 09:09:34 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/1e27805f6779a09cf9c3c190e4a770a5a42e28a8 [^] Fixed issue 0031560: GetToken shows a warning --- M src/org/openbravo/mobile/core/authenticate/GetToken.java --- |
(0082587) mtaal (viewer) 2015-12-07 11:38 |
Reviewed |
![]() |
|||
Date Modified | Username | Field | Change |
2015-11-23 17:23 | migueldejuana | New Issue | |
2015-11-23 17:23 | migueldejuana | Assigned To | => migueldejuana |
2015-11-23 17:23 | migueldejuana | OBNetwork customer | => No |
2015-11-23 17:23 | migueldejuana | Triggers an Emergency Pack | => No |
2015-11-23 17:28 | migueldejuana | Review Assigned To | => mtaal |
2015-11-24 09:09 | hgbot | Checkin | |
2015-11-24 09:09 | hgbot | Note Added: 0082275 | |
2015-11-24 09:09 | hgbot | Status | new => resolved |
2015-11-24 09:09 | hgbot | Resolution | open => fixed |
2015-11-24 09:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/1e27805f6779a09cf9c3c190e4a770a5a42e28a8 [^] |
2015-12-07 11:38 | mtaal | Note Added: 0082587 | |
2015-12-07 11:38 | mtaal | Status | resolved => closed |
2015-12-07 11:38 | mtaal | Fixed in Version | => RR16Q1 |
Copyright © 2000 - 2009 MantisBT Group |