My Oracle Support Banner

Redirect Vanity URLs Not Retaining Query String Parameters From Source After Redirect (Doc ID 2128584.1)

Last updated on FEBRUARY 29, 2024

Applies to:

Oracle WebCenter Sites - Version 12.2.1.0.0 to 12.2.1.0.0 [Release FatWire]
Information in this document applies to any platform.

Symptoms

Query parameters are not passed when a vanity URL is a redirect vanity URL.

When passing URL query parameters to a vanity URL that redirects to another vanity URL, the query parameters get lost.

For example, where the /avi/index.html redirects to /avi/newindex.html:


301 GET http://<host>:<port>/sites/avi/index.html?test=testvalue
200 http://<host>:<port>/sites/avi/newindex.html

What should be expected is:

301 GET http://<host>:<port>/sites/avi/index.html?test=testvalue
200 http://<host>:<port>/sites/avi/newindex.html?test=testvalue

 

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.