Hi Johan,
We have another major issue with the MultiFileUpload component. If you deploy to a server context other than ROOT you cannot upload any files and you get the following error in the logs:
2022-01-06 11:54 http-nio-8080-exec-861 WARN me.desair.tus.server.TusFileUploadService Unable to process request POST http://xxxxx.yyyyy.com/TSP/tus/upload/2/tspDocumentUpload__A0CCE91E_38C5_47D7_81F8_A0248E6D9BE2/mfUpload/onFileUploaded/. Sent response status 405 with message "POST requests have to be sent to '/tus/upload/[0-9]+/.+/.+/.+/'. "
It seems that the context element of the URL is messing up the check that the server is doing on the POST request.
If you deploy the same WAR file to a ROOT context then it works fine.
Thanks
Steve
steve1376656734:
We have another major issue with the MultiFileUpload component. If you deploy to a server context other than ROOT you cannot upload any files and you get the following error in the logs:
2022-01-06 11:54 http-nio-8080-exec-861 WARN me.desair.tus.server.TusFileUploadService Unable to process request POST http://xxxxx.yyyyy.com/TSP/tus/upload/2/tspDocumentUpload__A0CCE91E_38C5_47D7_81F8_A0248E6D9BE2/mfUpload/onFileUploaded/. Sent response status 405 with message "POST requests have to be sent to '/tus/upload/[0-9]+/.+/.+/.+/'. "
It seems that the context element of the URL is messing up the check that the server is doing on the POST request.
If you deploy the same WAR file to a ROOT context then it works fine.
i think i already see a fix for that but need to test this first myself later today or tomorrow. (this is a core change so will only be in a next release or update.zip)
Hi Johan,
Can you let us know if the fix works and how we can get the update.zip please? Also can the update.zip be applied to the Servoy CCC pipeline?
Thanks
Steve