Skip to content

Commit

Permalink
Merge branch 'develop' into feature/jvo/issues/209
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Vogel <[email protected]>
  • Loading branch information
jakobvogel committed Feb 24, 2023
2 parents f45baa6 + 391b6ce commit d2b3d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ninja/NinjaController.java
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public void object(WebContext webContext, String bucketName, List<String> idPart
return;
}

Response response = webContext.respondWith();
Response response = webContext.respondWith().named(object.getKey());
for (Map.Entry<String, String> entry : object.getProperties().entrySet()) {
response.addHeader(entry.getKey(), entry.getValue());
}
Expand Down

0 comments on commit d2b3d4a

Please sign in to comment.