Skip to content

Conversation

@daniele-andreotti
Copy link
Contributor

No description provided.

@daniele-andreotti daniele-andreotti requested a review from cekk July 28, 2025 14:39
@daniele-andreotti daniele-andreotti self-assigned this Jul 28, 2025
if any(x in self.request.environ.get("REQUEST_URI") for x in matches):
return self.request.response.redirect(self.request.URL)

return super(RTExceptionView, self).__call__()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return super(RTExceptionView, self).__call__()
return super().__call__()

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Questo dove viene usato?
Occhio che nell'ultima riga forse c'è una stringa da togliere

CHANGES.rst Outdated
[cekk]
- fix file:/// as external link in summary
[mamico]
- Updated error message template. Handle redirects for @@download, @@images and @@display-file requests.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aggiungerei che si tratta di 404

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants