[ https://issues.apache.org/jira/browse/TIKA-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14246382#comment-14246382 ]
Hudson commented on TIKA-1494: ------------------------------ SUCCESS: Integrated in tika-trunk-jdk1.6 #344 (See [https://builds.apache.org/job/tika-trunk-jdk1.6/344/]) TIKA-1494 Allow supplying a password on a per-request basis via the Password header (nick: http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1645575) * /tika/trunk/tika-server/src/main/java/org/apache/tika/server/TikaResource.java * /tika/trunk/tika-server/src/test/java/org/apache/tika/server/MetadataResourceTest.java TIKA-1494 Support fetching the password for Excel .xls files from the ParseContext where given (nick: http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1645574) * /tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/microsoft/AbstractPOIFSExtractor.java * /tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/microsoft/ExcelExtractor.java * /tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/microsoft/OfficeParser.java * /tika/trunk/tika-parsers/src/test/java/org/apache/tika/parser/microsoft/ExcelParserTest.java Prepare for TIKA-1494 - also provide the ParseContext to TikaResource.fillMetadata (nick: http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1645569) * /tika/trunk/tika-server/src/main/java/org/apache/tika/server/MetadataEP.java * /tika/trunk/tika-server/src/main/java/org/apache/tika/server/MetadataResource.java * /tika/trunk/tika-server/src/main/java/org/apache/tika/server/TikaResource.java * /tika/trunk/tika-server/src/main/java/org/apache/tika/server/UnpackerResource.java > JAXRS server: allow passing PDF password in the request > ------------------------------------------------------- > > Key: TIKA-1494 > URL: https://issues.apache.org/jira/browse/TIKA-1494 > Project: Tika > Issue Type: New Feature > Components: server > Reporter: Peter Bowyer > Labels: encryption, pdf, server > Fix For: 1.7 > > > I have to extract content from encrypted PDFs. Setting the PDF password using > the TIKA_PASSWORD environment variable works, however it only allows for one > PDF password. > It would be very useful to be able to pass the password in during the HTTP > request - as a header or by some other means. This way I can run a central > JAXRS server and extract content from all PDFs, rather than a separate server > for each department/group that has its own password. -- This message was sent by Atlassian JIRA (v6.3.4#6332)