This is an automated email from the ASF dual-hosted git repository.

tballison pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


    from dc373bff18 TIKA-4811: Add null check (#2999)
     add 48c4960502 TIKA-4809: Fix migration guide's required config disabling 
the fs sandbox
     add 67b18544de TIKA-4809: Fix setting-limits.adoc documenting a timeout 
key that doesn't exist
     add 17ed803174 TIKA-4809: Make per-process timeout defaults reachable
     add ccc913db83 TIKA-4809: Fix config examples that cannot start a server, 
and gate them
     add 559dd58f29 TIKA-4809: Correct security claims in serialization, 
design-notes and filesystem docs
     add c73ed6d683 TIKA-4809: Document the http-fetcher's SSRF surface
     add df7f144675 TIKA-4809: Fix tika-server README describing a 3.x server
     add fad8226c47 TIKA-4809: Document enableUnsecureFeatures removal and 
/meta's silent changes
     add f06e2b958b TIKA-4809: Fix welcome-page links, and two bad URLs from 
the README commit
     new dbf709e178 Merge pull request #2997 from apache/TIKA-4809-stage-3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ROOT/pages/advanced/setting-limits.adoc        | 59 +++++++++++++++++---
 .../ROOT/pages/developers/serialization.adoc       | 20 +++++++
 .../pages/migration-to-4x/design-notes-4x.adoc     |  8 +++
 .../migration-to-4x/migrating-tika-server-4x.adoc  | 63 +++++++++++++++++++++-
 .../ROOT/pages/pipes/plugins/filesystem.adoc       | 11 ++--
 docs/modules/ROOT/pages/pipes/plugins/http.adoc    | 34 +++++++++++-
 docs/modules/ROOT/pages/pipes/timeouts.adoc        |  4 +-
 docs/modules/ROOT/pages/security.adoc              |  5 +-
 .../java/org/apache/tika/config/TimeoutLimits.java | 29 +++++++---
 .../org/apache/tika/parser/vlm/VLMOCRConfig.java   |  2 +-
 .../org/apache/tika/config/TimeoutLimitsTest.java  | 11 ++--
 tika-server/README.md                              | 31 ++++++++---
 .../tika/server/core/resource/TikaWelcome.java     | 36 ++++++++++---
 .../tika/server/core/ConfigExamplesTest.java       |  6 +++
 .../resources/config-examples/server-basic.json    |  7 ++-
 .../config-examples/server-with-parsers.json       |  4 +-
 .../resources/configs/cxf-test-base-template.json  |  2 -
 17 files changed, 282 insertions(+), 50 deletions(-)

Reply via email to