X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAuthentication.pod;h=66225d8911d2d9b7ff72b32b831a4d931f82a7fc;hp=1c3b9b84d65fd04ec6c2153635baf1e1bf5a0bb8;hb=85d49fb613ae5aabb76647ec250e3d450fabb521;hpb=4299d9f5d43af74cdd91f61d7b0d1a132995f377 diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index 1c3b9b8..66225d8 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -405,11 +405,11 @@ will stay at the login page but receive an error message. If the C and C values are not present in the form, the user will be taken to the empty login form. -Note that we could have used something like C (or -even C; however, the use of C actions -is discouraged because it does not receive path args as with other -actions. The recommended practice is to only use C in -C. +Note that we could have used something like C, +however partly for historical reasons, and partly for code clarity it +is generally recommended only to use C in +C, and then mainly to generate the 404 not +found page for the application. Instead, we are using C here to specifically match the URL C. C actions (aka, "literal