Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0007173 | Openbravo ERP | Z. Others | public | 2009-01-27 22:16 | 2009-04-21 10:33 |
|
Reporter | dbaz | |
Assigned To | shuehner | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Kubuntu 8.10 |
Product Version | pi | |
Target Version | | Fixed in Version | 2.50beta | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0007173: AJAX calls are not taken into account as "activity" into the application |
Description | AJAX calls are not taken into account as "activity" into the application
Due to the fix of this bug
https://issues.openbravo.com/view.php?id=4327 [^]
now no ajax call is managed as activity of a user.
The solution of the previous said bug should be only discard the alerts update of the session timing computing and not the whole total of ajax calls.
As the previous bug was resolved, now if there are AJAX processes which the user invokes to do something, they are not taken into account |
Steps To Reproduce | |
Proposed Solution | Change the
https://issues.openbravo.com/view.php?id=4327 [^]
fix in order ignore just the alert updating in terms of timeout (and not all the AJAX calls) |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0004327 | | closed | alostale | Session Timeout |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-01-27 22:16 | dbaz | New Issue | |
2009-01-27 22:16 | dbaz | Assigned To | => gorka_gil |
2009-01-27 22:16 | dbaz | sf_bug_id | 0 => 2541342 |
2009-01-27 22:16 | dbaz | Regression testing | => No |
2009-01-27 22:17 | dbaz | Relationship added | related to 0004327 |
2009-01-30 15:33 | rafaroda | Note Added: 0012917 | |
2009-01-30 15:33 | rafaroda | Status | new => feedback |
2009-02-09 12:19 | dbaz | Note Added: 0013256 | |
2009-02-09 12:20 | dbaz | Status | feedback => scheduled |
2009-02-09 12:20 | dbaz | fix_in_branch | => trunk |
2009-02-10 16:53 | gorka_gil | Assigned To | gorka_gil => shuehner |
2009-02-18 18:02 | svnbot | Checkin | |
2009-02-18 18:02 | svnbot | Note Added: 0013684 | |
2009-02-18 18:02 | svnbot | Status | scheduled => resolved |
2009-02-18 18:02 | svnbot | Resolution | open => fixed |
2009-02-18 18:02 | svnbot | svn_revision | => 13325 |
2009-04-21 10:33 | psarobe | Status | resolved => closed |
Notes |
|
|
David,
Could you please provide some steps to reproduce this issue in some way?
Thank you. |
|
|
(0013256)
|
dbaz
|
2009-02-09 12:19
|
|
For example:
Set in web.xml
<session-timeout>1</session-timeout>
The as System Administrator go to
General Setup || Application || Module Management || Module Management
Press "Scan for updates" each 5 seconds... Since it is an ajax call, due to the bug explained, it is not taken into account as a change, and the session expires in 60 seconds (and it shouldn't because you are doing "something") |
|
|
(0013684)
|
svnbot
|
2009-02-18 18:02
|
|
Repository: openbravo
Revision: 13325
Author: huehner
Date: 2009-02-18 18:02:27 +0100 (Wed, 18 Feb 2009)
Fixed 7173
- add code to mark individual ajax-requests as to be ignored for the session timeout
- for now only ignore the checkAlert request for session timeout instead of all ajax requests
---
U trunk/src/org/openbravo/erpCommon/utility/VerticalMenu.html
U trunk/src-core/src/org/openbravo/utils/SessionExpirationFilter.java
U trunk/web/js/ajax.js
---
https://dev.openbravo.com/websvn/openbravo/?rev=13325&sc=1 [^]
|
|