ring

Gleb Posobin 2020-12-15T22:17:57.024400Z

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 Posobin 2020-12-15T22:20:30.024700Z

Gleb Posobin 2020-12-15T22:21:40.025100Z

Click the link to view it in full width in a new tab: https://clojurians.slack.com/files/UQ4RJ22EA/F01H01KTFGB/untitled

Gleb Posobin 2020-12-15T22:33:08.026400Z

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.