mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-03 21:29:18 +01:00
set content-length header on post requests in order to fix issue #701
This commit is contained in:
@@ -78,6 +78,12 @@ public final class HttpUtil
|
||||
* @since 1.43
|
||||
*/
|
||||
public static final String HEADER_LOCATION = "Location";
|
||||
|
||||
/**
|
||||
* content-length header
|
||||
* @since 1.46
|
||||
*/
|
||||
public static final String HEADER_CONTENT_LENGTH = "Content-Length";
|
||||
|
||||
/**
|
||||
* header for identifying the scm-manager client
|
||||
|
||||
Reference in New Issue
Block a user