[jira] [Created] (TIKA-891) Use POST in addition to PUT on method calls in tika-server

2012-04-05 Thread Chris A. Mattmann (Created) (JIRA)
Use POST in addition to PUT on method calls in tika-server -- Key: TIKA-891 URL: https://issues.apache.org/jira/browse/TIKA-891 Project: Tika Issue Type: Improvement Component

Re: PUT vs. POST in tika-server

2012-04-05 Thread Mattmann, Chris A (388J)
Hi Guys, Yeah, I am happy to annotate the code with @POST too like Max suggested. I opened https://issues.apache.org/jira/browse/TIKA-891 to track this. Thanks! Cheers, Chris On Apr 5, 2012, at 1:29 AM, Jukka Zitting wrote: > Hi, > > I notice the tika-server component (nice work documenting

Build failed in Jenkins: Tika-trunk #831

2012-04-05 Thread Apache Jenkins Server
See Changes: [nick] TIKA-890 Container Aware detection of JAR derived types such as WAR, EAR and APK, with tests [nick] TIKA-890 Update the APK mimetype entry to mark it as JAR derived, and add entries for WAR and EAR (also JAR derived) [

Re: Metadata situation and XMP support in Tika

2012-04-05 Thread Mattmann, Chris A (388J)
Hi Jörg, Great summary! I would be in favor of option #2 as well, with the caveat that if we take it slow, I think there might be a way to not really have as much of a client/API impact, using deprecations and other techniques as you suggested. Looking forward to your participation! Cheers, C

[jira] [Resolved] (TIKA-890) Improve detection of Android Packages (APK)

2012-04-05 Thread Nick Burch (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Burch resolved TIKA-890. - Resolution: Fixed > Improve detection of Android Packages (APK) > -

[jira] [Commented] (TIKA-890) Improve detection of Android Packages (APK)

2012-04-05 Thread Nick Burch (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13247211#comment-13247211 ] Nick Burch commented on TIKA-890: - As of r1309854, APK files (along with WAR and EAR, which

[jira] [Created] (TIKA-890) Improve detection of Android Packages (APK)

2012-04-05 Thread Nick Burch (Created) (JIRA)
Improve detection of Android Packages (APK) --- Key: TIKA-890 URL: https://issues.apache.org/jira/browse/TIKA-890 Project: Tika Issue Type: Improvement Components: mime Affects Versions:

Metadata situation and XMP support in Tika

2012-04-05 Thread Joerg Ehrlich
Hi everyone, I am an engineer in the XMP/Metadata team at Adobe and we would like to leverage Tika in current projects for metadata extraction (and mimetype detection). Our current systems primarily use the XMP data model to manage and interact with metadata. As far as I can see, the support fo

Re: PUT vs. POST in tika-server

2012-04-05 Thread Maxim Valyanskiy
Hello! 05.04.2012 12:29, Jukka Zitting написал: I notice the tika-server component (nice work documenting and setting it up, btw!) uses the PUT verb for receiving documents to be parsed. IMO a more appropriate verb to use is POST, that's meant (among other things) for: "Providing a block o

PUT vs. POST in tika-server

2012-04-05 Thread Jukka Zitting
Hi, I notice the tika-server component (nice work documenting and setting it up, btw!) uses the PUT verb for receiving documents to be parsed. The HTTP spec says the following about PUT: "The PUT method requests that the enclosed entity be stored under the supplied Request-URI." IMO a more

[jira] [Commented] (TIKA-593) Tika network server

2012-04-05 Thread Maxim Valyanskiy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13247089#comment-13247089 ] Maxim Valyanskiy commented on TIKA-593: --- I updated documentation in wiki