[ 
https://issues.jenkins-ci.org/browse/JENKINS-5242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161935#comment-161935
 ] 

Andreas Heigl commented on JENKINS-5242:
----------------------------------------

We had the same problem using Firefox or Safari.

Jenkins is running behind a ReverseProxy

Solved it using the following in the ReverseProxy (apache) config:

{code}
<Location /jenkins/monitor/>
    ForceType text/html
</Location>
{code}
                
> Does not set contentType to html, renders as text
> -------------------------------------------------
>
>                 Key: JENKINS-5242
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-5242
>             Project: Jenkins
>          Issue Type: Bug
>          Components: statusmonitor
>         Environment: Solaris 10, Hudson 1.339, Tomcat with apache frontend 
> configured with mod_jk.
>            Reporter: estenja
>            Assignee: danielgalan
>            Priority: Minor
>
> The page is not rendered as html but is shown as text. Hudson is running in a 
> servlet context (not in the root context of the server), ie 
> http://server/hudson.
> The Status Monitoring link is http://server/hudson/monitor

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to