summaryrefslogtreecommitdiff
path: root/docs/narr/urldispatch.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-05-27 04:52:51 +0000
committerChris McDonough <chrism@agendaless.com>2009-05-27 04:52:51 +0000
commita1a9fb7128c935848b17c0ce6586991098a17f07 (patch)
tree5160f28be92202033c693caa335f8b9cda3c6379 /docs/narr/urldispatch.rst
parent08ead74d05e25f58c83712f6f8651484ddc983d0 (diff)
downloadpyramid-a1a9fb7128c935848b17c0ce6586991098a17f07.tar.gz
pyramid-a1a9fb7128c935848b17c0ce6586991098a17f07.tar.bz2
pyramid-a1a9fb7128c935848b17c0ce6586991098a17f07.zip
Merge authchanges branch to trunk.
Diffstat (limited to 'docs/narr/urldispatch.rst')
-rw-r--r--docs/narr/urldispatch.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index c27165731..d43a344f2 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -420,14 +420,14 @@ Using :mod:`repoze.bfg` Security With URL Dispatch
--------------------------------------------------
:mod:`repoze.bfg` provides its own security framework which consults a
-:term:`security policy` before allowing any application code to be
-called. This framework operates in terms of ACLs (Access Control
+:term:`authorization policy` before allowing any application code to
+be called. This framework operates in terms of ACLs (Access Control
Lists, see :ref:`security_chapter` for more information about the
-:mod:`repoze.bfg` security subsystem). A common thing to want to do
-is to attach an ``__acl__`` to the context object dynamically for
-declarative security purposes. You can use the ``factory``
-argument that points at a context factory which attaches a custom
-``__acl__`` to an object at its creation time.
+:mod:`repoze.bfg` authorization subsystem). A common thing to want to
+do is to attach an ``__acl__`` to the context object dynamically for
+declarative security purposes. You can use the ``factory`` argument
+that points at a context factory which attaches a custom ``__acl__``
+to an object at its creation time.
Such a ``factory`` might look like so: