Github user Parth-Brahmbhatt commented on a diff in the pull request:

    https://github.com/apache/incubator-storm/pull/242#discussion_r16726994
  
    --- Diff: storm-core/src/clj/backtype/storm/ui/core.clj ---
    @@ -424,7 +424,7 @@
                              (if bolt-summs
                                (mapfn bolt-summs)
                                (mapfn spout-summs)))
    -                :link (url-format "/component.html?id=%s&topology_id=%s" 
id storm-id)
    +                :link (url-format "/component.html?id=%s&topology_id=%s" 
(url-encode id) (url-encode storm-id))
    --- End diff --
    
    I missed this , I just blindly went through all the urls and encoded the 
components. Not sure why in my testing I was not able to catch this though. 


---
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.
---

Reply via email to