When I start my webapp it shows correctly
https://myapp-anyone.rhcloud.com/index.jsf
Switching to login page or signup page does not change anything in the address bar, but then it always shows the recent address, never the current one. For example: From start I go to signup. Address bar: Same as above. Then from signup page I switch to login page. Address bar:
https://myapp-anyone.rhcloud.com/pages/signup.jsf
Then from login page I switch back to start page. Address bar:
https://myapp-anyone.rhcloud.com/pages/login.jsf
and so on. The links are like
<h:commandLink action="pages/login" ... />
What could be the reason for that, and how to show the "correct" address?