fix UrlReader did not support URL like http://filename.txt?a=1&b=2 .#5782
fix UrlReader did not support URL like http://filename.txt?a=1&b=2 .#5782levalup wants to merge 1 commit intobiolab:masterfrom
Conversation
|
Thanks! I believe the particular issue, #5723, is a signal of some deeper issue, so the fix should likely be more general. While this may fix the particular issue with Google Sheets, are there any other possibilities where where running Also, could you explain what was your reasoning to handle Finally, we need better testing. #5412 was merged because is solved a particular problem, but I fail to understand tests towards its effect. We need to add a URL fails without |
Codecov Report
@@ Coverage Diff @@
## master #5782 +/- ##
=======================================
Coverage 86.12% 86.13%
=======================================
Files 316 316
Lines 66400 66412 +12
=======================================
+ Hits 57186 57201 +15
+ Misses 9214 9211 -3 |
|
@markotoplak Maybe this is not a perfect solution then the Love & peace; ^_^ |
|
Hi~ |
Issue
Description of changes
Fix
UrlReaderdid not support URL likehttp://filename.txt?a=1&b=2, witch did quoted tohttp://filename.txt%3Fa%3D1%26b%3D2Includes