Edgewall Software

Changes between Version 2 and Version 3 of Ticket #12813


Ignore:
Timestamp:
May 20, 2017, 9:35:38 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12813 – Description

    v2 v3  
    1 [th:VotePlugin] needs to get the `resource` for a request. It currently does this in a way that isn't entirely robust, see [th:browser:voteplugin/trunk/tracvote/__init__.py@16224#L83 resource_from_path].
     1[th:VotePlugin] needs to get the `resource` for a request. It currently does this in a way that isn't entirely robust, see [th:browser:voteplugin/trunk/tracvote/__init__.py@16224#L83 resource_from_path]. See also th:#11073.
    22
    33The reason the method isn't robust is that it assume the path `/` corresponds to `wiki/WikiStart`, but this depends on [[TracIni#trac-default_handler-option|[trac] default_handler]] and the [/prefs/userinterface session preference] for default handler.