OraFormsFaces

This system can be used to report, track and monitor bug reports and feature requests for the OraFormsFaces JSF component. This component set can be used to re-use Oracle Forms as fully functional and tightly integrated JSF components in a web application.
| Tasklist |

FS#82 - Invalid Forms SSO session leads to invalid javascript and silent failure

Attached to Project: OraFormsFaces
Opened by Wilfred van der Deijl (wvanderdeijl) - Wednesday, 20 August 2008, 08:43 GMT-7
Task Type Bug Report
Category JSF component
Status Assigned
Assigned To Wilfred van der Deijl (wvanderdeijl)
Operating System All
Severity Medium
Priority Normal
Reported Version 2.2
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

When the request to the Forms servlet fails an invalid JavaScript is included in the page so the applet will never be injected and won't start.

There are a number of somewhat common situations that could lead to this:
- Forms server could not be contacted at all, but this is already handled by the hidden image with an onfailure event
- Forms server can be contacted, but the SSO session is timed out or invalidated and the user is redirected to SSO logon page
- SSO session is valid, but the user does not have a Resource Access Descriptor for the Forms application. This could either lead to a redirect to the dynamic RAD creation page or a redirect to an error page. Either way it leads to failed javascript.
This task depends upon

Comment by Wilfred van der Deijl (wvanderdeijl) - Sunday, 21 September 2008, 21:29 GMT-7
If the JavaScript fails it is detected in OraFormsFaces 2.3
The dynamic resource creation is disabled in 2.3 as well
We would just need to make sure that if a user does not have a resource the errorURL would result in a clean error message being displayed to the user instead of the current generic error that the javascript has failed

Loading...