Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Internet Explorer does not redirect to requested page after login using adf authentication

Cmoster-OracleMar 24 2016 — edited Mar 28 2016

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 25 2016
Added on Mar 24 2016
10 comments
1,946 views