directwebremoting / dwr

Direct Web Remoting - Easy Ajax for Java
http://directwebremoting.org
Apache License 2.0
92 stars 61 forks source link

DWR with tomcat 10 #39

Open theonlydso opened 3 years ago

theonlydso commented 3 years ago

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

nitehawk42 commented 1 year ago

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.

https://github.com/nitehawk42/dwr/commit/d7587267dde09d86e761d2539d3628ee3b50ab57