This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from f113abbdea Improve test and fix additional issue found new a96fbeae96 Start to re-do the sequence diagrams for request processing new a5be9a604c Add HTTP and renumber diagrams new 488a31f560 Add synchronous processing new 9ed276fe22 Remove the legacy request process diagram new 2e7e0d1902 Add a caveat (the diagrams are not an exact representation) new 91babf331d Add BASIC authentication diagram new 87dd1e013d Remove legacy authentication diagram new 53345a82f1 Change log entry for BZ 68876 The 8 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: webapps/docs/architecture/requestProcess.xml | 80 ++++++++++----- .../architecture/requestProcess/11_nio.plantuml | 97 ++++++++++++++++++ .../docs/architecture/requestProcess/11_nio.png | Bin 0 -> 116516 bytes .../architecture/requestProcess/21_http11.plantuml | 38 +++++++ .../docs/architecture/requestProcess/21_http11.png | Bin 0 -> 18334 bytes .../requestProcess/31_synchronous.plantuml | 109 +++++++++++++++++++++ .../architecture/requestProcess/31_synchronous.png | Bin 0 -> 209355 bytes .../architecture/requestProcess/41_basic.plantuml | 78 +++++++++++++++ .../docs/architecture/requestProcess/41_basic.png | Bin 0 -> 114556 bytes .../requestProcess/authentication-process.png | Bin 42682 -> 0 bytes .../requestProcess/request-process.png | Bin 109471 -> 0 bytes webapps/docs/changelog.xml | 5 + 12 files changed, 382 insertions(+), 25 deletions(-) create mode 100644 webapps/docs/architecture/requestProcess/11_nio.plantuml create mode 100644 webapps/docs/architecture/requestProcess/11_nio.png create mode 100644 webapps/docs/architecture/requestProcess/21_http11.plantuml create mode 100644 webapps/docs/architecture/requestProcess/21_http11.png create mode 100644 webapps/docs/architecture/requestProcess/31_synchronous.plantuml create mode 100644 webapps/docs/architecture/requestProcess/31_synchronous.png create mode 100644 webapps/docs/architecture/requestProcess/41_basic.plantuml create mode 100644 webapps/docs/architecture/requestProcess/41_basic.png delete mode 100644 webapps/docs/architecture/requestProcess/authentication-process.png delete mode 100644 webapps/docs/architecture/requestProcess/request-process.png --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org