Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0031560
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2015-11-23 17:232015-12-07 11:38
ReportermigueldejuanaView Statuspublic 
Assigned Tomigueldejuana 
PrioritynormalResolutionfixedFixed in VersionRR16Q1
StatusclosedFix in branchFixed in SCM revision1e27805f6779
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomtaal
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0031560: GetToken shows a warning

DescriptionGetToken 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 SolutionAdd in GetToken class:

@Override
  protected boolean bypassPreferenceCheck() {
    return true;
  }

  @Override
  protected boolean bypassSecurity() {
    return true;
  }
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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 (manager)
2015-12-07 11:38

Reviewed

- Issue History
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 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
Powered by Mantis Bugtracker