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
d18ba4e6
Commit
d18ba4e6
authored
May 12, 2000
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated blurb about new security and ownership
parent
476bbea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
doc/CHANGES.txt
doc/CHANGES.txt
+12
-7
No files found.
doc/CHANGES.txt
View file @
d18ba4e6
...
...
@@ -66,19 +66,24 @@ Zope Changes
Features Changed
- Server side trojan issue fixed.
- Added new security policy architecture.
- Added formal ownership to support the default security
policy.
- Added a new security policy architecture and object ownership
to address the server side trojan issue. The new architecture
cleaned up various places where Zope code did authorization
checks. A side effect of the new policy is that it is a bit
more strict than it used to be - objects without explicit
protection to which access was previously allowed will now
be denied. There is a new declarative method for providing
access to such objects, which has been applied to certain
previously unprotected Zope objects that DTML writers are
accustomed to having access to. See the SecurityPolicy
wiki pages on Zope.org for further information.
- Added a new online help system. Help is now available for
standard Zope objects. Zope developers can add help for their
Python Products and Control Panel Products. See HELPSYS.txt
- Added logic to increase the Python interpreter "check interval"
which provides an average 20-5
0% performance improvement for
that should provide at least a 2
0% performance improvement for
most Zope sites. Also added a new -i option to z2.py so that
Zope users can pass in alternate values (the default is 120)
for the check interval. This lets users experiment and tune
...
...
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