|
Steve Ikeoka created an issue |
Issue Type: |
|
---|---|
Affects Versions: |
2.10.3, 2.11.1 |
Assignee: |
Unassigned |
Components: |
Control-flow |
Created: |
09/Jun/17 11:38 PM |
Priority: |
|
Reporter: |
When GeoServer is initializing the Control Flow extension, it will log an error message if the “ip.blacklist” and/or “ip.whitelist” properties are used in controlflow.properties. For example, The error message(s) are harmless since those properties are used by a different class than the one logging the errors and there does not appear to be any loss of functionality. The error messages were cause by this commit: where it changed from: { …do stuff }else{ continue; } to: but it should be using or instead of and: |
This message was sent by Atlassian JIRA (v1000.1043.2#100046-sha1:a1d8ef5) |
|