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

Fix CSIV2 tags in idl files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • j2ee1.3-beta2
    • 1.3.0
    • other-libs
    • None
    • beta2
    • sparc
    • solaris_1
    • Verified

      Some of the CSIV2 tags were not specified by the CSIV2 spec at the time the
      CSIV2 idl files were checked in. The following tags in CSIV2 idl files therefore need to be updated:
      >
      > const IOP::ComponentId TAG_CSI_SEC_MECH_LIST = 254;
      > const IOP::ComponentId TAG_NULL_TAG = 255;
      > const IOP::ComponentId TAG_SECIOP_SEC_TRANS = 253;
      >

      must be replaced with the following values:

      >
      > const IOP::ComponentId TAG_CSI_SEC_MECH_LIST = 33;
      > const IOP::ComponentId TAG_NULL_TAG = 34;
      > const IOP::ComponentId TAG_SECIOP_SEC_TRANS = 35;

      *******************************************************************************
      ###@###.### 2001-10-30

      Fix verified ok by code inspection
      - File: rip_int/1.0/fcs/b68/ws/src/share/classes/com/sun/corba/se/org/omg/CSIIOP/CSIIOP.idl
      *******************************************************************************

            duke J. Duke
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: