jakartaee / jakartaee/faces

Disable client window through parameter

Open
#1,374 3 comments 0 reactions 0 assignees View on GitHub
Component: Flow Priority: Major Type: Improvement
Dominant language
Java
Stars
127
Forks
59
Avg merge
23h
Merged PRs (30d)
7

Description

When exiting a flow, I sometimes need to redirect the user to some page where the client window id is not relevant anymore. It would be nice if the jfwid parameter could be dropped by simply adding "disable-client-window=true" in the url.

```
flowBuilder.returnNode("returnFromFlow").fromOutcome("/index.xhtml?faces-redirect=true&disable-client-window=true");
```

Contributor guide

Open the contributing guide

Research direction

Start by tracing how the flowBuilder.returnNode("returnFromFlow").fromOutcome(...) entry point handles the jfwid parameter and URL query parameters. Check the related tests, if present, and verify that adding disable-client-window=true to the example URL prevents jfwid from being retained when leaving the flow.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
web-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.