Skip to content

Cannot error handle on creating GraphqlInvocationInput #417

Closed
@heowc

Description

@heowc

Describe the bug

Hello. Thank you for creating such a wonderful library.

Our service is using this library, but we encountered a problem during the version upgrade. (11.0.0 -> 12.0.0)

The problem we experienced is that when creating a GraphqlInvocationInput, an error occurs and it cannot be handled. For example, we are using an option related to the file size limit, which causes a FileSizeLimitExceededException . It used to be able to handle this, but it seems to be missing as this changes in 11.0.1.

The problematic content is that the commit reflected in 11.0.1 is f8fbadb.

To Reproduce
Steps to reproduce the behavior:

  1. MultipartConfigElement custom settings
    • set maxFileSize small
  2. Large file request beyond maxFileSize

Expected behavior

We should be able to handle errors like before 11.0.1.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions