[
https://issues.jboss.org/browse/AS7-2617?page=com.atlassian.jira.plugin.s...
]
Darran Lofthouse updated AS7-2617:
----------------------------------
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.
was:
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
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
Fix For: 7.1.0.CR1
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