Changes between Initial Version and Version 1 of Ticket #34571


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34571 – Description

    initial v1  
    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** 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