Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
8f3979d9
Commit
8f3979d9
authored
Jul 08, 2003
by
Christian Theune
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixed #964
parent
3cdcc0f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
doc/CHANGES.txt
doc/CHANGES.txt
+4
-0
lib/python/OFS/standard/standard_error_message.dtml
lib/python/OFS/standard/standard_error_message.dtml
+1
-1
lib/python/ZPublisher/HTTPResponse.py
lib/python/ZPublisher/HTTPResponse.py
+3
-3
No files found.
doc/CHANGES.txt
View file @
8f3979d9
...
...
@@ -71,6 +71,10 @@ Zope Changes
Bugs Fixed
- Collector: #964: standard_error_message refers to looking into the
HTML code for more information which is deprecated. Referring to
the error log now.
- Collector #893: Mailhost: munge_header has been broken for addresses
containing the recipients full name
...
...
lib/python/OFS/standard/standard_error_message.dtml
View file @
8f3979d9
...
...
@@ -30,7 +30,7 @@
</ul>
<p>For more detailed information about the error, please
refer to the
HTML source for this page
.
refer to the
error log
.
</p>
<p>If the error persists please contact the site maintainer.
...
...
lib/python/ZPublisher/HTTPResponse.py
View file @
8f3979d9
...
...
@@ -12,8 +12,8 @@
##############################################################################
'''CGI Response Output formatter
$Id: HTTPResponse.py,v 1.7
5 2003/04/28 21:16:43 Brian
Exp $'''
__version__
=
'$Revision: 1.7
5
$'
[
11
:
-
2
]
$Id: HTTPResponse.py,v 1.7
6 2003/07/08 05:54:11 ctheune
Exp $'''
__version__
=
'$Revision: 1.7
6
$'
[
11
:
-
2
]
import
types
,
os
,
sys
,
re
import
zlib
,
struct
...
...
@@ -614,7 +614,7 @@ class HTTPResponse(BaseResponse):
</UL>
<P>For more detailed information about the error, please
refer to
the HTML source for this page
.
refer to
error log
.
</P>
<P>If the error persists please contact the site maintainer.
...
...
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