You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tika-server/tika-server-core/src/main/java/org/apache/tika/server/core/resource/RecursiveMetadataResource.java
+8-32Lines changed: 8 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@
37
37
importorg.slf4j.Logger;
38
38
importorg.slf4j.LoggerFactory;
39
39
40
-
importorg.apache.tika.config.EmbeddedLimits;
41
40
importorg.apache.tika.io.TikaInputStream;
42
41
importorg.apache.tika.metadata.Metadata;
43
42
importorg.apache.tika.parser.ParseContext;
@@ -64,40 +63,20 @@ public RecursiveMetadataResource(TikaResource tikaResource) {
Copy file name to clipboardExpand all lines: tika-server/tika-server-standard/src/test/java/org/apache/tika/server/standard/RecursiveMetadataResourceTest.java
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -469,9 +469,6 @@ public void testHandlerTypeInMultipartXML() throws Exception {
469
469
assertContains("plundered our seas", content);
470
470
}
471
471
472
-
// TIKA-3227 - TODO: re-enable once maxEmbeddedResources is configurable via JSON
473
-
// Use maxEmbeddedResources=0 in config to skip embedded documents
0 commit comments