bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/22841] ObjectInputStream.registerValidation fails


From: cvs-commit at developer dot classpath dot org
Subject: [Bug classpath/22841] ObjectInputStream.registerValidation fails
Date: 12 Oct 2005 19:47:26 -0000


------- Comment #3 from cvs-commit at developer dot classpath dot org  
2005-10-12 19:47 -------
Subject: Bug 22841

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Mark Wielaard <address@hidden>   05/10/12 19:41:42

Modified files:
        .              : ChangeLog 
        java/io        : ObjectInputStream.java 

Log message:
        Fixes bug #22841
        * java/io/ObjectInputStream (validators): Removed field.
        (isDeserializing): Removed field.
        (currentObjectValidators): New field.
        (ObjectInputStream): Remove validators and isDeserializing
        initialization.
        (readObject): Remove isDeserializing logic. Don't call
        invokeValidators() here.
        (parseContent): Call invokeValidators() after TC_OBJECT done.
        (registerValidation): Create currentObjectValidators if needed.
        (invokeValidators): Rewritten.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5200&tr2=1.5201&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/io/ObjectInputStream.java.diff?tr1=1.68&tr2=1.69&r1=text&r2=text


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22841





reply via email to

[Prev in Thread] Current Thread [Next in Thread]