[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-348) DefaultMCMPHandler can't handle chunked-encoding

Gregory Lardiere (JIRA) jira-events at lists.jboss.org
Thu Jul 25 10:16:27 EDT 2013


    [ https://issues.jboss.org/browse/MODCLUSTER-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792935#comment-12792935 ] 

Gregory Lardiere commented on MODCLUSTER-348:
---------------------------------------------

It definitely does : https://github.com/modcluster/mod_cluster/blob/MOD_CLUSTER_1_0_10_GA_CP04/src/main/java/org/jboss/modcluster/mcmp/impl/DefaultMCMPHandler.java#L861

                
> DefaultMCMPHandler can't handle chunked-encoding
> ------------------------------------------------
>
>                 Key: MODCLUSTER-348
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-348
>             Project: mod_cluster
>          Issue Type: Bug
>    Affects Versions: MOD_CLUSTER_1_0_10_GA_CP04
>         Environment: Windows Server 2008
> JBoss EAP 5.1.0
> EWS 1.0.1
>            Reporter: Gregory Lardiere
>            Assignee: Jean-Frederic Clere
>         Attachments: chunked.log
>
>
> DefaultMCMPHandler send MCMP requests to mod_manager with HTTP version 1.1, but it can't understand chunked-encoded responses. Chunked encoding is mandatory in HTTP 1.1 (RFC2616 3.6.1).
> With lots of nodes, contexts and aliases, the INFO command can return a chunked-encoded response. Then, every STATUS command will fail with a NumberFormatException (cf log).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the mod_cluster-issues mailing list