Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11612, comment 13


Ignore:
Timestamp:
Nov 6, 2014, 8:40:11 AM (9 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11612, comment 13

    initial v1  
    11I can reproduce the issue in this ticket as well as #11808 when [th:AccountManagerPlugin] is installed. Setting a breakpoint at the location the [browser:/tags/trac-1.0.2/trac/prefs/web_ui.py@:63-65#L54 AJAX callback is processed], I see that`req.method == 'GET'` when [th:AccountManagerPlugin] is enabled, which is the direct cause for the preference not being saved.
    22
    3 As to the reason why this is a `GET` request rather than a `POST`, the only guess I have at the moment is that another handler in account manager matches the request and redirects, converting the POST to a GET. I'll debug further when I have more time tomorrow.
     3As to the reason why this is a `GET` request rather than a `POST`, the only guess I have at the moment is that another handler in account manager matches the request and redirects, converting the [browser:/tags/trac-1.0.2/trac/htdocs/js/threaded_comments.js@:94#L90 jQuery AJAX POST request] to a GET. I'll debug further when I have more time tomorrow.