Loading...
Loading...
- Download of files exceeding maximum tmm.deflate.memory.threshold fails at client. - Client receives RSTs (Compression error)
- Client may lose connection to the server.
- Virtual server with HTML profile or REWRITE profile. - Size of decompressed http response from server exceeds max tmm.deflate.memory.threshold value i.e. 4718592 bytes.
- Based on URI matches in the HTTP request, decide which responses should NOT be rewritten (e.g. big downloads) and disable REWRITE profile for the selected responses. - For example, URI starting with "/headsupp/api/data/compare/measures" : when HTTP_REQUEST { if { [HTTP::uri] starts_with "/headsupp/api/data/compare/measures" } { set no_rewrite 1 } } when HTTP_RESPONSE { if { $no_rewrite == 1 } { REWRITE::disable } }
- Raised the max tmm.deflate.memory.threshold to approx. 9MB, - Changes introduced to allow disabling this threshold altogether if so desired, by changing default value for the same threshold to '0'. - NOTE: Disabling this threshold altogether can lead to exposure to zip bomb attacks.
Click on a version to see all relevant bugs
F5 Integration
Learn more about where this data comes from
BugZero Plan
Streamline upgrades with automated vendor bug scrubs
BugZero Prevent
Wish you caught this bug sooner? Get proactive today.