IBM Support

IT32843: UNABLE TO EDIT CDATA STORE FILES IN THE WEBGUI

Subscribe to this APAR

By subscribing, you receive periodic emails alerting you to the status of the APAR, along with a link to the fix after it becomes available. You can track this item individually or track all items by product.

Notify me when this APAR changes.

Notify me when an APAR for this component changes.

 

APAR status

  • Closed as program error.

Error description

  • When editing a file with a CDATA, all CDATA sections within
    will not function properly causing a 500 error: internal error.
    The following logging will assist noting cdata sections are not
    allowed, instead of the 500 internal error.
    

Local fix

Problem summary

  • CDATA escape string ]]> within a file saved to the WebGUI may
    result in the failure of the file upload.
    

Problem conclusion

  • CDATA is used in the transport of the file through the WebGUI
    Thus the closure tag ]]> is a restricted set of characters.
    the document is now scanned and a clear failure message is
    displayed on the WebGUI indicating the error.
    
    Fixed In: 10.0.0.0
    

Temporary fix

  • Pre and Post fix this can be resolved by splitting the string up
    to not contain the ]]> combination.
    
    Example:
    
    var CDATA = "<![CDATA]" + data + "]]>";
    Can be changed to:
    var CDATA = "<![CDATA]" + data + "]]" + ">";
    

Comments

APAR Information

  • APAR number

    IT32843

  • Reported component name

    DATAPOWER

  • Reported component ID

    DP1234567

  • Reported release

    18X

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2020-05-12

  • Closed date

    2020-08-13

  • Last modified date

    2020-08-13

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    DATAPOWER

  • Fixed component ID

    DP1234567

Applicable component levels

[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SS9H2Y","label":"IBM DataPower Gateway"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"18X","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
08 June 2021