Changes between Initial Version and Version 1 of Ticket #36332, comment 2
- Timestamp:
- Apr 17, 2025, 10:21:21 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36332, comment 2
initial v1 19 19 }}} 20 20 21 The test you have linked seems to be a misleading test, the prefix is in path rather than path infosee:21 The test you have linked seems to be a misleading test, the prefix is in `path` rather than `path_info` see: 22 22 - https://github.com/django/django/blob/d755a98b8438c10f3cff61303ceb1fe16d414e9b/django/core/handlers/wsgi.py#L67 23 23 - https://github.com/django/django/blob/d755a98b8438c10f3cff61303ceb1fe16d414e9b/django/core/handlers/asgi.py#L57