Actions
Bug #5164
opennon-web calls are leaking session objects
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
12.01.2017
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
During some investogation it turned out that calls to vcs or API that doesn't go via pylons web-stack are leaking session objects.
This is caused by the pylons_compat_tween which accesses session object however is not later used.
Updated by Redmine Integration almost 8 years ago
- Status changed from New to Resolved
Commit 8a946991ca8f by Marcin Kuzminski marcin@rhodecode.com on default branch changed this issue. https://internal-code.rhodecode.com/rhodecode-enterprise-ce/changeset/8a946991ca8faced0200e8b97b45493d9995c38a
Updated by Redmine Integration almost 8 years ago
pullrequest merged by marcink (status: approved). https://internal-code.rhodecode.com/rhodecode-enterprise-ce/pull-request/2844
Actions