Hi All,
I'm using ADF 11.1.1.9.0.
I'm using Form-based authentication.
<login-config>
<auth-method>FORM</auth-method>
<form-login-config>
<form-login-page>/login.html</form-login-page>
<form-error-page>/error.html</form-error-page>
</form-login-config>
</login-config>
The case is:
when i request for certain page like "www.samplewebsite.com\faces\pageA.jspx" which needs authentication, it will go to login page: login.html.
after logging in, it redirects to "www.samplewebsite.com\faces\pageA.jspx".
That is working fine for all browsers like Chrome, Firefox. But, it's Not working in IE (currently using IE 11).
Is there any fix or workaround for that? I saw the bug report for 14163940 (https://support.oracle.com/epmos/faces/BugDisplay?id=14163940). Not sure if it is the same issue as mine.
Can you all suggest? Thanks.
Best Regards,
cmoster