GitHub user reevapp opened a pull request:

    https://github.com/apache/tika/pull/99

    Corrected and Improved

    The original code did not work at all, the WebClient was an Instance 
Variable and not only it was not thread-safe but also it would only work for 
the very first request (all subsequent requests would include duplicated query 
parameters and fail).
    Some error control was added to allow for troubleshooting, before there 
would be no clue on the source of a failed request.
    It is now possible to specify the User Key.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/reevapp/tika master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tika/pull/99.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 #99
    
----
commit 17241b5cd86300127a343b7b22d6ed294f44c2bb
Author: ReEvApp - Re-Evolution Applications, LLC <ad...@reevapp.com>
Date:   2016-04-06T18:27:05Z

    Corrections and Improvements
    
    The original code did not work at all, the WebClient was an Instance 
Variable and not only it was not thread-safe but also it would only work for 
the very first request (all subsequent requests would include duplicated query 
parameters and fail).
    Some error control was added to allow for troubleshooting, before there 
would be no clue on the source of a failed request.
    It is now possible to specify the User Key.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to