Mantis - Hessian
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5093 | major | always | 05-28-12 23:35 | 05-28-12 23:50 | |
|
|||||
Reporter: | MicW | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | new | Product Version: | 4.0.7 | ||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0005093: Transfer of Large Binary Data not working within Objects | ||||
Description: |
0003655 fixes the issue for 4.0.x for the case if a method returns an InputStream: public InputStream getDownload(String filename); But if the Stream is contained within a result Object, all Versions of Hessian (3.1.3, 3.1.5, 4.0.7) fails: public Download getDownload(String filename); public class Download { String filename; InputStream data; } The exception on the client side is like in 0003655 (Stream is closed). |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|