[jira] [Commented] (VFS-309) ThreadLocal memory leak in DefaultFileContent

2015-11-23 Thread Carl Krick (JIRA)
[ https://issues.apache.org/jira/browse/VFS-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15022182#comment-15022182 ] Carl Krick commented on VFS-309: Hello, Do we know when this is going to be released? Regards > ThreadLocal

[jira] [Commented] (VFS-309) ThreadLocal memory leak in DefaultFileContent

2014-12-03 Thread Bernd Eckenfels (JIRA)
[ https://issues.apache.org/jira/browse/VFS-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14232713#comment-14232713 ] Bernd Eckenfels commented on VFS-309: - Ah, need to provide a new version. This uses

[jira] [Commented] (VFS-309) ThreadLocal memory leak in DefaultFileContent

2014-11-17 Thread Bernd Eckenfels (JIRA)
[ https://issues.apache.org/jira/browse/VFS-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14215696#comment-14215696 ] Bernd Eckenfels commented on VFS-309: - As commented in VFS-142 there are two problems.

[jira] [Commented] (VFS-309) ThreadLocal memory leak in DefaultFileContent

2014-04-22 Thread Ryan Boettcher (JIRA)
[ https://issues.apache.org/jira/browse/VFS-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13976849#comment-13976849 ] Ryan Boettcher commented on VFS-309: I tracked down a problem we were having that appears

[jira] [Commented] (VFS-309) ThreadLocal memory leak in DefaultFileContent

2011-11-14 Thread jontro (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/VFS-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13149797#comment-13149797 ] jontro commented on VFS-309: This is still an issue. Why even store it in a ThreadLocal at all,

[jira] Commented: (VFS-309) ThreadLocal memory leak in DefaultFileContent

2011-02-01 Thread Bernhard Reichl (JIRA)
[ https://issues.apache.org/jira/browse/VFS-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12989095#comment-12989095 ] Bernhard Reichl commented on VFS-309: - In the case of getting a zip file the workaround

[jira] Commented: (VFS-309) ThreadLocal memory leak in DefaultFileContent

2010-11-02 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/VFS-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12927427#action_12927427 ] Ralph Goers commented on VFS-309: - DefaultFileContent.close() will remove the ThreadData,

[jira] Commented: (VFS-309) ThreadLocal memory leak in DefaultFileContent

2010-11-02 Thread jontro (JIRA)
[ https://issues.apache.org/jira/browse/VFS-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12927454#action_12927454 ] jontro commented on VFS-309: I was not aware of being required to call that method. Is it possible