GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/6269
[FLINK-9770][rest] Fix jar listing
## What is the purpose of the change
Ensures that uploaded jars adhere to the naming scheme that the
`JarListHandler` expects.
## Verifying this change
Manually verified.
* upload any jar
* refresh page
* jar should show up
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 9770
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6269.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6269
----
commit 675d3a953c177cb3a140176062b112d9d9d9e2ed
Author: zentol <chesnay@...>
Date: 2018-07-05T20:57:02Z
[FLINK-9770][rest] Fix jar listing
----
---