srdo commented on issue #2994: 0.9.x branch URL: https://github.com/apache/storm/pull/2994#issuecomment-482784060 Hi @tjqiulu 0.9.x is no longer maintained. Please upgrade to a current version. The code you are pointing to still exists in master https://github.com/apache/storm/blob/1976cb332bc6e8dceaec278fb1c3927627981081/storm-webapp/src/main/java/org/apache/storm/daemon/ui/WEB-INF/js/script.js#L88. I believe it is a false positive from your scanning tool. All that line does is reload the page. That said, I would be fine with seeing it replaced with Location.reload https://developer.mozilla.org/en-US/docs/Web/API/Location/reload. You can raise an issue at https://issues.apache.org/jira to track this change.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
