avareno commented on issue #2281:
URL: https://github.com/apache/shiro/issues/2281#issuecomment-3375589827
I have a class that extends BearerHttpAuthenticationFilter.
`
import org.apache.shiro.web.filter.authc.BearerHttpAuthenticationFilter;
......
public class JWTFilter extends BearerHttpAuthenticationFilter {
`
The shiro-web dependency is imported as follows:
`
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
<classifier>jakarta</classifier>
<version>2.0.5</version>
</dependency>
`
However when looking into the BearerHttpAuthenticationFilter class it
imports javax:
`
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
`
What am I missing?
--
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]