Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4476494

SSLSessionBindingEvent has not serial field 'name'

XMLWordPrintable

    • 1.0.3
    • sparc
    • solaris_2.6



        Name: ooR10001 Date: 06/29/2001


        Specification for serial form for javax.net.ssl.SSLSessionBindingEvent class
        says that this class contains one serial field 'name' but in fact there is no
        such field in this class. Please, correct the implementation according to
        current specification.

        Serial From Specification for SSLSessionBindingEvent says:
        ----------------------------------------------------------
        Class javax.net.ssl.SSLSessionBindingEvent implements Serializable


         Serialized Fields


        name

        String name
        ----------------------------------------------------------

        ======================================================================
        We could not find source files for javax.net.ssl.SSLSessionBindingEvent but
        output of 'javap' command with '-private' option does not contain field 'name':

        -------- Output: ---------
        % java -version

        java version "1.4.0-beta_refresh"
        Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta_refresh-b73)
        Java HotSpot(TM) Client VM (build 1.4.0-beta_refresh-b73, mixed mode)

        % javap -private javax.net.ssl.SSLSessionBindingEvent

        Compiled from [DashoPro-V2.2-110100.11101B001275]
        public class javax.net.ssl.SSLSessionBindingEvent extends java.util.EventObject
        {
            private java.lang.String a;
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
            public
        javax.net.ssl.SSLSessionBindingEvent(javax.net.ssl.SSLSession,java.lang.String);
            public java.lang.String getName();
            public javax.net.ssl.SSLSession getSession();
        }

        ----------------------------

        Also, following JCK API tests failed due to incorrect field name:
        api/javax_net/ssl/SSLSessionBindingEvent/serial/index.hmtl#Constructor
        api/javax_net/ssl/SSLSessionBindingEvent/serial/index.hmtl#Input

        ###@###.### 2001-08-07

              valeriep Valerie Peng
              oovsunw Oov Oov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: