mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
apply patch for HttpRequest, see issue #342
This commit is contained in:
@@ -342,7 +342,7 @@ public class HttpRequest
|
|||||||
|
|
||||||
if (valueList == null)
|
if (valueList == null)
|
||||||
{
|
{
|
||||||
valueList = Lists.newArrayList(values);
|
valueList = Lists.newArrayList();
|
||||||
map.put(name, valueList);
|
map.put(name, valueList);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user