I'm just experiencing a strange behaviour in jruby with trinidad in production:
After logging in a user, he seems to have no rights at all.
Staying logged in and restarting the server makes it work though.
I patched Authorization::Engine.instance to return a new instance on every request - works.
Would be happier if I could still cache the engine instance.
Hi there,
I'm just experiencing a strange behaviour in jruby with trinidad in production:
After logging in a user, he seems to have no rights at all. Staying logged in and restarting the server makes it work though.
I patched Authorization::Engine.instance to return a new instance on every request - works. Would be happier if I could still cache the engine instance.
Any ideas?
Best,
Tobias