You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2021. It is now read-only.
This is not really an issue, but I need some help :
When receiving a pubsub message by push method, how can I programmatically check the "admin" role (without using web.xml) ?
In ReceiveMessageServlet.java, I try to use req.isUserInRole("admin"), but it returns false....