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

bug :: preserve original behavior for getStringParameter #1034

Merged
merged 5 commits into from
Dec 31, 2024

Conversation

dev-mlb
Copy link
Collaborator

@dev-mlb dev-mlb commented Dec 27, 2024

No description provided.

@dev-mlb dev-mlb added the bug Something isn't working as intended label Dec 27, 2024
@dev-mlb dev-mlb changed the title bug :: preserve original behavior for getStringParameter and return n… bug :: preserve original behavior for getStringParameter Dec 27, 2024
@jpdahlke jpdahlke added this to the v8.20.0 milestone Dec 30, 2024
jpdahlke
jpdahlke previously approved these changes Dec 30, 2024
Copy link
Collaborator

@jpdahlke jpdahlke left a comment

Choose a reason for hiding this comment

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

The two situations we were running into:

  • getStringParameter was no longer returning "" when the value was "" (nor was the new method getParameterAsConcatString)
  • the new getParameterAsString method was returning null for single entry parameters with a value of "".

This looks to solve both of those and add tests to show it.

@jpdahlke
Copy link
Collaborator

This will be included in a patch release of 8.19.1

@jpdahlke jpdahlke merged commit 3c93fee into main Dec 31, 2024
13 checks passed
@jpdahlke jpdahlke deleted the ibdo-str-param-fix branch December 31, 2024 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants