IBM Support

PH50791: FUNCTION ADDCOPYOVERLAY IN UCDJS-PACK.JS FILE CREATES MISCONFIGURED URL (DOUBLE SLASH (//)) FOR STEP_COPY.PNG RESOURCE

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

  • The URL of static resource step_copy.png is configured as:
    static/7.0.5.2.1050384/images//icons/process/step_copy.png
    with a double slash(//) between "images" and "icons".
    Customer has some URL restrictions so this URL(double slash(//))
    is not allowing and it's getting a 500 http error.
    Generated URL:
    https://<localhost>/static/7.0.5.2.1050384/images//icons/process
    /step_copy.png
    Expected URL:
    https://<localhost>/static/7.0.5.2.1050384/images/icons/process/
    step_copy.png
    
    The url of a similar resource (step_edit.png) is configured
    correctly as:
    static/7.0.5.2.1050384/images/icons/process/step_edit.png
    
    We have verified that the url is configured by the
    addCopyOverlay function in ucdjs-pack.js:
    var copyOverlay = new mxCellOverlay(new
    mxImage("".concat(bootstrap.imageUrl,
    "/icons/process/step_copy.png"), 18, 18));
    where the similar addEditOverlay function is:
    var editOverlay = new mxCellOverlay(new
    mxImage("".concat(bootstrap.imageUrl,
    "icons/process/step_edit.png"), 18, 18));
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:                                              *
    * UrbanCode Web UI Users                                       *
    ****************************************************************
    * PROBLEM DESCRIPTION:                                         *
    * Function addCopyOverlay in ucdjs-pack.js file creates        *
    * misconfigured URL (double slash (//)) for step_copy.png      *
    * resource                                                     *
    ****************************************************************
    * RECOMMENDATION:                                              *
    * Fix is provided in IBM UrbanCode Deploy 7.3.1.0              *
    ****************************************************************
    

Problem conclusion

  • Fix is provided in IBM UrbanCode Deploy 7.3.1.0
    

Temporary fix

Comments

APAR Information

  • APAR number

    PH50791

  • Reported component name

    UC DEPLOY

  • Reported component ID

    5725M5400

  • Reported release

    705

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2022-11-10

  • Closed date

    2023-08-31

  • Last modified date

    2023-08-31

  • 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

    UC DEPLOY

  • Fixed component ID

    5725M5400

Applicable component levels

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS4GSP","label":"IBM UrbanCode Deploy"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"705","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
31 August 2023