This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.
from 8b027b1 This closes #1212
add 1163f1d Fix disallowed characters in multipart form
add 35d3fd2 Handle multipart form correctly also for PUT
new 4516de5 This closes #1213
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
rest/rest-api/pom.xml | 4 ++
.../apache/brooklyn/rest/api/ApplicationApi.java | 48 +++++++++++++++++++---
.../rest/resources/ApplicationResource.java | 18 ++++++++
.../brooklyn/rest/api/ApplicationApiTest.java | 45 ++++++++++++++++++++
4 files changed, 110 insertions(+), 5 deletions(-)
create mode 100644
rest/rest-server/src/test/java/org/apache/brooklyn/rest/api/ApplicationApiTest.java