Skip to content

Commit 39baed9

Browse files
authored
Change xml content type to application/xml that is best suitable than text/xml (#820)
Issue: 106501
1 parent 4a083c5 commit 39baed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ public boolean isRestService()
920920
{"rtx" , "text/richtext"},
921921
{"htm" , "text/html"},
922922
{"html" , "text/html"},
923-
{"xml" , "text/xml"},
923+
{"xml" , "application/xml"},
924924
{"aif" , "audio/x-aiff"},
925925
{"au" , "audio/basic"},
926926
{"wav" , "audio/wav"},

0 commit comments

Comments
 (0)