I had no idea the library would natively support HTTP download (and not HTTPS) inside the DataDictionary loader.
Is it worth documenting somewhere? I imagine most applications don't use the functionality and will want to safeguard against it by validating the resource isn't a URL.
|
if (urlConnection instanceof HttpURLConnection) { |
I had no idea the library would natively support HTTP download (and not HTTPS) inside the DataDictionary loader.
Is it worth documenting somewhere? I imagine most applications don't use the functionality and will want to safeguard against it by validating the resource isn't a URL.
quickfixj/quickfixj-base/src/main/java/quickfix/FileUtil.java
Line 150 in ac26cc9