Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-4043

The JCR properties view does not display escaped properties with escaped values correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Sling Eclipse IDE 1.0.2
    • Sling Eclipse IDE 2.0.0
    • IDE
    • None

    Description

      Consider a property serialized as

      org.apache.sling.commons.log.pattern="\{0,date,yyyy-MM-dd HH:mm:ss.SSS} {4} [{3}] {5}"

      The value displayed by the JCR properties view is

      {4} [{3}] {5}

      , while the value displayed when editing is

      \{0,date,yyyy-MM-dd HH:mm:ss.SSS} {4} [{3}] {5}

      In fact, both the display and edit modes should work with the unescaped value

      {0,date,yyyy-MM-dd HH:mm:ss.SSS} {4} [{3}] {5}

      Attachments

        Activity

          People

            kwin Konrad Windszus
            rombert Robert Munteanu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: