Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Sling Eclipse IDE 1.0.2
-
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}