https « MVC Controller « Spring Q&A





1. How to make a SimpleFormController show a form using HTTPS    stackoverflow.com

How is this done? I have a view which in certain conditions I need to display using HTTP and in other cases HTTPS. The controller is using SimpleFormController.

2. HTTPS, Form controllers, and IE    forum.springsource.org

HTTPS, Form controllers, and IE Short Version: Do you have to specifically call setCacheSeconds(-1), then set your own custom headers for any formController delivering content over HTTPS? Long: I've finally figured ...

3. redirect to use https with AbstractWizardFormController    forum.springsource.org

redirect to use https with AbstractWizardFormController Hi, I have an app that sells reports. When someone orders a report, it checks if there is a credit card registered to that user, ...