Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11189, comment 37


Ignore:
Timestamp:
Dec 11, 2013, 10:34:35 AM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11189, comment 37

    initial v1  
    22> In [12306], if `IAuthenticator` component raises a `TracError`, `RequestDispatcher.authenticate` method would skip the component and try next. I think that's not good because it unexpectedly might use other authenticators.
    33
    4 It is not a huge problem, but re-raising the exception there results in the traceback for the case mentioned in comment:31. How about something like this?
     4Re-raising the exception there results in the traceback for the case mentioned in comment:31. How about something like this?
    55{{{#!diff
    66diff --git a/trac/web/main.py b/trac/web/main.py