tballison commented on code in PR #2839:
URL: https://github.com/apache/tika/pull/2839#discussion_r3310812007
##########
tika-parsers/tika-parsers-standard/tika-parsers-standard-integration-tests/src/test/java/org/apache/tika/parser/pkg/PackageParserTest.java:
##########
@@ -33,6 +34,9 @@ public void handleNonUnicodeEntryName() throws Exception {
}
@Test
+ @Disabled("TIKA-4731: tiny SJIS filenames are not reliably detected after
removal "
+ + "of the cyclic-repeat hack in ZipParser. Re-enable when
zip-entry-name "
+ + "detection is fixed (separate from chain rework).")
public void handleEntryNameWithCharsetShiftJIS() throws Exception {
Review Comment:
Could improve comment, but this will be fixed when mojibuster+junk detector
become the default.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]