- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
if ((solution.indexOf("filter") != -1)
|| (solution.indexOf("Filter") != -1)
|| (solution.indexOf("FILTER") != -1)) {
solution = "Filter incoming traffic to port/service \""
+ serviceName + "\" if the service is not used";
} else if ((solution.indexOf("package") != -1)
|| (solution.indexOf("Package") != -1)
|| (solution.indexOf("PACKAGE") != -1)
|| (solution.indexOf("vendor") != -1)
|| (solution.indexOf("Vendor") != -1)
|| (solution.indexOf("VENDOR") != -1)
|| (solution.indexOf("service") != -1)
|| (solution.indexOf("Service") != -1)
|| (solution.indexOf("SERVICE") != -1)) {
solution = "AMBIQUITY_SOLUTION_START port/service \""
+ item.getServiceName() + "\'} " + solution;
}
//...............................................etc