Fork me on GitHub
#ring
<
2020-12-15
>
Gleb Posobin22:12:57

I am using ring-jetty, and getting this exception after the request is finished:

org.eclipse.jetty.server.Request.recycle       Request.java: 1870
java.lang.NoSuchMethodError: 'org.eclipse.jetty.util.Attributes org.eclipse.jetty.util.Attributes.unwrap(org.eclipse.jetty.util.Attributes)'
` What could be the reason? I'll post the whole message in the thread.

Gleb Posobin22:12:08

Looks like the problem has appeared after I have updated the dependencies. Downgrading ring and ring-jetty-adapter to 1.8.1 seems to solve the problem.