[cp-patches] FYI: java/io/ObjectInputStream.java

2005-10-18 Thread Jeroen Frijters
Hi, I committed the attached patch to fix proxy deserialization (bug 24422). Regards, Jeroen 2005-10-18 Jeroen Frijters [EMAIL PROTECTED] * java/io/ObjectInputStream.java (parseContent): Removed bogus println and fixed bug #24422. Index: java/io/ObjectInputStream.java

[cp-patches] FYI: java/io/ObjectInputStream.java clean up

2005-08-07 Thread Jeroen Frijters
Hi, I committed the attached patch to pass or initialize causes for all exceptions and to remove some bogus code from readClassDescriptor. I also added a comment to readFields.GetField.getField that it should be rewritten, the current code is *totally* incomprehensible. (Including the