[
https://issues.apache.org/jira/browse/TOMEE-4682?focusedWorklogId=1043032&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1043032
]
ASF GitHub Bot logged work on TOMEE-4682:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Sep/26 16:59
Start Date: 20/Sep/26 16:59
Worklog Time Spent: 10m
Work Description: rzo1 commented on PR #2943:
URL: https://github.com/apache/tomee/pull/2943#issuecomment-5751258485
Cherry picked on Jons branch directly.
Issue Time Tracking
-------------------
Worklog Id: (was: 1043032)
Time Spent: 1h 10m (was: 1h)
> 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: 1h 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)