Changes between Initial Version and Version 1 of Ticket #34571
- Timestamp:
- May 16, 2023, 11:15:12 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34571 – Description
initial v1 2 2 3 3 4 I see that [https://github.com/django/django/pull/13395#pullrequestreview-484706827/ @carltongibson was slightly worried about the status code] and I feel the same. This for me should be handled as **forbidden** because the request is actually well-formed, but it's not allowed anymore.4 I see that [https://github.com/django/django/pull/13395#pullrequestreview-484706827/ @carltongibson was slightly worried about the status code] and I feel the same. This for me should be handled as **forbidden** ({{{SessionInterrupted}}} being a subclass of {{{PermissionDenied}}}) because the request is actually well-formed, but it's not allowed anymore. 5 5 6 6 What do you think?