[BUGFIX] Extract request rejected because of missing multipart boundary (#614)
When a ExtractQuery is executed Apache Solr throws the following error: * SEVERE: null:org.apache.commons.fileupload.FileUploadException: the request was rejected because no multipart boundary was found The patch: * Add's the boundary to the header and to the body Fixes: #301
Showing
File added
Please register or sign in to comment