You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Does DWR have a new version that works with Tomcat 10.0?
DWR is using javax.servlet.http.HttpServletRequest but it has been changed in Tomcat 10
thanks
The text was updated successfully, but these errors were encountered:
Here is my commit that gives DWR Java 17, Tomcat 10, Jetty 11, with jakarta-servlet 6 support. It's a one way conversion, with my commit it only supports these versions.
Since this is for my own project, I ripped out Struts support since I don't use Struts.
Hi
Does DWR have a new version that works with Tomcat 10.0?
DWR is using javax.servlet.http.HttpServletRequest but it has been changed in Tomcat 10
thanks
The text was updated successfully, but these errors were encountered: