GitHub user Ethanlm opened a pull request:
https://github.com/apache/storm/pull/2421
[STORM-2815] UI HTTP server should return 403 if the user is unauthorized
Storm UI HTTP server returns 500 for all kind of exceptions.
It should return 403 if it's an AuthorizationException.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ethanlm/storm STORM-2815
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2421.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 #2421
----
commit 600f569c7d362232db46c1d2d98129e62cf983b4
Author: Ethan Li <[email protected]>
Date: 2017-11-14T20:53:25Z
[STORM-2815] UI HTTP server should return 403 if the user is unauthorized
----
---