Actions
Bug #941
closedSupport multiple stacked compression, compression that specifies the wrong compression type
Affected Versions:
Effort:
Difficulty:
Label:
Description
Libhtp needs to support
- multiple stacked compressions
- a compression type that is different from the one specified in the header.
We have included unittests that tests the above cases, but are tweaked to pass,
until libhtp fixes this.
Enable the unitttests when the issue's fixed.
Unittests in question -
DetectEngineHttpServerBodyTest20
DetectEngineHttpServerBodyTest21
DetectEngineHttpServerBodyTest22
Actions