We have an application (JSF 1.2) that checks if a user is logged in or not. If not, a redirect is done to the login page. This works fine on Tomcat. But when deployed on Websphere 7 it fails.
Firts request to a page an empty blank screen is returned. Second time (reload) the redirect works as it should be.
I have this as log when it fails;
the code that does the redirect is this
and in the faces.config i have a navigation rule
Any ideas?