Details
Description
The problem is that I need to redirect to HTTPS for login and some other subset of pages, and then after login, redirect back to HTTP. This generalizes to the need for an easy way to specify the schema for each page.
As Kevin Menard nicely put it on the mailing list (message id: <op.tbed1gyqs40371@kepler.kmkelly.local>):
"What we (or at least I) want is to deal with this at the page class level. The idea would be a page class can either be marked as secure or not and the framework would then take care of rewriting URLs with the appropriate scheme. Such a system would allow for a nice hierarchy of secure pages and likewise would cut down on the human error element by letting the framework do most of the grunt work."