Changes between Initial Version and Version 1 of Ticket #36332, comment 2


Ignore:
Timestamp:
Apr 17, 2025, 10:21:21 AM (5 months ago)
Author:
Sarah Boyce

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36332, comment 2

    initial v1  
    1919}}}
    2020
    21 The test you have linked seems to be a misleading test, the prefix is in path rather than path info see:
     21The test you have linked seems to be a misleading test, the prefix is in `path` rather than `path_info` see:
    2222- https://github.com/django/django/blob/d755a98b8438c10f3cff61303ceb1fe16d414e9b/django/core/handlers/wsgi.py#L67
    2323- https://github.com/django/django/blob/d755a98b8438c10f3cff61303ceb1fe16d414e9b/django/core/handlers/asgi.py#L57
Back to Top