You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by revans2 <gi...@git.apache.org> on 2014/12/23 18:27:58 UTC

[GitHub] storm pull request: Storm-456 cannot navigate to topology page whe...

Github user revans2 commented on the pull request:

    https://github.com/apache/storm/pull/318#issuecomment-67976452
  
    The issue appears to be that when we url decode the topology name the '+' is staying as a '+' if I replace it with a space ' ' in the URL it seems to work for me on both firefox and chrome.  I think we want to replace the space with '%20', not a '+'.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---