Changes between Version 1 and Version 2 of Ticket #34571


Ignore:
Timestamp:
May 16, 2023, 11:22:43 AM (12 months ago)
Author:
Daniel Nunes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34571 – Description

    v1 v2  
    22
    33
    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.
     4I 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.
    55
    66What do you think?
Back to Top