Changes between Version 5 and Version 6 of Ticket #34892


Ignore:
Timestamp:
Oct 7, 2023, 9:21:11 AM (11 months ago)
Author:
EugeneM
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34892 – Description

    v5 v6  
     1/contrib/staticfiles/handlers.py
     2{{{
     3 def serve(self, request):                                                   
     4        """Serve the request path."""
     5--       return serve(request, self.file_path(request.path), insecure=True)
     6++       return serve(request, self.file_path(request.path_info), insecure=True)
     7}}}
Back to Top