Changes between Version 1 and Version 2 of Ticket #34571
- Timestamp:
- May 16, 2023, 11:22:43 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34571 – Description
v1 v2 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** ({{{SessionInterrupted}}} being a subclass of {{{PermissionDenied}}}) 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?