• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • chrome-frame-plugin
    • Container : Weblogic 10.3.3
      Browser : Chrome 43.0.2357.81
      JAVA : 1.7.0.45 64bits

      Since 1.596 it's seem to be impossible to display correctly Jenkins in Chrome when it is deployed in Weblogic. no pb in firefox

      I'm not sure about the component...

          [JENKINS-28614] Display bug on Weblogic with Google Chrome

          Ok so the pb is about mimetype javascript which is not executable in Chrome with Weblogic.

          To by pass it :
          add this in the web.xml of jenkins.war :
          <mime-mapping>
          <extension>js</extension>
          <mime-type>application/javascript</mime-type>
          </mime-mapping>

          and remove the checksum of this file by deleting thos 2 files :
          META-INF/JENKINS.RS and META-INF/JENKINS.RSA

          Nicolas BOHEAS added a comment - Ok so the pb is about mimetype javascript which is not executable in Chrome with Weblogic. To by pass it : add this in the web.xml of jenkins.war : <mime-mapping> <extension>js</extension> <mime-type>application/javascript</mime-type> </mime-mapping> and remove the checksum of this file by deleting thos 2 files : META-INF/JENKINS.RS and META-INF/JENKINS.RSA

            Unassigned Unassigned
            niko44 Nicolas BOHEAS
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: