Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FISH-426: Store initial request path when accessing protected path with OpenIdMechanism #4874

Merged
merged 1 commit into from
Sep 15, 2020

Conversation

rdebusscher
Copy link

Description

New Feature: This allows the developer to go back to the original request URL by the user by configure in the Callback servlet the following line:

response.sendRedirect(request.getSession().getAttribute(OpenIdConstant.ORIGINAL_REQUEST).toString());

This is only a limited type of support, only 'replaying' a GET request. Other types like POST request are not fully supported as the body is not stored.

Testing

Testing Performed

Example application

Testing Environment

Oracle 1.8.0_181 on Mac 10.14.6 with Maven 3.5.4

Documentation

Documentation PR needs to be created

@jGauravGupta
Copy link
Contributor

jenkins test please

@rdebusscher rdebusscher merged commit dd2eb83 into payara:master Sep 15, 2020
@rdebusscher rdebusscher deleted the FISH-426 branch December 1, 2020 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants