Andrea_Arquint
Dec 21, 2011Nimbostratus
uri based cache handling
Hi
I maden an iRule:
when HTTP_REQUEST {
if { [HTTP::uri] contains "/a_string/" } {
CACHE::disable
}
}
This works but I get following errors and I cannot explain by myself why they occur.
Dec 21 11:07:41 local/tmm2 err tmm2[6080]: 01220001:3: TCL error: irule_vs_dk_ramcache - Operation not supported (line 8) invoked from within "CACHE::disable"
Is anyone able to help me?
Kind regards
bb