Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IP WAM
Known Affected Versions:
11.2.0, 11.2.1
Opened: Dec 04, 2013 Severity: 3-Major Related Article:
K15038
A burst of simultaneous requests for a small expired document can result in incorrectly serving and caching the document as 0 length.
Content is cached and served as zero length.
Requesting a compressed document which is smaller than 4k compressed but larger than 4k when uncompressed.
disable small object cache with this command: tmsh modify sys db wam.cache.smallobject.threshold value 0
None