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
84bf1298
Commit
84bf1298
authored
Aug 24, 2006
by
Stefan H. Holek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specifying session-resolution-seconds >= 1200 caused Zope startup to fail.
Fixes
http://www.zope.org/Collectors/Zope/1983
parent
a3684b83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
doc/CHANGES.txt
doc/CHANGES.txt
+3
-0
lib/python/OFS/Application.py
lib/python/OFS/Application.py
+1
-8
No files found.
doc/CHANGES.txt
View file @
84bf1298
...
...
@@ -8,6 +8,9 @@ Zope Changes
Bugs fixed
- Collector #1983: Specifying session-resolution-seconds >= 1200 caused
Zope startup to fail.
- Collector #2169: webdav.Resource.COPY did not send ObjectClonedEvent.
- Updated Five to bugfix release 1.3.7.
...
...
lib/python/OFS/Application.py
View file @
84bf1298
...
...
@@ -428,14 +428,7 @@ class AppInitializer:
'session-delete-notify-script-path'
),
delnotify
)
delnotify
=
None
toc
=
TransientObjectContainer
(
'session_data'
,
'Session Data Container'
,
addNotification
=
addnotify
,
delNotification
=
delnotify
,
limit
=
limit
,
period_secs
=
period_spec
)
if
timeout_spec
is
not
None
:
if
1
:
# Preserve indentation for diff
toc
=
TransientObjectContainer
(
'session_data'
,
'Session Data Container'
,
timeout_mins
=
timeout_spec
,
...
...
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