Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11519, comment 1


Ignore:
Timestamp:
Mar 11, 2014, 11:35:53 PM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11519, comment 1

    initial v1  
    99}}}
    1010
    11 Of those `'InterTracDispatcher`, `Chrome`, `LoginModule`, `PygmentsRenderer`, `BatchModifyModule` and `WikiRenderer` aren't usable as a `default_handler` (and `PreferencesModule` needs the patch in #11531).
     11Of those `InterTracDispatcher`, `Chrome`, `LoginModule`, `PygmentsRenderer`, `BatchModifyModule` and `WikiRenderer` aren't usable as a `default_handler` (and `PreferencesModule` needs the patch in #11531).
    1212
    1313If `BatchModifyModule` and `LoginModule` were modified so that they would function correctly as a `default_handler`, then we could adopt a convention that `IRequestHandler`s ending in `Module` should function as a `default_handler`. However, we could probably come up with better ways of indicating that a `Component` was suitable for use as a `default_handler. Any good ideas?