[GitHub] tika pull request: Refactor TIKA-1558. Remove service loading blac...

2015-03-31 Thread tpalsulich
Github user tpalsulich closed the pull request at:

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


---
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.
---


[GitHub] tika pull request: Refactor TIKA-1558. Remove service loading blac...

2015-03-31 Thread tpalsulich
GitHub user tpalsulich opened a pull request:

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

Refactor TIKA-1558. Remove service loading blacklist

* Remove all direct service loading logic regarding a blacklist.
* Small changes to CompositeParser logic to make sure subclasses of 
excluded Parsers are also excluded.
* Added new testing in the tika-core module to test regular and subclass 
exclusion.

@Gagravarr, can you look this over?

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

$ git pull https://github.com/tpalsulich/tika TIKA-1558

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

https://github.com/apache/tika/pull/39.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 #39


commit 7e38e3cdef3f5ae11d45863c67c6216561802a32
Author: Tyler Palsulich 
Date:   2015-03-31T17:05:19Z

Refactor TIKA-1558. Remove service loading blacklist and ensure subclasses 
are also excluded.




---
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.
---


[GitHub] tika pull request: TIKA-1586. Enable CORS requests on Tika server

2015-03-28 Thread tpalsulich
GitHub user tpalsulich opened a pull request:

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

TIKA-1586. Enable CORS requests on Tika server



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

$ git pull https://github.com/tpalsulich/tika TIKA-1586

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

https://github.com/apache/tika/pull/37.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 #37


commit c296a0459477f1ba088d96fa6ba3895e3a6b3ac5
Author: Tyler Palsulich 
Date:   2015-03-28T15:45:45Z

TIKA-1586. Enable CORS requests on Tika server.




---
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.
---