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

Don't crash on empty query string parameter name #1484

Merged
merged 3 commits into from
Feb 28, 2024

Conversation

verdie-g
Copy link
Contributor

Closes #1480

QUALITY CHECKLIST

Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.74%. Comparing base (4427187) to head (a6c2e17).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1484   +/-   ##
=======================================
  Coverage   90.74%   90.74%           
=======================================
  Files         344      344           
  Lines       11002    11003    +1     
  Branches     1804     1805    +1     
=======================================
+ Hits         9984     9985    +1     
  Misses        669      669           
  Partials      349      349           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@bkoelman bkoelman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@bkoelman
Copy link
Member

Please update to the latest master.

Copy link
Member

@bkoelman bkoelman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bkoelman bkoelman changed the title Return proper response for empty parameter name Don't crash on empty query string parameter name Feb 28, 2024
@bkoelman bkoelman merged commit 7a64b9d into json-api-dotnet:master Feb 28, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Request with query string '=' returns 500
2 participants