This is an automated email from the ASF dual-hosted git repository.
rmetzger pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 3f67e06 [FLINK-20198][docs] Correct the wrong link in
upsert-kafka.zh.md
add 7fed9f0 [hotfix][runtime] Fixed wrong HTTP error code used in
exception handling of MultipartUploadResource.
add b561010 [hotfix][runtime] It was possible to traverse the directory
of the host through /jobmanager/logs/<path-to-file>.
add a5264a6 [hotfix][runtime] A customized filename can be specified
through Content-Disposition that also allows passing of path information which
was not properly handled. This is fixed now.
No new revisions were added by this update.
Summary of changes:
.../flink/runtime/rest/FileUploadHandler.java | 7 +-
.../cluster/JobManagerCustomLogHandler.java | 4 +-
.../flink/runtime/rest/FileUploadHandlerTest.java | 180 +++++++++++++++----
.../runtime/rest/MultipartUploadResource.java | 191 +++++++++++----------
.../cluster/JobManagerCustomLogHandlerTest.java | 162 +++++++++++++++++
5 files changed, 422 insertions(+), 122 deletions(-)
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/cluster/JobManagerCustomLogHandlerTest.java