EBS Customizations (MOSC)

MOSC Banner

URL_FW Redirect for specific RF.jsp function

Hi,

We have a requirement to redirect a specific URL in format <Instance_URL>/OA_HTML/RF.jsp?function_id=1234 to a different URL. I added below entry in the firewall configuration file:

RewriteRule ^/OA_HTML/.*1234$ <New URL> [R,L]

This change is working good if we call a similar pattern without RF.jsp but it the redirect does not happen when RF.jsp is present in the URL. <Instance_URL>/1234 is working good and the redirection is happening. But, <Instance_URL>/OA_HTML/RF.jsp?function_id=1234 does not redirect.

The command is added before the below statement:

RewriteRule ^/OA_HTML/RF\.jsp$ - [L]

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center