DescriptionCurrently ServletUtil.fromHttpServletRequest() iterates over all the header names and add the header value returned by getHeader(headerName).
But this is buggy because getHeader() method returns only 1 header value, which is almost always the first header value for that headerName.
This change refactors fromHttpServletRequest() to take multiple header values for the same header name.
Patch Set 1 #Patch Set 2 : 'uploading_patch' #
Total comments: 3
Patch Set 3 : 'updating_comment' #Patch Set 4 : svn_up #
MessagesTotal messages: 7
|
||||||||||||||||||||||||||||