What is null on line 31 ?
```
java.lang.NullPointerException
        at gr.histopath.platform.lib.MyRealm.doGetAuthenticationInfo(My
Realm.java:31)
```

Not sure if you have or not, but if you are NOT using a username/password
token, make sure you implement the `supports()` method in your realm:
https://shiro.apache.org/static/1.4.1/apidocs/org/apache/shiro/realm/Realm.html#supports-org.apache.shiro.authc.AuthenticationToken-

On Fri, Oct 11, 2019 at 5:31 AM mixtou <mix...@gmail.com> wrote:

> I am also using nginx as reverse proxy from tomcat. Could this be causing
> the
> problem? Any hints on what or where to look for ??
>
>
>
> --
> Sent from: http://shiro-user.582556.n2.nabble.com/
>

Reply via email to