-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with JDK11 and Apache Tomcat 10 #239
Comments
I've just met the same problem with the latest version of the Jetty plug-in. Presumably, the problem is that web container developers have decided to move the What it happens, I believe, is that Tomcat or Jetty see the I think it can be fixed by adding Another possible solution, which could be implemented outside of the urlrewriter package (but it would be worth to file a PR if you do), could be writing a @paultuckey could you try it, please? |
I'm unfortunately not in a position to do development on this right now. I'm happy to accept a pull-request though. |
Any further work on this issue? Anything we can do to help? |
Great, thanks, @paultuckey! Would you mind releasing this as a new version in Maven Central as well so we can make use of this in our softwre? |
Hi @jetztgradnet, I got your multiple messages via email, linkedin and here. I would like to help however I don't have a lot of spare time due to family, my paying job etc. In recent years the container tests (in I have started this work here: #248 If you have any time to help it would be appreciated. |
Hi @paultuckey, sorry for trying different ways to reach you and thanks for getting back to me! I totally understand that you do not have too much time to spend here and very much appreciate all your work on this project and putting out a new release after completing this change. I will help trying to get those tests running again. |
I'm also working on upgrading maven dependencies: #249 |
Hi,
My servlet application is unable to get deployed due to the below error. It was working fine with JDK8 and Apache Tomcat 8.
--------------- /apache-tomcat-10/logs/localhost.2020-11-17.log ----------------
Please help me out.
The text was updated successfully, but these errors were encountered: