Fix case-sensitivity GeoDB file
This commit is contained in:
parent
9949fbe8ef
commit
eba6a048b6
|
@ -19,7 +19,7 @@ public class IpGeoDB { // change
|
|||
File file = null;
|
||||
try {
|
||||
|
||||
URL geiIpDBFile = ClassLoader.getSystemResource("geolitecity.dat");
|
||||
URL geiIpDBFile = ClassLoader.getSystemResource("GeoLiteCity.dat");
|
||||
file = new File(geiIpDBFile.toURI());
|
||||
} catch (Throwable th) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue