Crucible is trying to load a icon from localhost:51235

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Low
    • Component/s: UI
    • Environment:

      All Studio instances

      Investigate why Crucible is generating this particular piece of HTML, in particular the src="http://localhost:51235/icon" part.

      This could be the cause of some security warnings on IE while navigating on a HTTPS Studio instance to view a Review.
      IE shows a alert message: Security Information -> "This page contains both secure and nonsecure items. Do you want to display the nonsecure items?"

          <img class="ide-icon tb_right_mid"
               id="ide-icon-2050918634"
               title="Open review CR-TST-1 in IDEA"
               onclick="this.src='http://localhost:51235/review?review_key=CR-TST-1&amp;server_url=http%3A//coruja%3A3990/&amp;id=' + Math.floor(Math.random()*1000);"
               alt="Open in IDE"
               src="http://localhost:51235/icon">
      
          <script type="text/javascript">
              AJS.$("#ide-icon-2050918634").load(function () {
                  AJS.$(this).show();
              });
          </script>
      

            Assignee:
            Unassigned
            Reporter:
            Felipe Cuozzo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: