[jboss-user] [JBoss Seam] - Seam SSL form Redirect
glblack
do-not-reply at jboss.com
Mon Aug 13 11:49:36 EDT 2007
We currently have Seam deployed behind a load balancer that terminates the SSL session.
When submitting a form, the redirect URL generated is "http://" instead of "https://".
Adding the schema to the pages.xml as follows
<page view-id="*" scheme="https">
causes the browser to be continually redirected to https URL.
It appears that because SSL it terminated at the load balancer, seam does not detect that the request was https.
Is there a way to configure seam to force https in the redirect once after post to prevent the redirect loop?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073624#4073624
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073624
More information about the jboss-user
mailing list