GitHub user lewismc opened a pull request:
https://github.com/apache/tika/pull/124
TIKA-1978 Invocation of java.net.URL.equals(Object), which blocks to do
domain name resolution, in
org.apache.tika.parser.geo.topic.GeoParser.initialize(URL) 2.x branch
This issue addresses https://issues.apache.org/jira/browse/TIKA-1978 for
the 2.x branch.
It also makes a number of additional improvements such as using the diamond
operator where possible, throwing and logging the correct exceptions and using
the correct syntax for constants.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lewismc/tika TIKA-1978v2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tika/pull/124.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #124
----
commit bd3ecfcddeaf13262e477ba29c5256ebd44e32db
Author: Lewis John McGibbney <[email protected]>
Date: 2016-05-26T18:15:02Z
TIKA-1978 Invocation of java.net.URL.equals(Object), which blocks to do
domain name resolution, in
org.apache.tika.parser.geo.topic.GeoParser.initialize(URL) 2.x branch
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---