Bugs item #1266957, was opened at 2005-08-23 10:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1266957&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 8 Submitted By: Johan Compagner (joco01) Assigned to: Nobody/Anonymous (nobody) Summary: IResourceStream implementations and there getInputStream() Initial Comment: UrlResourceStream and FileResourceStream are storing there inputstream in a instance variable. And only set that one to null again (and close the stream) on there close call.. But this is not thread safe! If more then once browser are making the same request to the same resource at the same time. Then the same inputstream is used over more then one request.. So the inputstream close should be done on another place (the one that uses that input stream) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1266957&group_id=119783 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
