You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Hubert Grégoire (JIRA)" <ji...@apache.org> on 2007/05/22 12:11:16 UTC

[jira] Created: (AXIS2-2695) Content-Type not defined in admin console (axis2-admin, listService)

Content-Type not defined in admin console (axis2-admin, listService)
--------------------------------------------------------------------

                 Key: AXIS2-2695
                 URL: https://issues.apache.org/jira/browse/AXIS2-2695
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: admin console
    Affects Versions: 1.1.1
         Environment: solaris 10 intel, jdk 1.5.0_04, tomcat 5.5.23, mod_jk1.2.21, apache 1.3
            Reporter: Hubert Grégoire
            Priority: Minor


When browsing with Firefox thru mod_jk, the admin console is displayed as plain text . Internet Explorer runs well

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-2695) Content-Type not defined in admin console (axis2-admin, listService)

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas reassigned AXIS2-2695:
---------------------------------------

    Assignee: Deepal Jayasinghe

> Content-Type not defined in admin console (axis2-admin, listService)
> --------------------------------------------------------------------
>
>                 Key: AXIS2-2695
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2695
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: admin console
>    Affects Versions: 1.1.1
>         Environment: solaris 10 intel, jdk 1.5.0_04, tomcat 5.5.23, mod_jk1.2.21, apache 1.3
>            Reporter: Hubert Grégoire
>         Assigned To: Deepal Jayasinghe
>            Priority: Minor
>
> When browsing with Firefox thru mod_jk, the admin console is displayed as plain text . Internet Explorer runs well

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-2695) Content-Type not defined in admin console (axis2-admin, listService)

Posted by "Jaliya Ekanayake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaliya Ekanayake reassigned AXIS2-2695:
---------------------------------------

    Assignee: Jaliya Ekanayake  (was: Deepal Jayasinghe)

> Content-Type not defined in admin console (axis2-admin, listService)
> --------------------------------------------------------------------
>
>                 Key: AXIS2-2695
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2695
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: admin console
>    Affects Versions: 1.1.1
>         Environment: solaris 10 intel, jdk 1.5.0_04, tomcat 5.5.23, mod_jk1.2.21, apache 1.3
>            Reporter: Hubert Grégoire
>            Assignee: Jaliya Ekanayake
>            Priority: Minor
>
> When browsing with Firefox thru mod_jk, the admin console is displayed as plain text . Internet Explorer runs well

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2695) Content-Type not defined in admin console (axis2-admin, listService)

Posted by "Jaliya Ekanayake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaliya Ekanayake updated AXIS2-2695:
------------------------------------

    Priority: Blocker  (was: Minor)

> Content-Type not defined in admin console (axis2-admin, listService)
> --------------------------------------------------------------------
>
>                 Key: AXIS2-2695
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2695
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: admin console
>    Affects Versions: 1.1.1
>         Environment: solaris 10 intel, jdk 1.5.0_04, tomcat 5.5.23, mod_jk1.2.21, apache 1.3
>            Reporter: Hubert Grégoire
>            Assignee: Jaliya Ekanayake
>            Priority: Blocker
>
> When browsing with Firefox thru mod_jk, the admin console is displayed as plain text . Internet Explorer runs well

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2695) Content-Type not defined in admin console (axis2-admin, listService)

Posted by "Hubert Grégoire (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497945 ] 

Hubert Grégoire commented on AXIS2-2695:
----------------------------------------

in renderView method of AbstractAgent, we may add 

 httpServletResponse.setContentType("text/html");

on line 119 before including the JSP.

Yours,

Hubert

> Content-Type not defined in admin console (axis2-admin, listService)
> --------------------------------------------------------------------
>
>                 Key: AXIS2-2695
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2695
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: admin console
>    Affects Versions: 1.1.1
>         Environment: solaris 10 intel, jdk 1.5.0_04, tomcat 5.5.23, mod_jk1.2.21, apache 1.3
>            Reporter: Hubert Grégoire
>            Priority: Minor
>
> When browsing with Firefox thru mod_jk, the admin console is displayed as plain text . Internet Explorer runs well

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2695) Content-Type not defined in admin console (axis2-admin, listService)

Posted by "Jaliya Ekanayake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaliya Ekanayake resolved AXIS2-2695.
-------------------------------------

    Resolution: Fixed

Fixed.

> Content-Type not defined in admin console (axis2-admin, listService)
> --------------------------------------------------------------------
>
>                 Key: AXIS2-2695
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2695
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: admin console
>    Affects Versions: 1.1.1
>         Environment: solaris 10 intel, jdk 1.5.0_04, tomcat 5.5.23, mod_jk1.2.21, apache 1.3
>            Reporter: Hubert Grégoire
>            Assignee: Jaliya Ekanayake
>            Priority: Blocker
>
> When browsing with Firefox thru mod_jk, the admin console is displayed as plain text . Internet Explorer runs well

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org