[
https://issues.apache.org/jira/browse/SLING-12301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joerg Hoh updated SLING-12301:
------------------------------
Description:
With SLING-11824 the registration of the ServletContext objects was made
asynchronous using bare Threads.
If this process fails with any exception, the thread just dies because there is
no explicit exception handling and not logging for that case.
We should add some logging to have at least traces that such a problem occurred.
was:
With SLING-11824 the registration of the ServletContext objects was made
asynchronous using bare Threads.
If this process fails with any exception, the thread just dies because there is
no explicit exception handling and not logging for that case.
We should add some logging to have at least traces if such a problem occurs.
> Improve error handling during registration of ServletContext
> ------------------------------------------------------------
>
> Key: SLING-12301
> URL: https://issues.apache.org/jira/browse/SLING-12301
> Project: Sling
> Issue Type: Task
> Components: Engine
> Affects Versions: Engine 2.15.10
> Reporter: Joerg Hoh
> Priority: Major
>
> With SLING-11824 the registration of the ServletContext objects was made
> asynchronous using bare Threads.
> If this process fails with any exception, the thread just dies because there
> is no explicit exception handling and not logging for that case.
> We should add some logging to have at least traces that such a problem
> occurred.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)