diff options
Diffstat (limited to 'docs/designdefense.rst')
| -rw-r--r-- | docs/designdefense.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/designdefense.rst b/docs/designdefense.rst index 51c3c5bd8..e759c0e2a 100644 --- a/docs/designdefense.rst +++ b/docs/designdefense.rst @@ -1432,7 +1432,8 @@ object which *is not logically global*: # this is executed if the request method was GET or the # credentials were invalid -The `Pylons 1.X <http://docs.pylonsproject.org/projects/pyramid/en/latest/>`_ +The `Pylons 1.X +<http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/>`_ web framework uses a similar strategy. It calls these things "Stacked Object Proxies", so, for purposes of this discussion, I'll do so as well. |
