When calling for instance Document note = nuxeoClient.repository().fetchDocumentByPath("folder_1/note_1"); the client is well responding.
When executing Document note = nuxeoClient.repository().fetchDocumentByPath("/folder_1/note_1"); with the slash at the beginning, retrofit is not handling automatically.
We should fix it.
- is duplicated by
-
JAVACLIENT-73 Fix url encoding issue
- Resolved
- is required by
-
JAVACLIENT-19 Android Sample
- Resolved