This is an automated email from the ASF dual-hosted git repository. tballison pushed a commit to branch improve-docs in repository https://gitbox.apache.org/repos/asf/tika.git
commit 536f82be7374d5c0621d78b79ca28c07cc798603 Author: tallison <[email protected]> AuthorDate: Wed Jun 24 20:58:00 2026 -0400 improve docs --- 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).
