Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/854#discussion_r43935881
--- Diff: storm-core/src/ui/public/component.html ---
@@ -116,7 +116,7 @@
var componentSummary = $("#component-summary");
var componentActions = $("#component-actions");
- var buttonJsonData =
componentActionJson(response["encodedTopologyId"], response["encodedId"],
response["id"],
+ var buttonJsonData = componentActionJson(response["name"],
response["encodedId"], response["id"],
--- End diff --
We need to encode the name just like we conded the topologyId, or we have
the possibility of an incorrect URL for odd characters in a topology name.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---