You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/20 14:03:53 UTC

[jira] [Commented] (TIKA-2269) NPE with FeedParser

    [ https://issues.apache.org/jira/browse/TIKA-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15874562#comment-15874562 ] 

ASF GitHub Bot commented on TIKA-2269:
--------------------------------------

GitHub user jnioche opened a pull request:

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

    Fix for Tika-2269

    Fixes https://issues.apache.org/jira/browse/TIKA-2269 + additional small improvement
    


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

    $ git pull https://github.com/jnioche/tika TIKA-2269

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

    https://github.com/apache/tika/pull/153.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 #153
    
----
commit 3366bc606de640b9f25ce58ffb9ba847b4ddb6f9
Author: Julien Nioche <ju...@digitalpebble.com>
Date:   2017-02-20T14:02:15Z

    Fix for Tika-2269

----


> NPE with FeedParser
> -------------------
>
>                 Key: TIKA-2269
>                 URL: https://issues.apache.org/jira/browse/TIKA-2269
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.14
>            Reporter: Julien Nioche
>
> Getting the NPE below when parsing [https://chm.tbe.taleo.net/chm02/ats/servlet/Rss?org=TSA&cws=43]
> bq. Caused by: java.lang.NullPointerException
> 	at org.apache.tika.parser.feed.FeedParser.stripTags(FeedParser.java:119)
> 	at org.apache.tika.parser.feed.FeedParser.parse(FeedParser.java:74)
> 	at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:280)
> 	... 43 more



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)