Commit 6ce90f9
authored
in_http: replace WEBrick::HTTPUtils.parse_query with URI (#4900)
**Which issue(s) this PR fixes**:
* Partially Fixes #4648
**What this PR does / why we need it**:
Replace `WEBrick::HTTPUtils.parse_query` with `URI.decode_www_form` in
`in_http`.
WEBrick is no longer recommended for production use.
`WEBrick::HTTPUtils` is just a util, so it might be harmless.
However, it would be happy to reduce dependence if possible.
This changes some specifications unintentionally.
At least, this makes us unable to use `;` delimitter.
We need to consider whether this breaking change is acceptable or not.
**Docs Changes**:
Not needed.
**Release Note**:
The same as the title.
Signed-off-by: Daijiro Fukuda <[email protected]>1 parent d4fd43b commit 6ce90f9
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
| 534 | + | |
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
539 | | - | |
| 539 | + | |
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
| 556 | + | |
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| |||
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
646 | 650 | | |
647 | 651 | | |
648 | 652 | | |
0 commit comments