Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix or Usage Issue
-
Affects Version/s: 3.0.0-RC3
-
Fix Version/s: None
-
Component/s: Transport: HTTP(S) / Jetty
-
Labels:None
-
User impact:Medium
-
Similar Issues:None
Description
In an HTTP bridge, if the remote host sends one cookie back (with Set-Cookie) the inbound HTTP dies when the MuleMessageToHttpResponse gets applied:
Failed to process request, see root exception cause for details: Invalid cookiesObject. Only class org.apache.commons.httpclient.Cookie[] and interface java.util.Map are supported
This happens because the set-cookie header contains a String.
Temporary fix consists in removing the set-cookie property in the response phase.
Activity
Dirk Olmes
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | Bug Backlog [ 10522 ] | |
| Priority | To be reviewed [ 6 ] | Critical [ 2 ] |
Ramiro Rinaudo
made changes -
| Priority | Critical [ 2 ] | Major [ 3 ] |
Ramiro Rinaudo
made changes -
| Fix Version/s | Bug Backlog [ 10522 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Won't Fix or Usage Issue [ 2 ] |