XSLT Transformation Filter Removes The Content ID In Multipart Messages
(Doc ID 1592139.1)
Last updated on FEBRUARY 20, 2025
Applies to:
Oracle API Gateway - Version 11.1.2.1.0 to 11.1.2.2.0 [Release 11gR1]Information in this document applies to any platform.
Symptoms
Oracle API Gateway (OAG) 11.1.2.1.0 or 11.1.2.2.0.
In a multipart message, there is an optional sub-component of the content-type header called "start" which points to the first main body part of the multipart message.
This "start" parameter contain a Content-ID, which is also in the multipart parts of the main body, like this:
[...]
--MIMEBoundary_..........................
Content-Type: application/soap+xml; charset=UTF-8
Content-Transfer-Encoding: binary
Content-ID:
When the problem occurs, the Content-ID header inside of the MIMEBoundary is missing.
This then causes a variety of further error messages from libxml.
The problem shows up only when an XSLT Transformation Filter is used.
Changes
The problem does not occur with OAG 11.1.2.3.0.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |