← 返回首页
Fixed #115, GET wildcards +& not parsed correctly by Katsute · Pull Request #116 · Ktt-Development/simplehttpserver · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Fixed #115, GET wildcards +& not parsed correctly#116

Merged
Katsute merged 1 commit into
mainfrom
fix-get#115@165dbeb
Nov 15, 2020
Merged

Fixed #115, GET wildcards +& not parsed correctly#116
Katsute merged 1 commit into
mainfrom
fix-get#115@165dbeb

Conversation

Katsute commented Nov 15, 2020

Copy link
Copy Markdown
Member

Fixed issue where wildcards + and & were decoded incorrectly, causing the GET map to be incorrect.

Issue was caused by decoder parsing an already decoded query. This would break the decoder method for characters `+` and `&`.
Katsute added the bug Something isn't working as expected label Nov 15, 2020
Katsute added this to the 4.2.0 milestone Nov 15, 2020
Katsute self-assigned this Nov 15, 2020
Katsute linked an issue Nov 15, 2020 that may be closed by this pull request
Katsute merged commit a96ae6b into main Nov 15, 2020
Katsute deleted the fix-get#115@165dbeb branch November 15, 2020 20:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working as expected

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get request does not parse wildcard characters +& correctly.

1 participant

Footer

© 2026 GitHub, Inc.