Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2617

Admin console is currently a part of the org.jboss.com.sun.httpserver module

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Blocker
    • 7.1.0.Beta1
    • None
    • Console
    • None

    Description

      The admin console is currently a part of the org.jboss.com.sun.httpserver module. This module is the core HTTP server implementation with nothing AS specific about it.

      The admin console should either be a module of it's own or it should be included in org.jboss.as.domain-http-api

      Better classloader isolation is also needed to ensure resources are only served up by the correct handler for the correct context i.e. ConsoleHandler just calls getResource("index.html") on it's ClassLoader - if ANY other module has an index.html added for any reason that is also on the ClassPath of the ConsoleHandler then the index.html could be substituted.

      Attachments

        Activity

          People

            darran.lofthouse@redhat.com Darran Lofthouse
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: