s/SecureRequestCycleProcessor/HttpsRequestCycleProcessor/ the javadoc of which shows how to install it
-igor On Sun, Aug 9, 2009 at 9:37 AM, hill180<[email protected]> wrote: > I looked at that and found the sample code for this in the Javadocs, > unfortunately got stuck at SecureRequestCycleProcessor > > In the java docs, it has this a class to instantiate, but either I am > supposed to create something and extend another class, or something... > either way, I can't get passed this. currently I am just using the web.xml > method but would like to use the @RequireHttps annotation. > > jose > > On Aug 9, 2009, at 9:26 AM, Igor Vaynberg wrote: > >> see @RequireHttps >> >> -igor >> >> On Sat, Aug 8, 2009 at 12:34 PM, Jose Hernandez<[email protected]> >> wrote: >>> >>> What is the recommended method on securing certain pages via SSL with >>> Wicket >>> 1.4.0? >>> >>> Thanks! >>> >>> jose >>> >>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
