Details
-
Bug
-
Resolution: Not an issue
-
High
-
None
-
2.0.6
-
None
-
None
Description
Steps to reproduce
-  Import dam.jel.test.ljdrujj-logo-fr..svg.xml (works)
- Image created with version 6.2.11
-  Import dam.jel.logos.ljdrujj-logo-fr..svg.xml (does not work)
- Image created with a previous 6.2.x version
- Compare the two files (see Capture.png) The only difference is :
<sv:property sv:name="mgnl:created" sv:type="Date">
<sv:value>2021-09-22T08:12:30.341-04:00</sv:value>
</sv:property>
<sv:property sv:name="mgnl:createdBy" sv:type="String">
<sv:value>superuser</sv:value>
</sv:property> - Config rest end point for "image"
 implementationClass: info.magnolia.dam.focal.rest.reference.AssetFocalReferenceResolver
- Call REST endpoint with implementationClass
- Ex: https://www.espacejeux.local/magnoliaAuthor/.rest/delivery/pages/v1/jel/inscription/demo/main/0/row/0/column/0?lang=ff
- Pointing directly to the working image : WORKS
- Pointing directly to the pb image : FAILED
- Comment implementClass
- Pointing directly to the pb image : WORKS.
- See testing.txt result.
See Stacktrace.
Expected results
Should work with images that does not have thos lines:
<sv:property sv:name="mgnl:created" sv:type="Date">
<sv:value>2021-09-22T08:12:30.341-04:00</sv:value>
</sv:property>
<sv:property sv:name="mgnl:createdBy" sv:type="String">
<sv:value>superuser</sv:value>
</sv:property>
Actual results
Fail...
Workaround
We would have to re-create all our DAM resources (100+)
Development notes
Checklists
Acceptance criteria