[jboss-jira] [JBoss JIRA] (AS7-3311) Add option to use Http11Protocol even if Http11AprProtocol can be used
Rostislav Svoboda (JIRA)
jira-events at lists.jboss.org
Mon Jan 16 06:18:18 EST 2012
[ https://issues.jboss.org/browse/AS7-3311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659494#comment-12659494 ]
Rostislav Svoboda commented on AS7-3311:
----------------------------------------
Thank you for reply, I checked docs/schema/jboss-as-web_1_1.xsd and there is attribute native defined.
{code}
<xs:attribute name="native" default="true" type="xs:boolean"/>
{code}
Verified on my local machine that Http11Protocol is used if native="false" specified for web subsystem element.
> Add option to use Http11Protocol even if Http11AprProtocol can be used
> ----------------------------------------------------------------------
>
> Key: AS7-3311
> URL: https://issues.jboss.org/browse/AS7-3311
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Web
> Affects Versions: 7.1.0.Beta1b
> Reporter: Rostislav Svoboda
> Assignee: Remy Maucherat
> Fix For: 7.1.0.Final
>
>
> Currently if APR is installed on machine and can be used by AS7 (AprLifecycleListener.isAprInitialized()) Http11AprProtocol is set as protocol handler.
> Please introduce option to force usage of Http11Protocol instead of Http11AprProtocol. On machines with apr installed we are not able to work with java based implementation.
> Possible place for code change:
> - org.apache.catalina.connector.Connector -- setProtocol
--
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