Edgewall Software

Changes between Version 2 and Version 3 of TracDev/RequestHandling


Ignore:
Timestamp:
May 7, 2010, 2:53:54 AM (14 years ago)
Author:
Carsten Klein <carsten.klein@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/RequestHandling

    v2 v3  
    33On each request, trac will invoke multiple extension point interface implementations registered with the system.
    44
    5 Here is an initial diagram of what is going on when trac services a given request:
     5Here is an initial diagram of what is going on when trac services a given request. Please note that the below sequence diagram misses error responses and, subsequently misses rendering of error pages.
    66
    77[[Image(wiki:TracDev/RequestHandling:RequestHandling.png)]]