GitHub user Ethanlm opened a pull request:
https://github.com/apache/storm/pull/2420
[STORM-2814] Logviewer HTTP server should return 403 instead of 200 if the
user is unauthorized
A trivial fix. Change the return HTTP Code from 200 to 403.
Also fixed the typos
https://issues.apache.org/jira/browse/STORM-2814
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ethanlm/storm STORM-2814
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2420.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 #2420
----
commit 804dcebddfa5ac2ca4b0fb7bae1c6d6593dffe8d
Author: Ethan Li <[email protected]>
Date: 2017-11-14T18:31:58Z
[STORM-2814] Logviewer HTTP server should return 403 instead of 200 if the
user is unauthorized
----
---