This method does not encode the parent path
@POST("repo/{repositoryName}/path{parentPath}") Call<Document> createDocumentByPath(@Path("parentPath") String parentPath, @Body Document document, @Path("repositoryName") String repositoryName);
so the / characters will be replaced by %2F, what provokes a bad request error.
- is caused by
-
JAVACLIENT-73 Fix url encoding issue
- Resolved
- Is referenced in