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.
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
Opened by Wilfred van der Deijl (wvanderdeijl) - Wednesday, 20 August 2008, 08:43 GMT-7
|
DetailsWhen 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
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