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

Fix FORM_PARAM_CONSUMED warning #5208

Merged
merged 3 commits into from
Dec 7, 2022
Merged

Commits on Dec 2, 2022

  1. Fix FORM_PARAM_CONSUMED warning

    When request `Content-type` header equals to
    `application/x-www-form-urlencoded` and request contains query params
    then query params will be treated as form params.  And jersey will
    print a FORM_PARAM_CONSUMED warning log message.
    
    This behavior should be configured by
    `jersey.config.servlet.form.queryParams.disabled` property.
    
    With this property set to `true` query params are not converted to form
    params but due to bug FORM_PARAM_CONSUMED warning is still printed.
    dosy4ev committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    027e8dd View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. cp year

    senivam committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    36d3e0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    640c141 View commit details
    Browse the repository at this point in the history