I don't remember that we discussed it on the list, but I think the solution is not in the realm of core wicket. Assuming most wicket based web apps have something like BasePage, I would probably add a requireSSL variable to that class and check it in checkAccess() potentially redirecting if SSL is required and the request is not. Each derived page may than change the default within there constructors.
Juergen On 8/8/05, Phil Kulak <[EMAIL PROTECTED]> wrote: > Has there been any talk of supporting SSL? I was thinking of a page > attribute like "requiresSsl" that would trigger a redirect if the > HttpRequest wasn't secure. > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
