[
https://issues.jboss.org/browse/ARQ-57?page=com.atlassian.jira.plugin.sys...
]
Aslak Knutsen commented on ARQ-57:
----------------------------------
further investigation has shown that the HTTP URL Streaming service used in the JBoss AS
Remote Containers are pointless, the ProfileService supports to stream from client to
server if copyContent=true is used.
Remove the HTTP Service dependency from:
JBoss AS Remote Container 5.0, 5.1, 6.0
JBossAS Remote Containers Depend upon Sun JDK
---------------------------------------------
Key: ARQ-57
URL:
https://issues.jboss.org/browse/ARQ-57
Project: Arquillian
Issue Type: Bug
Components: JBoss Containers
Reporter: Andrew Rubinger
Fix For: 1.0.0.CR1
Both the AS 5.1 and 6.0 implementations of JbossRemoteContainer have:
import com.sun.net.httpserver.HttpExchange;
import com.sun.net.httpserver.HttpHandler;
import com.sun.net.httpserver.HttpServer
Recommend an external dependency on a safe alternative like apache-httpcomponent's
HttpClient or Jetty, ie:
http://anonsvn.jboss.org/repos/jbossas/projects/ejb-book/trunk/ch07-rssca...
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira