steinarb commented on code in PR #2461:
URL: https://github.com/apache/shiro/pull/2461#discussion_r2708895821


##########
web/src/main/java/org/apache/shiro/web/filter/authc/NoAccessFilter.java:
##########
@@ -23,8 +23,8 @@
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-import javax.servlet.ServletRequest;
-import javax.servlet.ServletResponse;
+import jakarta.servlet.ServletRequest;
+import jakarta.servlet.ServletResponse;

Review Comment:
   Hm... I wonder how this change will affect karaf and pax-web...? 
   (have karaf and pax-web made the jump from javax to jakarta yet)



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

Reply via email to