Description
By spec the bridge is supposed to exclude the content-length header if getContentLength returns -1. The getRequestheaderMapActionTest fails if the request contains a content-length header (say its a wsrp call and this header is about the soap message) when it compares that all headers in the request are in the bridge headerMap. The test should special case this and check that if the header is content-length and its not in the headerMap then to just continue on as this is corerct.