Class AttachmentHelper

java.lang.Object
com.atlassian.jira.rest.util.AttachmentHelper

public class AttachmentHelper extends Object
Since:
v5.0
  • Constructor Details

  • Method Details

    • validate

      public AttachmentHelper.ValidationResult validate(javax.servlet.http.HttpServletRequest request, String filename, @Nullable Long size)
      Validates the uploaded image. Validation includes:
      • XSRF token check
      • Filename check (is it blank)
      • Size is not valid (Either not supplied by the client or is 0)
      • Filesize is above the max attachment size
      Parameters:
      request - where the image data is
      filename - filename of image
      size - size of image
      Returns:
      Validation result