[jboss-jira] [JBoss JIRA] (AS7-2617) Admin console is currently a part of the org.jboss.com.sun.httpserver module
Darran Lofthouse (Updated) (JIRA)
jira-events at lists.jboss.org
Mon Nov 14 12:51:40 EST 2011
[ https://issues.jboss.org/browse/AS7-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated AS7-2617:
----------------------------------
Fix Version/s: 7.1.0.Beta1
(was: 7.1.0.CR1)
Priority: Blocker (was: Major)
> Admin console is currently a part of the org.jboss.com.sun.httpserver module
> ----------------------------------------------------------------------------
>
> Key: AS7-2617
> URL: https://issues.jboss.org/browse/AS7-2617
> Project: Application Server 7
> Issue Type: Task
> Components: Console
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Blocker
> Fix For: 7.1.0.Beta1
>
>
> 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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list