0 Replies Latest reply on Oct 29, 2013 11:50 AM by petros

    Https is lost after redirection based on page.xml navigation rule

    petros

      I have an application with seam 2.3.0 Final deployed on jboss 7.1.1 Final. I was trying to install this application and use https protocol. Login page is displayed well, but when i'm trying to log in i'm redirected to the page with http protocol.

       

      This is my navigation rule defined in page.xml:

       

      <navigation from-action="#{identity.login}">

       

              <rule if-outcome="loggedIn">  

       

                  <redirect view-id="/views/home.xhtml" />

       

              </rule>

       

          </navigation>

       

      I don't have defined default scheme in page.xml. Navigation using s:link is working fine.

       

      Any suggestions why this is happening?