TCK bug: getRequestHeaderMapActionTest fails if content-length excluded by
bridge but in request
-------------------------------------------------------------------------------------------------
Key: PORTLETBRIDGE-147
URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-147
Project: MyFaces Portlet Bridge
Issue Type: Bug
Components: Impl
Affects Versions: 1.0.0
Reporter: Michael Freedman
Assignee: Michael Freedman
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.