Forum Discussion
rezgui_180607
Nimbostratus
Dec 24, 2014incorrect condifiton if
the previews version
if { $http_path contains ".jsp" } { drop }
the new version i add class
if { $http_path contains ".jsp" && [class match $http_path not contains class_jsp_allowed] }...
nitass
Employee
Dec 24, 2014e.g.
root@(ve11a)(cfg-sync In Sync)(Active)(/Common)(tmos) list ltm rule qux
ltm rule qux {
when HTTP_REQUEST {
set http_path [HTTP::path]
if { $http_path contains ".jsp" && not([class match $http_path contains class_jsp_allowed]) } {
drop
}
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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