Forum Discussion
swabbies_112156
Jan 24, 2012Nimbostratus
Relational 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
Feb 17, 2012Nimbostratus
datagroup entries use only lower case. It logs "no match" and does not go to the penatly box pool. I also added in additional logging.
I also added addtional logging and "Value 2" logs correctly when the URI values are lowercase. Value 2 logs nothing when the URI values use any uppercase.
Start of changes
log local0. "----------------------"
log local0. "URI Information"
log local0. "----------------------"
log local0. "HTTP::uri: [HTTP::uri]"
log local0. "----------------------"
log local0. "Value1: [URI::query ?&[HTTP::query] &uid] "
log local0. "----------------------"
log local0. "Value2: [URI::query ?&[HTTP::query] &command] "
log local0. "----------------------"
log local0. "Path Information"
log local0. "----------------------"
log local0. "HTTP::path: [HTTP::path]"
if {[matchclass [string tolower "[URI::query ?&[HTTP::query] &uid] [URI::query ?&[HTTP::query] &command]" ] equals test_penaltybox]}{
pool test_penaltybox-80
log local0. "matched"
return
} else {
log local0. "no match"
}
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