[ 
https://issues.apache.org/jira/browse/KARAF-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252478#comment-13252478
 ] 

Christian Schneider commented on KARAF-1362:
--------------------------------------------

Found some things by debugging the webconsole/festure module.

1. I had to add     
    protected boolean isHtmlRequest(HttpServletRequest request) {
        return false;
    }
This avoids the double menu.

2. 
org.apache.felix.webconsole.wrapper.servlet.OsgiManager.appRoot is not set so 
the script is not added correctly:
<script src='null/features/res/ui/features.js' language='JavaScript'></script>

                
> Karaf web console does not work on tabs features, http and  instance
> --------------------------------------------------------------------
>
>                 Key: KARAF-1362
>                 URL: https://issues.apache.org/jira/browse/KARAF-1362
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-webconsole
>    Affects Versions: 3.0.0
>            Reporter: Christian Schneider
>             Fix For: 3.0.0
>
>
> On the tabs  features, http and  instance the Webconsole shows only the menu 
> bar a second time but no real content.
> The tab gogo works but shows the menu a second time like above.

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

        

Reply via email to