I'd try using org.springframework.security.* instead of org.acegisecurity.*.
HTH, Matt On Wed, Jul 23, 2008 at 12:33 PM, pedro_burglin <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am trying to setup http/https switch for certain pages of AppFuse 2 JSF. > > I am running Tomcat 6 and I set up the SSL part of it (created the > certificate and uncommented the SSL connector). I am using default ports > (8080 / 8443). I am now able to access the site both on ports 8080 (http) > and on 8443 (https) but I would like to setup automatic switch from http to > https when user goes to the login screen, and back to http when he logs > off. > > I found this link describing how to do it for AppFuse with struts but I was > unable to use it on my JSF app: > > URL: > http://www.nabble.com/Appfuse-2-SSL-switching-td14878223.html#a14878223 > I follow the changes to security.xml but I get multiple > ClassNotFoundException for classes like > "org.acegisecurity.util.FilterChainProxy". Since I also had to make minor > changes to the XML additions to conform with the schema I am not sure if > that is the right approach anymore... > > Does anyone know how to setup AppFuse with JSF so I can specify URLs I want > it to automatically switch to HTTPS or HTTP? > > Any help is greatly appreciated, > Pedro Burglin > -- > View this message in context: > http://www.nabble.com/AppFuse-2-JSF-how-to-setup-https-switch-tp18617807s2369p18617807.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
