Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rack/rack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.3
Choose a base ref
...
head repository: rack/rack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.4
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 16, 2023

  1. Rack::MethodOverride handle QueryParser::ParamsTooDeepError (#2006)

    This middleware already handle two types of parsing issues
    but somehow not this one.
    
    Co-authored-by: Jean Boussier <[email protected]>
    2 people authored and ioquatix committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5dc8c7b View commit details
    Browse the repository at this point in the history
  2. Fix Rack::Lint error message for HTTP_CONTENT_TYPE and HTTP_CONTENT_L…

    …ENGTH (#2007)
    
    Currently it's printing:
    
    ```
    Rack::Lint::LintError: env contains HTTP_CONTENT_TYPE, must use
    ```
    
    Which had me puzzled for quite a while.
    
    Co-authored-by: Jean Boussier <[email protected]>
    2 people authored and ioquatix committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    af9cbb8 View commit details
    Browse the repository at this point in the history
  3. Rack::Request#POST should consistently raise errors. (#2010)

    Cache errors that occur when invoking `Rack::Request#POST` so they can be
    raised again later.
    
    * Don't throw exactly the same error - so we have the correct backtrace.
    ioquatix committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    401ca82 View commit details
    Browse the repository at this point in the history
  4. Bump patch version.

    ioquatix committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    9a2f06e View commit details
    Browse the repository at this point in the history
Loading