Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0038450 | Openbravo ERP | A. Platform | public | 2018-04-25 14:18 | 2018-05-09 19:29 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR18Q3 | |
Merge Request Status | |
Review Assigned To | alostale |
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 | 0038450: Allow to download attachments in temporary files using the attachment name without concurrency problems |
Description | Allow to download attachments in temporary files using the attachment name itself without having (possible) concurrency problems in case two users download the same attachment at the same time.
|
Steps To Reproduce | In description |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0038188 | | closed | caristu | Concurrency problem when downloading attachments with attachment methods that downloads temp files | depends on | backport | 0038451 | 3.0PR18Q2 | closed | caristu | Allow to download attachments in temporary files using the attachment name without concurrency problems |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-04-25 14:18 | caristu | New Issue | |
2018-04-25 14:18 | caristu | Assigned To | => platform |
2018-04-25 14:18 | caristu | Modules | => Core |
2018-04-25 14:18 | caristu | Triggers an Emergency Pack | => No |
2018-04-25 14:18 | caristu | Status | new => scheduled |
2018-04-25 15:48 | caristu | Relationship added | related to 0038188 |
2018-04-25 15:59 | hgbot | Checkin | |
2018-04-25 15:59 | hgbot | Note Added: 0104080 | |
2018-04-25 15:59 | hgbot | Status | scheduled => resolved |
2018-04-25 15:59 | hgbot | Resolution | open => fixed |
2018-04-25 15:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/87ee63f96d1f75f0539a54f9c340e8e83571a43e [^] |
2018-04-25 16:00 | caristu | Assigned To | platform => caristu |
2018-04-25 16:00 | caristu | Review Assigned To | => alostale |
2018-04-25 16:15 | hgbot | Checkin | |
2018-04-25 16:15 | hgbot | Note Added: 0104082 | |
2018-04-27 13:09 | alostale | Note Added: 0104158 | |
2018-04-27 13:09 | alostale | Status | resolved => closed |
2018-04-27 13:09 | alostale | Fixed in Version | => 3.0PR18Q3 |
2018-05-09 19:29 | hudsonbot | Checkin | |
2018-05-09 19:29 | hudsonbot | Note Added: 0104398 | |
2018-05-09 19:29 | hudsonbot | Checkin | |
2018-05-09 19:29 | hudsonbot | Note Added: 0104399 | |
Notes |
|
(0104080)
|
hgbot
|
2018-04-25 15:59
|
|
Repository: erp/devel/pi
Changeset: 87ee63f96d1f75f0539a54f9c340e8e83571a43e
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Apr 25 15:50:10 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/87ee63f96d1f75f0539a54f9c340e8e83571a43e [^]
fixes bug 38450: Remove temp file's directory used to download the attachment
Now the AttachImplementationManager deletes also the temp file's directory used to download the attachment. This change only affects to those attach implementations which return the downloaded attachment inside a temporary file.
With this change now that attach implementations are able generate those temporary files with any name by creating them inside folders with random names. This is intended to avoid concurrency problems in case two users download the same attachment at the same time.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/AttachImplementationManager.java
---
|
|
|
(0104082)
|
hgbot
|
2018-04-25 16:15
|
|
Repository: erp/devel/pi
Changeset: d79617fce296c7e92706dddb63d4459dda7959c2
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Apr 25 16:14:22 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d79617fce296c7e92706dddb63d4459dda7959c2 [^]
related to issue 38450: apply the logic on "Download All" also
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/attachment/AttachImplementationManager.java
---
|
|
|
|
|
|
|
|
|
|
|