Details
Description
exchange.addRequestHeader(HttpHeaders.COOKIE,buf.toString());
this ought to be setRequestHeader so that on subsequent customize() calls the cookies are not duplicated
exchange.addRequestHeader(HttpHeaders.COOKIE,buf.toString());
this ought to be setRequestHeader so that on subsequent customize() calls the cookies are not duplicated
jetty-contrib commit 1587