Edgewall Software

Changes between Version 6 and Version 7 of TracDev/RequestHandling


Ignore:
Timestamp:
Feb 3, 2015, 7:34:16 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/RequestHandling

    v6 v7  
    1 == Request Handling Overview ==
     1= Request Handling Overview
    22
    3 On each request, trac will invoke multiple extension point interface implementations registered with the system.
     3On each user request, Trac invokes 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. Please note that the below sequence diagram misses error responses and, subsequently misses 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 has no error responses and therefore no rendering of error pages.
    66
    7 === Project Index Request Handling ===
     7Also see the attachments for more request handling.
     8
     9=== Project Index Request Handling
    810
    911[[Image(wiki:TracDev/RequestHandling:ProjectIndexRequestHandling.2.png,100%)]]
    1012
    11 === Generic Request Handling ===
     13=== Generic Request Handling
    1214
    1315[[Image(wiki:TracDev/RequestHandling:GenericRequestHandling.png,100%)]]