Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5947 | minor | always | 10-06-15 00:39 | 11-16-15 10:22 | |
|
|||||
Reporter: | nam | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.45 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.47 | ||
|
|||||
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. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |