[
https://issues.apache.org/jira/browse/TOMEE-4682?focusedWorklogId=1037578&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1037578
]
ASF GitHub Bot logged work on TOMEE-4682:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Aug/26 17:26
Start Date: 24/Aug/26 17:26
Worklog Time Spent: 10m
Work Description: exabrial commented on PR #2902:
URL: https://github.com/apache/tomee/pull/2902#issuecomment-5398860715
https://github.com/jgallimore/tomee/pull/12/changes
Issue Time Tracking
-------------------
Worklog Id: (was: 1037578)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> 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)