-
Bug
-
Resolution: Unresolved
-
Major
-
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
Environment |
Original:
Container : Weblogic Browser : Chrome |
New:
Container : Weblogic 10.3.3 Browser : Chrome 43.0.2357.81 JAVA : 1.7.0.45 64bits |
Assignee | New: Nicolas BOHEAS [ niko44 ] |
Assignee | Original: Nicolas BOHEAS [ niko44 ] |
Workflow | Original: JNJira [ 163461 ] | New: JNJira + In-Review [ 181249 ] |
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