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
9dc3cc85
Commit
9dc3cc85
authored
Feb 06, 2003
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
whitespace normalization
parent
4f739d36
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/CHANGES.txt
doc/CHANGES.txt
+1
-1
lib/python/Products/PythonScripts/README.txt
lib/python/Products/PythonScripts/README.txt
+2
-2
No files found.
doc/CHANGES.txt
View file @
9dc3cc85
...
...
@@ -43,7 +43,7 @@ Zope Changes
Bugs Fixed
- Collector #790:WebDAV access is granted by default only
- Collector #790:
WebDAV access is granted by default only
to Managers and Authenticated users instead to Anonymous users.
This restricts access to the Control_Panel and especially
to the Products management to trusted users.
...
...
lib/python/Products/PythonScripts/README.txt
View file @
9dc3cc85
...
...
@@ -62,7 +62,7 @@ Python Scripts
This is because that package/module would have to be imported for its
included security assertions to take effect, but to do
that would require importing a module without any security
that would require importing a module without any security
declarations, which defeats the point of the restricted
python environment.
...
...
@@ -71,5 +71,5 @@ Python Scripts
asserting, among other things, that it is safe for Zope to check
that package/module for security assertions. As a result, please
be careful when place packages or modules that are not Zope Products
in the Products directory.
in the Products directory.
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