Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3-rc2
-
Fix Version/s: 2.0.0
-
Component/s: Transport: HTTP(S) / Jetty
-
Labels:None
-
Environment:
JDK 1.4.2
-
Similar Issues:None
Description
We are using Mule 1.3 rc2 as an ESB in our architecture. We are using 2 endpoints in our case. First one is an http endpoint via an inbound router and the other one is also an http endpoint,which is created dynamicly, via an outbound router. When the message comes to the http endpoint the http protocol specific headers like Content-Length are supplied via the UMOMessage object. after gathering the message in the http enpoint we create a new message to be sent to the target http endpoint. On that point the message properties are copied from the received message to the one we created new(I mean the MuleMessage). Because the http specific headers(Content-Length) is in the source message it is also being copied to the new message and httpclientdispatcher uses this property(Content-Length) as an http header. As a result of this the Content-Length header of the target http message is not correct. So the target system can not parse the http message correctly. I suppose that we should not override the protocol specific headers especially the ones like Content-Length. Is this a bug or improvement I do not know or may be I should remove the protocol specific properties from the message?
Note: This problems occurs not only in Content-Lngth bu also in Transfer-encoding....
Activity
| Field | Original Value | New Value |
|---|---|---|
| Workflow | No "Resolved" state, added "Pending 3rd-Party" state [ 17331 ] | Release Mode Workflow [ 18164 ] |
| Workflow | Release Mode Workflow [ 18164 ] | No "Resolved" state, added "Pending 3rd-Party" state [ 20135 ] |
| Workflow | No "Resolved" state, added "Pending 3rd-Party" state [ 20135 ] | Release Mode Workflow [ 21941 ] |
| Workflow | Release Mode Workflow [ 21941 ] | Main Mule Workflow [ 25010 ] |
| Workflow | Main Mule Workflow [ 25010 ] | Copy of Main Mule Workflow [ 26411 ] |
| Workflow | Copy of Main Mule Workflow [ 26411 ] | Main Mule Workflow [ 29232 ] |
| Workflow | Main Mule Workflow [ 29232 ] | Copy of Main Mule Workflow [ 30590 ] |
| Workflow | Copy of Main Mule Workflow [ 30590 ] | Main Mule Workflow [ 32957 ] |
| Workflow | Main Mule Workflow [ 32957 ] | Copy of Main Mule Workflow [ 36230 ] |
| Workflow | Copy of Main Mule Workflow [ 36230 ] | Fixed Main Mule Workflow (after JIRA upgrade) [ 61567 ] |
| Workflow | Fixed Main Mule Workflow (after JIRA upgrade) [ 61567 ] | Copy of Main Mule Workflow [ 65405 ] |
| Workflow | Copy of Main Mule Workflow [ 65405 ] | Fixed Main Mule Workflow (after JIRA upgrade) [ 69129 ] |
| Fix Version/s | 2.0.0 [ 10438 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |