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

Add no-value key handling only for form body #13998

Merged
merged 4 commits into from Apr 27, 2024

Commits on Apr 23, 2024

  1. Add no-value key handling only for form body

    Motivation:
    
    This is a fix for issue netty#13981 that reports a changed behaviour of HttpPostStandardRequestDecoder after this PR - netty#13908
    
    Because HttpPostStandardRequestDecoder changed the contract, some code implementations relying on certain parsing are failing
    
    Modification:
    
    This PR makes sure, that the edge case handling for form data happenes only when the content is in fact form data
    
    Result:
    
    Fixes netty#13981
    gniadeck committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e6f3135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c89b66d View commit details
    Browse the repository at this point in the history
  3. fix checkstyle errors

    gniadeck committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    94bd03a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Migrate to static constants

    gniadeck committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    796848b View commit details
    Browse the repository at this point in the history