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.Click the link to view it in full width in a new tab: https://clojurians.slack.com/files/UQ4RJ22EA/F01H01KTFGB/untitled
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.