-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IOUtil.unrollPaths for http paths with query parameters (#1688)
* Stop treating query parameters in an http path as part of the file extension
- Loading branch information
1 parent
6d1a796
commit 5f0d484
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
3 changes: 3 additions & 0 deletions
3
src/test/resources/htsjdk/samtools/io/FofnWithHttpQueryParams.fofn
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
src/test/resources/htsjdk/samtools/io/Level1.fofn | ||
http://www.example.com/blurg.vcf | ||
http://www.example.com/blurg.vcf?huh=bleep,bloop |