Hi,
Just saw this in URLResource [1]:
//TODO: put on CDN of some kind
DEFAULT_PATH =
"http://svn.apache.org/repos/asf/incubator/devicemap/trunk/data/device-data/src/main/resources/devicedata";
Does this mean users will by default hit svn.apache.org to get the device data?
If yes that's not good, svn.apache.org is not meant to be hit directly
by users of our software.
The risk is ASF infrastructure folks blocking access to that if they
see abnormal loads (and hating us accordingly ;-)
-Bertrand
[1]
https://svn.apache.org/repos/asf/incubator/devicemap/trunk/devicemap/java/classifier/src/main/java/org/apache/devicemap/loader/resource/URLResource.java