Project

General

Profile

Actions

Bug #114390

open

context_processor: la page 404 n'est pas mise en cache comme les autres

Added by Benjamin Dauvergne 3 days ago.

Status:
Nouveau
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04 February 2026
Due date:
% Done:

0%

Estimated time:
Patch proposed:
No
Planning:
No

Description

https://sentry.entrouvert.org/organizations/entrouvert/issues/10956/
Le template de page 404 reçoit un traitement particulier, le résultat étant que son template n'est pas dans le page_cache, il faudrait la charger comme la page racine et ne plus en faire un cas particulier.

Traceback (most recent call last):
  File "urllib3/connectionpool.py", line 451, in _make_request
    six.raise_from(e, None)
  File "<string>", line 3, in raise_from
    # Permission is hereby granted, free of charge, to any person obtaining a copy
  File "urllib3/connectionpool.py", line 446, in _make_request
    httplib_response = conn.getresponse()
  File "http/client.py", line 1374, in getresponse
    response.begin()
  File "http/client.py", line 318, in begin
    version, status, reason = self._read_status()
  File "http/client.py", line 279, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "socket.py", line 706, in readinto
    return self._sock.recv_into(b)
  File "ssl.py", line 1311, in recv_into
    return self.read(nbytes, buffer)
  File "ssl.py", line 1167, in read
    return self._sslobj.read(len, buffer)
TimeoutError: The read operation timed out

No data to display

Actions

Also available in: Atom PDF