Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Won't Fix
-
content-exim-2.1.3
-
None
Description
Method org.onehippo.forge.content.exim.core.impl.WorkflowDocumentManagerImpl#getExistingDocumentPath as an argument 'documentPath'.
The documentPath value is encoded as node path, then resulting node (if any) is returned.
This fails when using WorkflowDocumentManagerImpl#translateDocument on document "/content/documents/translationsaddondemo/blog/authors/Hippo Author" that comes with Essentials:
Caused by: java.lang.IllegalArgumentException: Source document doesn't exist at '/content/documents/translationsaddondemo/blog/authors/Hippo Author'.
Suggestion to do a simple getSession().nodeExists(documentLocation) first.
Attachments
Issue Links
- relates to
-
ESSENTIALS-1088 Example Author data added with Blog feature contains a node name having a space
- Closed