Uses of Class
com.broadleafcommerce.asset.service.DefaultStorageService.ZipEntryValidationError
Packages that use DefaultStorageService.ZipEntryValidationError
-
Uses of DefaultStorageService.ZipEntryValidationError in com.broadleafcommerce.asset.service
Methods in com.broadleafcommerce.asset.service that return DefaultStorageService.ZipEntryValidationErrorModifier and TypeMethodDescriptionDefaultStorageService.validateEntry(ZipEntry entry, ZipInputStream zipInputStream) Reads the entry and validates its mime type and size are acceptable.DefaultStorageService.validateEntryName(String filename) Validates that the filename of the Zip entry does not contain any path traversals.Methods in com.broadleafcommerce.asset.service that return types with arguments of type DefaultStorageService.ZipEntryValidationErrorModifier and TypeMethodDescriptionDefaultStorageService.validateEntriesInZip(File sourceZipFile) Reads and validates all of the non-directory (and non-ignored) entries in the given zip file.Method parameters in com.broadleafcommerce.asset.service with type arguments of type DefaultStorageService.ZipEntryValidationErrorModifier and TypeMethodDescriptionprotected StringDefaultStorageService.buildErrorMessage(@NonNull List<DefaultStorageService.ZipEntryValidationError> errors)