[ https://issues.apache.org/jira/browse/TIKA-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14289460#comment-14289460 ]
Konstantin Gribov commented on TIKA-1529: ----------------------------------------- {{new String(bytes, Charset)}} will always replace malformed and unmappable chars with some placeholder (see [http://docs.oracle.com/javase/6/docs/api/java/lang/String.html#String(byte\[\], java.nio.charset.Charset)]). So we can use any standard encoding. > Turn forbidden-apis back on > --------------------------- > > Key: TIKA-1529 > URL: https://issues.apache.org/jira/browse/TIKA-1529 > Project: Tika > Issue Type: Bug > Reporter: Tim Allison > Priority: Minor > > [~thetaphi] recently noticed that forbidden-apis was turned off in r1624185, > and he submitted a patch to the dev list. Let's turn it back on. -- This message was sent by Atlassian JIRA (v6.3.4#6332)