« Return to Thread: Using SSL with JSF

Re: Using SSL with JSF

by Anton Gavazuk :: Rate this Message:

Reply to Author | View in Thread

Hi Scott,

Normally, its not a business of JSF framework - HTTPS is implemented on webserver side, e.g. apache/tomcat.

2009/6/27 Scott Carter <carterdevlists@...>
Sorry if this is a dumb question, but what is the proper way in jsf navigation rules to direct to a secure page.  I already have all of the certificates setup on the server, and can access any page using https.  The question is, how do I make sure the navigation rule uses https ?  I guess I could put a fully qualified url in the config, but what is the correct way of doing this?  I would also need to redirect back to regular http after a couple of forms. 

Thanks in advance. 

 « Return to Thread: Using SSL with JSF