Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
139
Merge Requests
139
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
68b4e594
Commit
68b4e594
authored
Feb 01, 2023
by
Kazuhiko Shiozaki
Committed by
Arnaud Fontaine
Mar 01, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
standard_error_message: return an empty body in case of redirect.
parent
376a083e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/standard_error_message.py
...m/portal_skins/erp5_xhtml_style/standard_error_message.py
+4
-1
No files found.
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/standard_error_message.py
View file @
68b4e594
...
@@ -4,7 +4,10 @@
...
@@ -4,7 +4,10 @@
it tries to render the error from the web site root. If no web site
it tries to render the error from the web site root. If no web site
root is defined then it renders the error from portal.
root is defined then it renders the error from portal.
"""
"""
from
zExceptions
import
Unauthorized
from
zExceptions
import
Redirect
,
Unauthorized
if
isinstance
(
kw
.
get
(
'error_value'
),
Redirect
):
return
''
try
:
try
:
# Adjust exception context for Zope 4.
# Adjust exception context for Zope 4.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment