This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 2e7e0d190226c9f00fb4633518cec1f33dabd886 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Apr 30 19:40:43 2025 +0100 Add a caveat (the diagrams are not an exact representation) --- webapps/docs/architecture/requestProcess.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapps/docs/architecture/requestProcess.xml b/webapps/docs/architecture/requestProcess.xml index 561c500e43..67693af810 100644 --- a/webapps/docs/architecture/requestProcess.xml +++ b/webapps/docs/architecture/requestProcess.xml @@ -36,6 +36,10 @@ start processing in an endpoint, then get passed to the protocol and then the Coyote adapter which is the common entry point for all servlet request processing. </p> +<p> +The UML diagrams do not show every detail of Tomcat's internal processing. They +are intended to show the key elements of the processing chain. +</p> </section> <section name="Endpoint implementations"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org