@@ -417,15 +417,15 @@ public UploadResult<Translations> handleUploadMinimal(@PathVariable("domain") St
417
417
@ RequestParam (value = "validationType" , defaultValue = "" ) String validationType ,
418
418
@ RequestParam (value = "contentType" , defaultValue = "" ) String contentType ,
419
419
@ RequestParam (value = "contentType-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false , defaultValue = "" ) String [] externalSchema ,
420
- @ RequestParam (value = "inputFile-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false ) MultipartFile [] externalSchemaFiles ,
420
+ @ RequestParam (value = "inputFile-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false ) MultipartFile [] externalSchemaFiles ,
421
421
@ RequestParam (value = "uri-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false , defaultValue = "" ) String [] externalSchemaUri ,
422
422
@ RequestParam (value = "text-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false , defaultValue = "" ) String [] externalSchemaString ,
423
423
@ RequestParam (value = "contentType-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false , defaultValue = "" ) String [] externalSch ,
424
- @ RequestParam (value = "inputFile-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false ) MultipartFile [] externalSchFiles ,
424
+ @ RequestParam (value = "inputFile-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false ) MultipartFile [] externalSchFiles ,
425
425
@ RequestParam (value = "uri-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false , defaultValue = "" ) String [] externalSchUri ,
426
426
@ RequestParam (value = "text-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false , defaultValue = "" ) String [] externalSchString ,
427
427
@ RequestParam (value = "contentType-contextFile" , required = false , defaultValue = "" ) String [] contextFileTypes ,
428
- @ RequestParam (value = "inputFile-contextFile" , required = false ) MultipartFile [] contextFileFiles ,
428
+ @ RequestParam (value = "inputFile-contextFile" , required = false ) MultipartFile [] contextFileFiles ,
429
429
@ RequestParam (value = "uri-contextFile" , required = false , defaultValue = "" ) String [] contextFileUris ,
430
430
@ RequestParam (value = "text-contextFile" , required = false , defaultValue = "" ) String [] contextFileStrings ,
431
431
RedirectAttributes redirectAttributes ,
@@ -447,15 +447,15 @@ public ModelAndView handleUploadEmbedded(@PathVariable("domain") String domain,
447
447
@ RequestParam (value = "validationType" , defaultValue = "" ) String validationType ,
448
448
@ RequestParam (value = "contentType" , defaultValue = "" ) String contentType ,
449
449
@ RequestParam (value = "contentType-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false , defaultValue = "" ) String [] externalSchema ,
450
- @ RequestParam (value = "inputFile-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false ) MultipartFile [] externalSchemaFiles ,
450
+ @ RequestParam (value = "inputFile-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false ) MultipartFile [] externalSchemaFiles ,
451
451
@ RequestParam (value = "uri-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false , defaultValue = "" ) String [] externalSchemaUri ,
452
452
@ RequestParam (value = "text-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false , defaultValue = "" ) String [] externalSchemaString ,
453
453
@ RequestParam (value = "contentType-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false , defaultValue = "" ) String [] externalSch ,
454
- @ RequestParam (value = "inputFile-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false , defaultValue = "" ) MultipartFile [] externalSchFiles ,
454
+ @ RequestParam (value = "inputFile-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false ) MultipartFile [] externalSchFiles ,
455
455
@ RequestParam (value = "uri-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false , defaultValue = "" ) String [] externalSchUri ,
456
456
@ RequestParam (value = "text-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false , defaultValue = "" ) String [] externalSchString ,
457
457
@ RequestParam (value = "contentType-contextFile" , required = false , defaultValue = "" ) String [] contextFileTypes ,
458
- @ RequestParam (value = "inputFile-contextFile" , required = false ) MultipartFile [] contextFileFiles ,
458
+ @ RequestParam (value = "inputFile-contextFile" , required = false ) MultipartFile [] contextFileFiles ,
459
459
@ RequestParam (value = "uri-contextFile" , required = false , defaultValue = "" ) String [] contextFileUris ,
460
460
@ RequestParam (value = "text-contextFile" , required = false , defaultValue = "" ) String [] contextFileStrings ,
461
461
RedirectAttributes redirectAttributes ,
@@ -480,15 +480,15 @@ public ModelAndView handleUploadMinimalEmbedded(@PathVariable("domain") String d
480
480
@ RequestParam (value = "validationType" , defaultValue = "" ) String validationType ,
481
481
@ RequestParam (value = "contentType" , defaultValue = "" ) String contentType ,
482
482
@ RequestParam (value = "contentType-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false , defaultValue = "" ) String [] externalSchema ,
483
- @ RequestParam (value = "inputFile-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false , defaultValue = "" ) MultipartFile [] externalSchemaFiles ,
483
+ @ RequestParam (value = "inputFile-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false ) MultipartFile [] externalSchemaFiles ,
484
484
@ RequestParam (value = "uri-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false , defaultValue = "" ) String [] externalSchemaUri ,
485
485
@ RequestParam (value = "text-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMA , required = false , defaultValue = "" ) String [] externalSchemaString ,
486
486
@ RequestParam (value = "contentType-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false , defaultValue = "" ) String [] externalSch ,
487
- @ RequestParam (value = "inputFile-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false ) MultipartFile [] externalSchFiles ,
487
+ @ RequestParam (value = "inputFile-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false ) MultipartFile [] externalSchFiles ,
488
488
@ RequestParam (value = "uri-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false , defaultValue = "" ) String [] externalSchUri ,
489
489
@ RequestParam (value = "text-external_" +DomainConfig .ARTIFACT_TYPE_SCHEMATRON , required = false , defaultValue = "" ) String [] externalSchString ,
490
490
@ RequestParam (value = "contentType-contextFile" , required = false , defaultValue = "" ) String [] contextFileTypes ,
491
- @ RequestParam (value = "inputFile-contextFile" , required = false ) MultipartFile [] contextFileFiles ,
491
+ @ RequestParam (value = "inputFile-contextFile" , required = false ) MultipartFile [] contextFileFiles ,
492
492
@ RequestParam (value = "uri-contextFile" , required = false , defaultValue = "" ) String [] contextFileUris ,
493
493
@ RequestParam (value = "text-contextFile" , required = false , defaultValue = "" ) String [] contextFileStrings ,
494
494
RedirectAttributes redirectAttributes ,
0 commit comments