Forum Discussion

Arie's avatar
Arie
Icon for Altostratus rankAltostratus
Dec 18, 2007

STREAM::expression search/replace choking on long matches

I've got the following iRule to replace ColdFusion error dumps:


when HTTP_RESPONSE {
   Only check responses that are a text content type 
   (text/html, text/xml, text/plain, etc).
  if { [HTTP::header "Content-Type"] starts_with "text/" } {
    STREAM::expression {@
  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    In rough numbers, how many characters or bytes is too long? Do you see an error logged, or is the replacement not done?

     

     

    Aaron