CORBA formal 00-11-03 15.4.2.1 states that
"There is no padding after the request header when an unfragmented request message body is empty."
yet our ORB expects the padding, and throws a MARSHAL exception.
This was discovered by IONA via the RMI-IIOP interoperability work.
********************************************************************************
###@###.### 2001-11-06
Fix Verified OK:
- using build:j2sdk-1_4_0-beta3-bin-b84-solsparc-20_oct_2001
- by inspecting code at: com/sun/corba/se/internal/iiop/CDRInputStream_1_0
********************************************************************************
"There is no padding after the request header when an unfragmented request message body is empty."
yet our ORB expects the padding, and throws a MARSHAL exception.
This was discovered by IONA via the RMI-IIOP interoperability work.
********************************************************************************
###@###.### 2001-11-06
Fix Verified OK:
- using build:j2sdk-1_4_0-beta3-bin-b84-solsparc-20_oct_2001
- by inspecting code at: com/sun/corba/se/internal/iiop/CDRInputStream_1_0
********************************************************************************
- duplicates
-
JDK-4468305 ORB requires padding even in empty messages (OMG issue 3792)
- Closed