There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-3eafe652-c48a-4a02-9057-fb5e15230273 XWIKI-23162 In Progress

Upload of XAR file by REST API not working any longer in 16.x when not providing the content type explicitly

 
View issue   ·   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-13710c3e-0d4d-4ae6-a587-d18855197905 Thomas Mortagne on 27/May/25 09:23
 
According to curl log, it's actually sending {{multipart/form-data}} as {{Content-Type}} by default. I guess it's the usual limitation with Jersey not being able to deal with servlet request already manipulated (and so “consumed”) before reach reaching it in the case of a {{multipart/form-data}}.