Seam application reports "infinite loop of redirection detected" when trying to force https with OpenShift.
Issue
- When trying to making request to my Seam application occurs over https the browser (chrome or firefox) raise "infinite loop of redirection detected error.
- The Seam framework allow developers to force https by adding in pages.xml the following entry:
"<page scheme="https" view-id="*" />"
- Why does this cause an infinite loop?
- How do I force Seam to service request over https with OpenShift?
Environment
- Red Hat Openshift Online
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.