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

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


The following commit(s) were added to refs/heads/main by this push:
     new 82e4e710ef improve docs (#2904)
82e4e710ef is described below

commit 82e4e710efd963db54182138d711e14c73255c87
Author: Tim Allison <[email protected]>
AuthorDate: Wed Jun 24 20:58:33 2026 -0400

    improve docs (#2904)
---
 docs/modules/ROOT/pages/using-tika/server/index.adoc | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/modules/ROOT/pages/using-tika/server/index.adoc 
b/docs/modules/ROOT/pages/using-tika/server/index.adoc
index ecec41df26..4d2fc800b4 100644
--- a/docs/modules/ROOT/pages/using-tika/server/index.adoc
+++ b/docs/modules/ROOT/pages/using-tika/server/index.adoc
@@ -298,6 +298,16 @@ In earlier releases these endpoints were enabled simply by 
listing them under
 selecting any of them without it causes the server to refuse to start. This is
 deliberate — it makes enabling these powerful endpoints an explicit, 
considered choice.
 
+[source,json]
+----
+{
+  "server": {
+    "enableUnsecureFeatures": true,
+    "endpoints": ["tika", "rmeta", "pipes", "async", "status"]
+  }
+}
+----
+
 === Security Best Practices
 
 1. **Keep config endpoints disabled** in production (default behavior).

Reply via email to