[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-349) mod_manager truncates ENABLE-APP messages

Gregory Lardiere (JIRA) jira-events at lists.jboss.org
Thu Jul 25 09:31:26 EDT 2013


Gregory Lardiere created MODCLUSTER-349:
-------------------------------------------

             Summary: mod_manager truncates ENABLE-APP messages
                 Key: MODCLUSTER-349
                 URL: https://issues.jboss.org/browse/MODCLUSTER-349
             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


With lots of aliases, ENABLE-APP messages can be big enough to span several IP packets.
Sometimes, mod_manager will read only the first packet.
The message is therefore incomplete and mod_cluster configuration ends up corrupted : some aliases are missing and the context-root is replaced by "/".

This is caused by a wrong usage of ap_get_brigade() : it's called only once whereas it should be called until there's nothing left to read (see the attached patch).


--
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