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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Titouan Soulard
erp5
Commits
be6c0474
Commit
be6c0474
authored
Feb 01, 2023
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
standard_error_message: return an empty body in case of redirect.
parent
c278f348
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 @
be6c0474
...
@@ -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