>>>>> lenny-5o6p1tln9c5dpfhejli...@public.gmane.org: > Ah, that’s a different world here unfortunately… you are on your own there
Yep. There may be a feature request about a parametrized classloader (which is a good idea in any case) going all the way into the code that tries to load a class by name, followed with a PR, of course. (If this is the cause for the ClassNotFoundException, that is... but if, when I get in there, the default class loader is user, then yes it is...) Here is the 2020 change when I stopped using a now-obsolete API to manuallyt register an instance of the class PassThruAuthenticationFilter as authc and instead put it into the shiro.ini file. https://github.com/steinarb/authservice/commit/1abf29b06f19f9b413fa82e7b99e918a588634e8 I haven't made a note of why I didn't use the shiro.ini for this from the start, but the vague bell in the back of my head keeps saying ClassNotFoundException. And at some point in time (sometime between 2016 and 2020) this changed with shiro 1.x so using the INI file to register PassThruAuthenticationFilter started working, and I could make the above change.