Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Shahne
Nimbostratus
Nimbostratus

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 2

Ivan_Chernenkii
F5 Employee
F5 Employee

Hello,

 

Does it happen for specific request?

Do you have any iRule?

 

Thanks, Ivan

Shahne
Nimbostratus
Nimbostratus

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.