problem with the inputstream after calling the detect(InputStream in) method

2013-09-30 Thread kevin slote
Hi, I have been using tika for a while now without any problems and I am a big fan of the software. I wanted to do my part and report what I suspect might be a bug. My code uses two different libraries, javaMail, java-libpst, and I am unit testing with dumpster. When I send the email, the

Re: problem with the inputstream after calling the detect(InputStream in) method

2013-09-30 Thread kevin slote
Ok, thanks. That was my problem. Also, I read your book and enjoyed it very much. Is this the forum where I could bring up an issue I found with the Tika-JAX-RS server? On Mon, Sep 30, 2013 at 10:45 AM, Jukka Zitting jukka.zitt...@gmail.comwrote: Hi, On Mon, Sep 30, 2013 at 10:36 AM,

[jira] [Closed] (TIKA-1162) content-type/charset problem with RFC822Parser

2013-09-30 Thread Maciej Lizewski (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maciej Lizewski closed TIKA-1162. - Resolution: Cannot Reproduce cannot reproduce on newer tika version, so probably it is not an

[jira] [Commented] (TIKA-1162) content-type/charset problem with RFC822Parser

2013-09-30 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13781922#comment-13781922 ] Tim Allison commented on TIKA-1162: --- Dear Colleague, I'm on paternity leave. Will be

Re: problem with the inputstream after calling the detect(InputStream in) method

2013-09-30 Thread Sergey Beryozkin
Hi On 30/09/13 15:49, kevin slote wrote: Ok, thanks. That was my problem. Also, I read your book and enjoyed it very much. Is this the forum where I could bring up an issue I found with the Tika-JAX-RS server? What kind of issue are you seeing ? Sergey On Mon, Sep 30, 2013 at 10:45 AM,

Re: problem with the inputstream after calling the detect(InputStream in) method

2013-09-30 Thread kevin slote
Well, there was no error during runtime, it was just that the data was erased. After debugging it with a print statement, System.out.println(in.read());, I discovered that the InputStream was being erased after I called the detect(InputStream in) method. On Mon, Sep 30, 2013 at 11:19 AM,