Anonymous | Login | Signup for a new account | 12-17-2024 08:56 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0005947 | [Resin] | minor | always | 10-06-15 00:39 | 11-16-15 10:22 | ||||
Reporter | nam | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.45 | ||||||
Summary | 0005947: session corruption on restart: java.io.StreamCorruptedException: invalid type code 4B | ||||||||
Description |
(rep by Nobuaki) server/01q8 Also seeing type code 02, C2. 1. store a bunch of items in a list or map: LinkedList list = new LinkedList(); for (int i = 0; i < 100000; i++) { list.add("abc"); } request.getSession().setAttribute("foo", list); 2. restart Resin 3. out.println(request.getSession().getAttribute("foo").getClass()); You'll get a StreamCorruptedException. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |