Details
-
Type:
Enhancement
-
Status: Resolved (View Workflow)
-
Priority:
Critical
-
Resolution:
Won't Fix
-
Affects Version/s: 3.0.0.Beta1
-
Fix Version/s: 3.1.0.Beta4
-
Component/s: Servlet
-
Labels:None
-
Estimated Difficulty:Low
Description
None of the EventBridge classes catch exceptions to pass to Seam Catch, thus the following code does not invoke any exception handlers:
public void initial(@Observes @Path("NullPointer") @Initialized final HttpServletRequestContext ctx)
|
{
|
throw new NullPointerException();
|
}
|
I would expect the NPE to be passed to Catch for exception handling.
Gliffy Diagrams
Issue Links
- is related to
-
SOLDER-251
ImplicitHttpServletObjectsProducer.getHttpServletResponse() returns null
-
- Resolved
-
Fixed with commit 02c851cdea1d129b94983c3817cbd798473db233