Edgewall Software

Changes between Version 8 and Version 9 of TracDev/RequestHandling


Ignore:
Timestamp:
Mar 2, 2023, 2:19:55 PM (14 months ago)
Author:
figaro
Comment:

Syntax

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/RequestHandling

    v8 v9  
    33On each user request, Trac invokes multiple extension point interface implementations registered with the system.
    44
    5 How Trac services a given request is shown in the diagrams below. Please note that the diagram is simplified in that has no error responses and therefore no rendering of error pages.
     5How Trac services a given request is shown in the diagrams below. Please note that the diagram is simplified in that it has no error responses and therefore no rendering of error pages.
    66
    7 Also see the attachments for more request handling.
     7Click on an image to display a larger version. Also see the attachments for more request handling.
    88
    99== Project Index Request Handling