This is an automated email from the ASF dual-hosted git repository.

ptuomola pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.


    from cb3260b  Minor: Return bad Image MIME type to API client
     add 6d22549  Fix possible NPE when uploading Documents & Images 
(FINERACT-1036)

No new revisions were added by this update.

Summary of changes:
 docs/developers/validation.md                      | 32 +++++++++++++++++
 .../core/data/DataValidatorBuilder.java            | 27 ++++++++++++++
 .../PlatformApiDataValidationException.java        |  7 ++++
 .../api/DocumentManagementApiResource.java         | 21 +++++------
 .../api/FileUploadValidator.java                   | 41 ++++++++++++++++++++++
 .../documentmanagement/api/ImagesApiResource.java  | 14 +++++---
 6 files changed, 127 insertions(+), 15 deletions(-)
 create mode 100644 docs/developers/validation.md
 create mode 100644 
fineract-provider/src/main/java/org/apache/fineract/infrastructure/documentmanagement/api/FileUploadValidator.java

Reply via email to