Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.GA
-
Fix Version/s: EE-3.3.0.GA, 4.0.BETA, 4.0
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Windows/WebSphere 8
-
Assignee Priority:P2
-
Salesforce Case Reference:
Description
When a file is viewed in a web browser that was output by ice:outputResource the file is remaining locked by the Windows 2008/WebSphere 8.0 server the application is hosted on preventing other processes from accessing the file. It appears the file is released after the user's session is expired by WebSphere or logging out and destroying the session. The ice:outputResource is backed by a com.icesoft.faces.context.FileResource object.
This is a similar issue as to what was reported inICE-7888
This is a similar issue as to what was reported in
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case Reference | 5007000000TvhyrAAB |
Arran Mccullough
made changes -
Assignee | Arturo Zambrano [ artzambrano ] |
Ken Fyten
made changes -
Fix Version/s | EE-3.3.0.GA [ 10572 ] | |
Fix Version/s | 3.4 [ 10770 ] | |
Assignee Priority | P1 [ 10010 ] |
Ken Fyten
made changes -
Assignee Priority | P1 [ 10010 ] | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36377 | Tue Jun 25 14:14:25 MDT 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/push/DynamicResourceDispatcher.java
MODIFY /icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/util/Util.java |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 11382 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Committed fix to trunk at revision 36377 and to the 3.3. EE tag at revision 36380. The input stream is now closed after serving the resource.