Skip to content

Commit

Permalink
Fix double encoding of directory name (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebhs authored Aug 1, 2024
1 parent b8a6c31 commit 9e75498
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public void createElementInDirectory(ElementAttributes elementAttributes, String
String path = UriComponentsBuilder
.fromPath(ROOT_DIRECTORIES_SERVER_ROOT_PATH + "/paths/elements")
.queryParam("directoryPath", directoryName)
.build()
.toUriString();
HttpHeaders headers = new HttpHeaders();
headers.add(HEADER_USER_ID, userId);
Expand Down

0 comments on commit 9e75498

Please sign in to comment.