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 invalid URI error for forum username that can contain a space #6937

Merged
merged 1 commit into from
Jun 30, 2020

Conversation

DanVanAtta
Copy link
Member

This fix URI encodes a forums username to avoid a URI encoding
error, EG: user name contains a space.

Fixes: #6737

Functional Changes

[] New map or map update
[] New Feature
[] Feature update or enhancement
[] Feature Removal
[] Code Cleanup or refactor
[] Configuration Change
[x] Problem fix
[] Other:

Testing

  • none, blind fix.

Screens Shots

Additional Notes to Reviewer

Based on the fix presented in: #6487 by @RoiEXLab

Release Note

FIX|Fix URI syntax error triggered in PBF when a forum username contains a space

This fix URI encodes a forums username to avoid a URI encoding
error, EG: user name contains a space.

Fixes: #6737
@codeclimate
Copy link

codeclimate bot commented Jun 30, 2020

Code Climate has analyzed commit 2872c89 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 26.4% (0.0% change).

View more on Code Climate.

@RoiEXLab RoiEXLab merged commit 30b7244 into master Jun 30, 2020
@RoiEXLab RoiEXLab deleted the fix-get-user-info-uri-encoding branch June 30, 2020 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2.0.20123: NodeBbForumPoster#queryUserInfo:220 - URISyntaxException
2 participants