Markus Jung created TOMEE-4584:
----------------------------------
Summary: OpenIdAuthenticationMechanism redirectToOriginalResource
does not restore parameterMap
Key: TOMEE-4584
URL: https://issues.apache.org/jira/browse/TOMEE-4584
Project: TomEE
Issue Type: Bug
Affects Versions: 10.1.4
Reporter: Markus Jung
Assignee: Markus Jung
See spec/javadoc of OpenIdAuthenticationMechanismDefinition:
{code:java}
/**
* Optional. Automatically redirects the caller (the end-user) from
* the redirect URI defined by the <code>redirectURI</code> attribute
* to the resource the end-user originally requested in a "login to continue"
* scenario.
*
* <p>
* After arriving at the original requested resource, the runtime restores
* the request as it originally happened, including cookies, headers, the
* request method and the request parameters in the same way as done when
* using the {@link LoginToContinue} feature.
*
* @return
*/
boolean redirectToOriginalResource() default false; {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)