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
5e9ddc03
Commit
5e9ddc03
authored
Sep 09, 1997
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hopefully fixed cookie parsing.
parent
9d82bbdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
lib/python/ZPublisher/Publish.py
lib/python/ZPublisher/Publish.py
+7
-4
No files found.
lib/python/ZPublisher/Publish.py
View file @
5e9ddc03
...
...
@@ -491,7 +491,7 @@ Publishing a module using Fast CGI
o Configure the Fast CGI-enabled web server to execute this
file.
$Id: Publish.py,v 1.4
8 1997/09/08 14:47:1
1 jim Exp $"""
$Id: Publish.py,v 1.4
9 1997/09/09 20:25:2
1 jim Exp $"""
#'
# Copyright
#
...
...
@@ -546,7 +546,7 @@ $Id: Publish.py,v 1.48 1997/09/08 14:47:11 jim Exp $"""
# See end of file for change log.
#
##########################################################################
__version__
=
'$Revision: 1.4
8
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.4
9
$'
[
11
:
-
2
]
def
main
():
...
...
@@ -1365,8 +1365,8 @@ def parse_cookie(text,
),
):
result=result or
{}
if result is None: result=
{}
if parmre.match(text) >= 0:
name=lower(parmre.group(2))
value=parmre.group(3)
...
...
@@ -1457,6 +1457,9 @@ def publish_module(module_name,
#
# $Log: Publish.py,v $
# Revision 1.49 1997/09/09 20:25:21 jim
# Hopefully fixed cookie parsing.
#
# Revision 1.48 1997/09/08 14:47:11 jim
# Got cookies out of request str.
#
...
...
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