[Zope] redirecting exUserFolder login

Mark Logan mlogan@ccs.neu.edu
Wed, 14 Nov 2001 21:04:50 -0500


For the record, i fixed this by putting:

<dtml-if "URL[:5] == 'http:'">
<dtml-raise MovedPermanently><dtml-var expr="'https:' + URL[5:]"></dtml-raise>
</dtml-if>

At the beginning of the 'docLogin' dtml method.  Only a <dtml-raise> tag
worked, other attempts at redirection failed.

-Mark