From 1704618d6b664bf41d3354570337f46d3019df91 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 18 Aug 2009 01:19:29 +0000 Subject: [PATCH] Update the POD for checkView --- lib/WebGUI/Asset.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 3591b9d88..1e526877a 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -296,7 +296,13 @@ sub canView { =head2 checkView ( ) -Returns error messages if a user can't view due to publishing problems, otherwise it sets the cookie and returns undef. This is sort of a hack until we find something better. +Returns error messages if a user can't view due to publishing problems, +otherwise it sets the cookie and returns undef. This is sort of a hack +until we find something better. + +If SSL in enabled in the config file, and the asset has encryptPage set, and +HTTPS is set and SSLPROXY is not set in the ENV, then this page is redirected +to SSL. =cut