X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FRequest.pm;fp=lib%2FCatalyst%2FRequest.pm;h=d0df0f0dad87416df338b0353cdd61b5404b3da2;hp=3d0c03ae3c4919be0c53dca7b96f7633e0b0681e;hb=3a526ce8805d85f0214f134af2e0a4bb107dd2d4;hpb=e01b60938f8c09eb9f02f267ae5d694e327d9832 diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index 3d0c03a..d0df0f0 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -642,9 +642,8 @@ Shortcut for $req->headers->referer. Returns the referring page. Returns true or false, indicating whether the connection is secure (https). Note that the URI scheme (e.g., http vs. https) must be determined through heuristics, and therefore the reliability of $req->secure will depend -on your server configuration. If you are serving secure pages on the standard -SSL port (443) and/or setting the HTTPS environment variable, $req->secure -should be valid. +on your server configuration. If you are setting the HTTPS environment variable, +$req->secure should be valid. =head2 $req->captures