Chris McDonough
2018-07-05 881bfd57bb49613172eab043e93cb9dc28d4fb77
docs/narr/urldispatch.rst
@@ -916,7 +916,7 @@
instead of a redirect.  This makes it possible to successfully invoke a
slash-appended URL without losing the HTTP verb, POST data, or any other
information contained in the original request.  Instead of returning a redirect
response when a slash-appended route is detected during the not-found
response when a slash-appended route is detected during the notfound
processing, Pyramid will call the view associated with the slash-appended route
"under the hood" and will return whatever response is returned by that view.
This has the potential downside that both URLs (the slash-appended and the