Skip to content

Commit

Permalink
Fix documentation for the 'secure' method in Catalyst:Request. RT#76710
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed May 5, 2012
1 parent e01b609 commit 3a526ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
directly.
- Add note in Catalyst::Component to strongly disrecommend $self->config
- Fix vague 'checkout' wording in Catalyst::Utils. RT#77000
- Fix documentation for the 'secure' method in Catalyst:Request. RT#76710

5.90011 - 2012-03-08 16:43:00

Expand Down
5 changes: 2 additions & 3 deletions lib/Catalyst/Request.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a526ce

Please sign in to comment.