Mule

Duplicate message properties via HTTP

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.3-rc2
  • Labels:
    None
  • Environment:

    Windowz XP

  • Log Output:
    Hide
    [03-18 16:24:41] INFO HTTPRoundTrip [main]: replyMsg:
    MuleMessage{id=52320b54-b693-11da-930d-b12a614ed04c, payload=[B,
    correlationId=51f417ec-b693-11da-930d-b12a614ed04c, correlationGroup=-1,
    correlationSeq=-1, encoding=UTF-8, adapter hash=33526517,
    exceptionPayload=null, properties={
    Expires=Sat, 18 Mar 2006 04:24:41 CET
    X-MULE_CORRELATION_SEQUENCE=-1
    X-MULE_CORRELATION_ID=51f417ec-b693-11da-930d-b12a614ed04c
    MULE_CORRELATION_ID=51f417ec-b693-11da-930d-b12a614ed04c
    MULE_ENDPOINT=http://localhost:8081
    Date=Sat, 18 Mar 2006 04:24:41 CET
    http.status=200
    Server=Mule/SNAPSHOT
    Content-Type=binary
    Transfer-Encoding=chunked
    X-MULE_CORRELATION_GROUP_SIZE=-1
    }}
    Show
    [03-18 16:24:41] INFO HTTPRoundTrip [main]: replyMsg: MuleMessage{id=52320b54-b693-11da-930d-b12a614ed04c, payload=[B, correlationId=51f417ec-b693-11da-930d-b12a614ed04c, correlationGroup=-1, correlationSeq=-1, encoding=UTF-8, adapter hash=33526517, exceptionPayload=null, properties={ Expires=Sat, 18 Mar 2006 04:24:41 CET X-MULE_CORRELATION_SEQUENCE=-1 X-MULE_CORRELATION_ID=51f417ec-b693-11da-930d-b12a614ed04c MULE_CORRELATION_ID=51f417ec-b693-11da-930d-b12a614ed04c MULE_ENDPOINT=http://localhost:8081 Date=Sat, 18 Mar 2006 04:24:41 CET http.status=200 Server=Mule/SNAPSHOT Content-Type=binary Transfer-Encoding=chunked X-MULE_CORRELATION_GROUP_SIZE=-1 }}
  • Similar Issues:
    MULE-1162 HTTP message headers are coppied between the routers via the UMOMessage property
    MULE-3162 duplicate message properties files
    MULE-3756 support sending files via xmpp
    MULE-2681 Stockquote SOAP excluded via messaging-api
    MULE-1767 RestServiceWrapper ignores HTTP_METHOD_PROPERTY
    MULE-4533 CXF endpoint properties get copied into HTTP messages
    MULE-4628 Multiple XaTransactedJmsMessageReceiver are created for topics resulting in duplicate delivery fo message
    MULE-3999 Don't copy session properties to the message
    MULE-4988 The HTTP message factory still copies some properties to the outbound scope
    MULE-1987 Reply-to property being handled to early in message flow

Description

After fixing a ClassCastException related to Cookies I noticed duplicate message properties showing up - I think something has gone wrong with the way X-MULE and MULE headers are processed. Not sure if this used to work, i.e if the X-MULE headers used to show up or if they are even supposed to.

Activity

Hide
Holger Hoffstaette added a comment - 18/Mar/06 12:18 PM

Example for POJO roundtrip via HTTP over local VM trampoline to avoid accessing the URL directly. Can be added to the samples after cleanup/review.

Show
Holger Hoffstaette added a comment - 18/Mar/06 12:18 PM Example for POJO roundtrip via HTTP over local VM trampoline to avoid accessing the URL directly. Can be added to the samples after cleanup/review.
Hide
Holger Hoffstaette added a comment - 11/Apr/06 07:24 PM

looks like Ross beat me to it.

Show
Holger Hoffstaette added a comment - 11/Apr/06 07:24 PM looks like Ross beat me to it.

People

Vote (0)
Watch (0)

Dates

  • Created:
    18/Mar/06 12:15 PM
    Updated:
    21/Aug/06 09:23 PM
    Resolved:
    11/Apr/06 07:24 PM