Forum Discussion
swabbies_112156
Nimbostratus
Jan 24, 2012Relational class or tables
We are running v9.4.8.
I am looking to create a relation based class, not sure if this is a function of a table in v10.
the relation is that I want a way to evaluate...
swabbies_112156
Nimbostratus
Feb 20, 2012Thanks again Hoolio for pointing me in the right direction. After quite a bit of logging and failures I adjusted the query slightly and seem to be getting great results.
I will update this after a bit of Q/A testing if there need to be any additional changes.
Start of changes
set testquery1 [ URI::query [string tolower [HTTP::uri]] command ]
log local0. "----------------------"
log local0. "testquery1:"
log local0. "----------------------"
log local0. "$testquery1"
log local0. "----------------------"
set testquery2 [ URI::query [string tolower [HTTP::uri]] uid ]
log local0. "----------------------"
log local0. "testquery2:"
log local0. "----------------------"
log local0. "$testquery2"
log local0. "----------------------"
if {[matchclass "[ URI::query [string tolower [HTTP::uri]] uid] [ URI::query [string tolower [HTTP::uri]] command ]" equals test_penaltybox]}{
pool test_penaltybox-80
log local0. "matched"
return
} else {
log local0. "no match"
}
End of new changes
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects