Skip to Main Content

SQL & PL/SQL

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!

owa_custom and 403 Forbidden

brian.mcginityDec 22 2009 — edited Jan 2 2010
In my web application, I am using owa_custom to check and set cookies for authorization. All this is working nicely.

When owa_custom returns false, it redirects to 403 Forbidden and execution stops. Is there a way alter what the 403 pages looks like?

I’ve tried using owa_util.redirect_url() to go to a custom 403 page, the problem is that execution after the redirect continues. Looks like the only way possible to halt execution is to return false out of the owa_custom procedure.

So is it possible to alter the defaut 403 Forbidden page?

Edited by: brian.mcginity on Dec 22, 2009 6:51 PM
This post has been answered by MichaelS on Jan 2 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 30 2010
Added on Dec 22 2009
6 comments
1,581 views