jepsar opened a new issue, #2040: URL: https://github.com/apache/shiro/issues/2040
I'm migrating an application from Java EE 8 to Jakarta EE 10. I've updated Shiro from version 1.x to 2.0.2. We are using `WebUtils.getHttpRequest(subject)` at some point. It is still returning a `javax.servlet.http.HttpServletRequest`. Shouldn't it return the Jakarta equivalent? https://github.com/apache/shiro/blob/002b9517620ff62918e847726176655c19dc595c/web/src/main/java/org/apache/shiro/web/util/WebUtils.java#L33-L37 -- 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]
