house0128 commented on issue #891:
URL: https://github.com/apache/shiro/issues/891#issuecomment-1580266364

   @lprimak  Thanks.
    I  try shiro version = 1.11.0 with Spring boot version=3.1.0 . 
   `
   <dependency>
       <groupId>org.apache.shiro</groupId>
       <artifactId>shiro-core</artifactId>
       <version>1.11.0</version>
       <classifier>jakarta</classifier>
   </dependency>
   <dependency>
       <groupId>org.apache.shiro</groupId>
       <artifactId>shiro-spring</artifactId>
       <version>1.11.0</version>
       <classifier>jakarta</classifier>
   </dependency>
   <dependency>
       <groupId>org.apache.shiro</groupId>
       <artifactId>shiro-web</artifactId>
       <version>1.11.0</version>
       <classifier>jakarta</classifier>
   </dependency>
   `
   
   
   We implemented the FormAuthenticationFilter class, which currently reports 
an error. I checked the source code
   
   
![image](https://github.com/apache/shiro/assets/18210121/555942c1-e755-4edc-967d-d6c0e1a82201)
   
   


-- 
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