The InterfaceFilter classes do not normalize IP addresses properly, so depending upon the queries, they may not match IP addresses in the database. They should also all be ported to extend EqualsFilter<String> and change the EqualsFilter (or its base) to implement equals() in a sane way.
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Matt Brozowski September 20, 2011 at 3:55 PM
Can't reproduce this... We'll need a clearer example of this
The InterfaceFilter classes do not normalize IP addresses properly, so depending upon the queries, they may not match IP addresses in the database. They should also all be ported to extend EqualsFilter<String> and change the EqualsFilter (or its base) to implement equals() in a sane way.