You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jean-Louis MONTEIRO (JIRA)" <ji...@apache.org> on 2019/04/24 14:02:00 UTC

[jira] [Created] (TOMEE-2513) Principal proxy handler fails when not authenticated

Jean-Louis MONTEIRO created TOMEE-2513:
------------------------------------------

             Summary: Principal proxy handler fails when not authenticated
                 Key: TOMEE-2513
                 URL: https://issues.apache.org/jira/browse/TOMEE-2513
             Project: TomEE
          Issue Type: Bug
    Affects Versions: 8.0.0-M2
            Reporter: Jean-Louis MONTEIRO


When current request is not authenticated, the Proxy handler for Principal fails with a NullPointerException. We should check if doGetPrincipal is null and return null straight instead of trying to invoke the target method on a null object.

 

Caused by: java.lang.NullPointerException
 at sun.reflect.GeneratedMethodAccessor114.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 at org.apache.openejb.cdi.ManagedSecurityService$1.invoke(ManagedSecurityService.java:83)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)