Cookie handling
Closed this issue · 0 comments
hnnesv commented
Currently when communicating with an endpoint that sends a cookie, an exception occurs:
[Lorg.apache.commons.httpclient.Cookie; cannot be cast to java.lang.String (java.lang.ClassCastException). Message payload is of type: String
Ideally cookies should be passed through to the original client, but ignoring them could be a possbility as well.