Bugs item #795037, was opened at 2003-08-25 17:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=795037&group_id=4866

Category: WebKit
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ben Parker (benparker)
Assigned to: Nobody/Anonymous (nobody)
Summary: SessionFileStore raises KeyError on corrupt session data

Initial Comment:
In SessionFileStore.__getitem__(), the store raises a 

KeyError on corrupted session data, and leaves the 

corrupted data on the filesystem. 



If corrupted data is written during a bad appserver 

shutdown, the SessionStore continually throws those 

KeyErrors for any attempt to iterate over active sessions.



The SessionFileStore should at least raise a different 

type of error indicating the problem is not KeyError but 

corrupted data. But then shouldn't it clean up the 

session? or maybe move it to a "corrupted" directory for 

review?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=795037&group_id=4866


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to