My Oracle Support Banner

[JSF2.2 + WLS 12.2.x] Conversation Scope Not Working With Redirect (Doc ID 2197238.1)

Last updated on NOVEMBER 16, 2023

Applies to:

Oracle WebLogic Server - Version 12.2.1.1.0 and later
Information in this document applies to any platform.

Symptoms

Reproduce by using the sample application (RedirectTest_CID.war).

1. Access the following URL http://<HOST>:<PORT>/RedirectTest_CID/first.xhtml
2. Click "Start Conversation And Redirect" button

Result:


Case 1: WLS 12.1.3.0.0(JSF2.1.20)

# Does NOT Reproduce
----------cut----------
Redirect URL : http://<HOST>:<PORT>/RedirectTest_CID/second.xhtml?cid=1
Conversation isTransient : false
Conversation Id : 1
----------cut----------

Case 2: WLS 12.2.1.1.0(JSF2.2.8)

# Reproduces
----------cut----------
Redirect URL : http://<HOST>:<PORT>/RedirectTest_CID/second.xhtml
Conversation isTransient : true
Conversation Id : null
----------cut----------

Case 3: WLS 12.2.1.1.0 + javax.faces-2.2.9.jar(latest of JSF 2.2)

# Reproduces
----------cut----------
Redirect URL : http://<HOST>:<PORT>/RedirectTest_CID/second.xhtml
Conversation isTransient : true
Conversation Id : null
----------cut----------

 

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
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.