Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Rack errors when too many files are uploaded #2256

Merged
merged 12 commits into from
Apr 26, 2022

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    4c9163e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1d73f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45b8bad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8293f10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5a47cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc88420 View commit details
    Browse the repository at this point in the history
  7. Upadate CHANGELOG

    bschmeck committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    dad121c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    2cdb1b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    190db46 View commit details
    Browse the repository at this point in the history
  3. Change next version of Grape from 1.6.3 to 1.7.0

    The introduction of the TooManyMultipartFiles changes API behavior, so bump the
    minor version.
    bschmeck committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    2d8da41 View commit details
    Browse the repository at this point in the history
  4. Include the system's configured multipart file limit in the error mes…

    …sage
    
    The number of allowed multipart files is a configurable value in Rack, pull that
    limit and include it in the generated error message.
    bschmeck committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    46cbf07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bfd055 View commit details
    Browse the repository at this point in the history