steinarb commented on issue #1500:
URL: https://github.com/apache/shiro/issues/1500#issuecomment-2151577796

   I found a workaround that let me use shiro 2.0.1: 
   
   1. remove "authc = 
org.apache.shiro.web.filter.authc.PassThruAuthenticationFilter" from the INI 
file
   2. before parsing the ini file, create a PassThruAuthenticationFilter 
instance an put it into the map IniWebEnvironment.getObjects() with key "authc"
   
   
https://github.com/steinarb/authservice/commit/1d49451e53251f6ac42024aebdb891a56283a97d
   
   This works, but I see it as a workaround.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to