-
Notifications
You must be signed in to change notification settings - Fork 466
Closed
Labels
good first issueThis issue is a good place to started contributing to this repository.This issue is a good place to started contributing to this repository.help wantedWe'd love to have community involvement on this issue.We'd love to have community involvement on this issue.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.semver: patchA minor bug fix or small change.A minor bug fix or small change.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
if (!returnRawInputStream
&& contentEncoding != null && contentEncoding != null
&& contentEncoding.contains("gzip")) {
"contains" is incorrect. This should be equals or perhaps equalsIgnoreCase with a trim, or something like that. However it shouldn't fire on foogzipbar.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueThis issue is a good place to started contributing to this repository.This issue is a good place to started contributing to this repository.help wantedWe'd love to have community involvement on this issue.We'd love to have community involvement on this issue.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.semver: patchA minor bug fix or small change.A minor bug fix or small change.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.