Jan Blizňák created JBWS-3819:
---------------------------------
Summary: Allow parametrization of web connector created within TS execution
Key: JBWS-3819
URL:
https://issues.jboss.org/browse/JBWS-3819
Project: JBoss Web Services
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: jbossws-cxf, jbossws-integration
Affects Versions: jbossws-cxf-4.3
Environment: EAP 6.3.0 (jbossweb-7.4.8.Final-redhat-4)
Reporter: Jan Blizňák
Priority: Minor
During execution of TS there is new 'https' connector created for several
testcases. This connector has hardcoded protocol value {{HTTP/1.1}} which means use JIO
conector (org.apache.coyote.http11.Http11Protocol), this is done in
[
https://source.jboss.org/browse/JBossWS/container/jboss72/tags/jbossws-jb...]
If we want to test with NIO connector enabled
(org.apache.coyote.http11.Http11NioProtocol), we can do it only by changing already
existing connectors before TS execution, but not for the new ones created during
execution.
The simple solution here is to allow overriding connector protocol class by system
property.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)