Edgewall Software

Changes between Version 1 and Version 9 of Ticket #13701


Ignore:
Timestamp:
Apr 29, 2024, 9:10:12 AM (5 weeks ago)
Author:
Jun Omae
Comment:

Fixed in [17786:17787] and merged in [17788].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13701

    • Property Status newclosed
    • Property Owner set to Jun Omae
    • Property Milestone1.6.1
    • Property Resolutionfixed
  • Ticket #13701 – Release Notes

    v1 v9  
     1 * Fixed ETag header with non-ascii characters is generated from `check_modified()` when `req.authname` has non latin-1 characters.
     2 * Verify latin-1 characters only are used in status and headers when `WSGIServer._start_response` is invoked.