Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Robert_47833's avatar
Robert_47833
Icon for Altostratus rankAltostratus
Aug 17, 2011

how to match string1?string2?

there is a string start with /cjj?cjj2,how to match it?   if{   $uri matches_regex "^/cjj?cjj2"   }   { persist none   HTTP::redirect "http://www.stubhub.com/404.html"   }   do...