Commit 88792a03 authored by Hanno Schlichting's avatar Hanno Schlichting

LP #142430: Avoid using the contexts title_or_id method in the...

LP #142430: Avoid using the contexts title_or_id method in the standard_error_message. For a restricted context, this could otherwise lead to a Forbidden error and a subsequent "Also, an error occurred while attempting to render the standard error message."
parent 8a65bbf1
...@@ -31,6 +31,9 @@ Features Added ...@@ -31,6 +31,9 @@ Features Added
Bugs Fixed Bugs Fixed
++++++++++ ++++++++++
- LP #142430: Avoid using the contexts title_or_id method in the
standard_error_message.
- LP #257675: request.form contained '-C':'' when no QUERY_STRING was in - LP #257675: request.form contained '-C':'' when no QUERY_STRING was in
the environment. the environment.
......
<html> <html>
<head><title>&dtml-title_or_id;</title></head> <head><title>Site Error</title></head>
<body bgcolor="#FFFFFF"> <body bgcolor="#FFFFFF">
<dtml-if error_message> <dtml-if error_message>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment