On Sunday, December 29, 2002, at 10:21 AM, Aaron Held wrote:
Looks good,
You could also suggest SitePage.py for pages in the site (including ones that do not need authentication) and then subclass it to SecurePage for all secure pages. It would be a great intro to using classes to manage a site.

I prefer to make all pages potentially secure, and then use a method to indicate which pages require a password. Some pages may only be secure in some situations but public in others, and subclassing doesn't make that possible.

Ian



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss


Reply via email to