Skip to content

Commit 442f500

Browse files
committed
when a file was Uploaded using httpclient content-type was not right
Issue: 99759
1 parent e15d93a commit 442f500

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/src/main/java/com/genexus/internet/HttpContext.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,8 @@ public boolean isRestService()
18051805
{"svg" , "image/svg+xml"},
18061806
{"tgz" , "application/x-compressed"},
18071807
{"zip" , "application/x-zip-compressed"},
1808-
{"gz" , "application/x-gzip"}
1808+
{"gz" , "application/x-gzip"},
1809+
{"json" , "application/json"}
18091810
};
18101811

18111812
public boolean willRedirect()

0 commit comments

Comments
 (0)