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