[
https://issues.apache.org/jira/browse/TOMEE-4584?focusedWorklogId=1006009&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1006009
]
ASF GitHub Bot logged work on TOMEE-4584:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Feb/26 07:50
Start Date: 19/Feb/26 07:50
Worklog Time Spent: 10m
Work Description: jungm opened a new pull request, #2472:
URL: https://github.com/apache/tomee/pull/2472
Fixes [TOMEE-4584](https://issues.apache.org/jira/browse/TOMEE-4584)
Issue Time Tracking
-------------------
Worklog Id: (was: 1006009)
Remaining Estimate: 0h
Time Spent: 10m
> 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
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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}
>
> The following methods do not work as intended with redirectToOriginalResource:
> * getParameterNames()
> * getParameterValues(String name)
> * getParameter(String name)
> * getParameterMap()
--
This message was sent by Atlassian Jira
(v8.20.10#820010)