X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAuthorization.pod;h=61c5e294659c90ab7604f42de9ee3746a9631388;hp=02d735893215b5670c678b56777cfd94061ab0c1;hb=9ad715b3a89ba2d34123a2d0f4624302bc169f78;hpb=14e5ed66dcd737f2210d8d7d8c22e3c474992846 diff --git a/lib/Catalyst/Manual/Tutorial/Authorization.pod b/lib/Catalyst/Manual/Tutorial/Authorization.pod index 02d7358..61c5e29 100644 --- a/lib/Catalyst/Manual/Tutorial/Authorization.pod +++ b/lib/Catalyst/Manual/Tutorial/Authorization.pod @@ -57,7 +57,7 @@ L =head1 DESCRIPTION This part of the tutorial adds role-based authorization to the existing -authentication implemented in Part 4. It provides simple examples of +authentication implemented in Part 5. It provides simple examples of how to use roles in both TT templates and controller actions. The first half looks at manually configured authorization. The second half looks at how the ACL authorization plugin can simplify your code. @@ -238,7 +238,7 @@ way to demonstrate that TT templates will not be used if the response body has already been set. In reality you would probably want to use a technique that maintains the visual continuity of your template layout (for example, using the "status" or "error" message feature added in -Part 2). +Part 3). B: If you want to keep your existing C method, you can create a new copy and comment out the original by making it look like a