[
https://issues.apache.org/jira/browse/TOMEE-4682?focusedWorklogId=1036468&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1036468
]
ASF GitHub Bot logged work on TOMEE-4682:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Aug/26 11:18
Start Date: 19/Aug/26 11:18
Worklog Time Spent: 10m
Work Description: jgallimore opened a new pull request, #2902:
URL: https://github.com/apache/tomee/pull/2902
…pServletRequest as opposed to invoking JASPIC directly. Includes 2 new
examples demonstrating 2FA using passkeys.
Issue Time Tracking
-------------------
Worklog Id: (was: 1036468)
Remaining Estimate: 0h
Time Spent: 10m
> SecurityContext.authenticate() does not persist the session (bypasses
> HttpServletRequest.authenticate())
> --------------------------------------------------------------------------------------------------------
>
> Key: TOMEE-4682
> URL: https://issues.apache.org/jira/browse/TOMEE-4682
> Project: TomEE
> Issue Type: Bug
> Affects Versions: 11.0.0-M1, 10.2.0
> Reporter: Jonathan Gallimore
> Assignee: Jonathan Gallimore
> Priority: Major
> Fix For: 11.0.0, 10.3.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> TomEESecurityContext.authenticate() invokes JASPIC directly via
> ServerAuthContext.validateRequest() instead of delegating to
> HttpServletRequest.authenticate(). This means the Servlet Container
> processing, including the jakarta.servlet.http.registerSession handling that
> @AutoApplySession relies on is not invoked.
> Consequently a caller authenticated by calling the
> SecurityContext.authenticate() API is not persisted to the HTTP session and
> is anonymous on the following request.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)