Uploaded image for project: 'Common Controller SDK'
  1. Common Controller SDK
  2. CCSDK-3480

Empty value gets deleted by RestApiCallnode

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Medium Medium
    • Jakarta Release
    • None
    • sli/plugins
    • None

      String var1 = template.substring(i1 + 2, i2);
      String value1 = format == Format.XML ? XmlJsonUtil.getXml(mm, var1) : XmlJsonUtil.getJson(mm, var1);
      if (value1 == null || value1.trim().length() == 0) { 

      It should be perfectly valid to have an empty value for some variable. Those vars get erased, then later, will not be found.

            omimtl omimtl
            omimtl omimtl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: