If I navigate to the findbugs panel the trend and summary data comes up fine but the details info just
      pinwheels. This happens in safari 3/4beta and firefox 3.0.x on the mac.

      After poking around with various debuggers in ff I found

      "Security Error: Content at https://hudson.*****.com/job/****/421/findbugsResult/tab.packages may
      not load data from http://hudson.*****.com/job/****/421/findbugsResult/tab.packages/."

      Maybe this is due to running our server of https?

      I'm also, according to firebug, I'm getting a 404 on https://hudson.*****.com/assets/skins/sam/sprite.png
      and a 302 on https://hudson.*****.com/job/****/421/findbugsResult/tab.packages

      Hope that helps

          [JENKINS-3410] Findbugs details panel pinwheels

          bdarfler added a comment -

          After talking to our ops guy, our proxy server is an ssl accelerator. Tomcat/hudson is not aware that it is
          behind ssl. Its possible that there is an absolute path somewhere that is messing up because of this.

          bdarfler added a comment - After talking to our ops guy, our proxy server is an ssl accelerator. Tomcat/hudson is not aware that it is behind ssl. Its possible that there is an absolute path somewhere that is messing up because of this.

          Ulli Hafner added a comment -

          I scanned all of my files but there are only relative paths used. Maybe the YUI library
          and the associated bubbling library can't handle the proxy in between. I'm quite a newbie
          to Ajax programming and just used these both libraries out of the box. I'm not really
          sure what happens here under the hood...

          This is my code to fill in the tabs:

          YAHOO.plugin.Dispatcher.delegate (new YAHOO.widget.Tab({
          label: '${%Normal}',
          dataSrc: 'tab.packages',
          cacheData: true,
          active: false
          }), myTabs);

          Ulli Hafner added a comment - I scanned all of my files but there are only relative paths used. Maybe the YUI library and the associated bubbling library can't handle the proxy in between. I'm quite a newbie to Ajax programming and just used these both libraries out of the box. I'm not really sure what happens here under the hood... This is my code to fill in the tabs: YAHOO.plugin.Dispatcher.delegate (new YAHOO.widget.Tab({ label: '${%Normal}', dataSrc: 'tab.packages', cacheData: true, active: false }), myTabs);

          Ulli Hafner added a comment -

          Added dependency.

          Ulli Hafner added a comment - Added dependency.

          Ulli Hafner added a comment -

          I don't see a way to prevent that when using the YUI library.

          Ulli Hafner added a comment - I don't see a way to prevent that when using the YUI library.

          Benjamin CABE added a comment -

          I suggest fixing the bug this way https://github.com/jenkinsci/analysis-core-plugin/pull/1

          Works for me both in http and https

          thanks

          Benjamin CABE added a comment - I suggest fixing the bug this way https://github.com/jenkinsci/analysis-core-plugin/pull/1 Works for me both in http and https thanks

            drulli Ulli Hafner
            bdarfler bdarfler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: