For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Shahne's avatar
Shahne
Icon for Nimbostratus rankNimbostratus
Dec 10, 2020

<HTTP_REQUEST> - ERR_BOUNDS (line 1) invoked from within "HTTP::path -normalized"

Hi,

 

Does anyone know why we'd sometimes get the error:

<HTTP_REQUEST> - ERR_BOUNDS (line 1)     invoked from within "HTTP::path -normalized"

 

The code seems to work fine most of the time but every now and again we'll get a series of these over a minute and then nothing again for a while.

 

Thanks!

2 Replies

  • Shahne's avatar
    Shahne
    Icon for Nimbostratus rankNimbostratus

    Hi Ivan,

    The iRule is just

    when HTTP_REQUEST priority 3 {
     # Lines setting variables to 0
      set lc_path [string tolower [URI::decode [HTTP::path -normalized]]]
      ...
    }

    but it runs for every request and only fails for a short period and then goes back to being fine. Unfortunately I can't see if there's any specific request that is causing the problem.