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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to