Details
-
Type:
Enhancement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 15.0.0
-
Fix Version/s: 15.0.0, Meridian-2015.1.0
-
Component/s: Provisioning / Discovery / Importer
-
Security Level: Default (Default Security Scheme)
-
Labels:None
-
Environment:All
Description
I'm writing a detector for protocol XMP.
My XmpDetector was returning empty string for ipMatch method and IpInterfaceScan shouldDetect() method was only checking for null string. Null string and empty string are semantically same but code was not catching.
I added check for empty string to shouldDetect() and am testing now. I will submit enhancement with my XmpDetector via my pull request.
Thanks,
Bobby