X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=7f28ce93f0792cb0d9d2d586b6d17a5dd319542f;hb=c955943c35f5116bea0bce1dfb7b207cf878e9c9;hp=400bcf4ea02f4b04a2fcfa94973a893c86d933bc;hpb=eaea4c668228785bd2acd4909499e700337cb526;p=catagits%2FCatalyst-Plugin-RequireSSL.git diff --git a/README b/README index 400bcf4..7f28ce9 100644 --- a/README +++ b/README @@ -18,6 +18,9 @@ SYNOPSIS $c->require_ssl; DESCRIPTION + Note: This module is considered to be deprecated for most purposes. + Consider using Catalyst::ActionRole::RequireSSL instead. + Use this plugin if you wish to selectively force SSL mode on some of your web pages, for example a user login form or shopping cart. @@ -102,7 +105,8 @@ KNOWN ISSUES static files directly from your web server. SEE ALSO - Catalyst, Catalyst::Plugin::Static::Simple + Catalyst, Catalyst::ActionRole::RequireSSL, + Catalyst::Plugin::Static::Simple AUTHOR Andy Grundman,